Re: [Qemu-devel] [PATCH] Fix boot once option

2010-05-03 Thread Anthony Liguori
On 04/30/2010 04:21 PM, Alex Williamson wrote: The boot once options seems to have gotten broken since it originally went in. We need to wait until the second time restore_boot_devices() gets called before restoring the standard boot order and removing itself from the reset list. Signed-off-by:

[Qemu-devel] [PATCH] Fix boot once option

2010-04-30 Thread Alex Williamson
The boot once options seems to have gotten broken since it originally went in. We need to wait until the second time restore_boot_devices() gets called before restoring the standard boot order and removing itself from the reset list. Signed-off-by: Alex Williamson -- diff --git a/vl.c b/vl.c in