[PATCH] Re: ACPI halt failures in tests

2010-12-23 Thread Jordan Uggla
On Tue, Nov 23, 2010 at 7:29 AM, Colin Watson cjwat...@ubuntu.com wrote: I occasionally get ACPI shutdown failed in qemu during tests.  Since this is printed with grub_printf rather than with grub_dprintf or whatever, it shows up in the test output and causes tests to fail.  It only fails some

Re: [PATCH] Re: ACPI halt failures in tests

2010-12-23 Thread Colin Watson
On Thu, Dec 23, 2010 at 01:07:15AM -0800, Jordan Uggla wrote: I think it's more likely a race condition of sorts; it's assumed that the code that prints ACPI shutdown failed is unreachable when ACPI shutdown succeeds, since the code comes after shutdown has been requested. Part of the reason I