Re: [PATCH] acpi: always scan the BIOS region if searching the EBDA fails

2014-07-06 Thread Samuel Thibault
David Michael, le Tue 01 Jul 2014 17:08:18 -0400, a écrit : > This can be applied on top of the ACPI halt patches from Justus to test > powering off QEMU systems. This should now be not needed any more. Samuel

[PATCH] acpi: always scan the BIOS region if searching the EBDA fails

2014-07-01 Thread David Michael
--- This can be applied on top of the ACPI halt patches from Justus to test powering off QEMU systems. i386/i386at/acpi.c | 31 ++- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/i386/i386at/acpi.c b/i386/i386at/acpi.c index ec8aeb1..488aa6d 100644 ---