Re: [SeaBIOS] [PATCH] Add acpi_reboot() function for invoking ACPI reset

2013-02-22 Thread David Woodhouse
On Tue, 2013-02-19 at 20:09 -0500, Kevin O'Connor wrote: Looks okay to me. I'd like to see the follow up patches that make use of it before committing though. Sent. With Qemu fixed to actually *do* a hard reset, and OVMF fixed to pass in ACPI 2.0 tables with a RESET_REG filled in (thanks,

[SeaBIOS] [PATCH] Add acpi_reboot() function for invoking ACPI reset

2013-02-19 Thread David Woodhouse
Signed-off-by: David Woodhouse david.woodho...@intel.com --- Nothing actually sets it yet. We'll do that from the ACPI table parser for CSM and Xen, and we can put it in our own tables for the native case. diff --git a/src/acpi.c b/src/acpi.c index f7a2e55..97ade3f 100644 --- a/src/acpi.c +++

Re: [SeaBIOS] [PATCH] Add acpi_reboot() function for invoking ACPI reset

2013-02-19 Thread Kevin O'Connor
On Tue, Feb 19, 2013 at 06:08:31PM +, David Woodhouse wrote: Signed-off-by: David Woodhouse david.woodho...@intel.com --- Nothing actually sets it yet. We'll do that from the ACPI table parser for CSM and Xen, and we can put it in our own tables for the native case. Looks okay to me.