Re: [Qemu-devel] [PATCH V8 18/18] pc_piix: initialize ioapic before use.

2009-12-07 Thread Gerd Hoffmann
On 12/04/09 06:51, Isaku Yamahata wrote: initialize ioapic before use. This patch looks like it should be moved up in the series or merged into another one to keep it fully bisectable. I assume qemu broken with that one not applied? cheers, Gerd

[Qemu-devel] [PATCH V8 18/18] pc_piix: initialize ioapic before use.

2009-12-03 Thread Isaku Yamahata
initialize ioapic before use. Signed-off-by: Isaku Yamahata --- hw/pc_piix.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/pc_piix.c b/hw/pc_piix.c index 35924ea..fcf8aaf 100644 --- a/hw/pc_piix.c +++ b/hw/pc_piix.c @@ -81,6 +81,9 @@ static void pc_init1(ram_ad