Re: [Qemu-devel] [RFC PATCH v2] acpi: add reset register to fadt

2015-03-31 Thread Andreas Färber
Am 30.03.2015 um 13:34 schrieb Reza Jelveh: > Some operating systems such as FreeBSD and Mac OSX need the reset_register > section of the FADT filled to know which port to write to for a system reset. > > Signed-off-by: Reza Jelveh > --- > hw/i386/acpi-build.c | 9 + > hw/i386/acpi-defs.

[Qemu-devel] [RFC PATCH v2] acpi: add reset register to fadt

2015-03-30 Thread Reza Jelveh
Some operating systems such as FreeBSD and Mac OSX need the reset_register section of the FADT filled to know which port to write to for a system reset. Signed-off-by: Reza Jelveh --- hw/i386/acpi-build.c | 9 + hw/i386/acpi-defs.h | 2 ++ 2 files changed, 11 insertions(+) diff --git a