Re: [Qemu-devel] [PATCH 18/28] q35: Enable the ioapic device to be seen by qtest.

2014-07-31 Thread Stefan Hajnoczi
On Mon, Jul 07, 2014 at 02:17:59PM -0400, John Snow wrote: > Currently, the ioapic device can not be found in a qtest environment > when requesting "irq_interrupt_in ioapic" via the qtest socket. > > By mirroring how the ioapic is added in i44ofx (hw/i440/pc_piix.c), > as a child of "q35," the dev

[Qemu-devel] [PATCH 18/28] q35: Enable the ioapic device to be seen by qtest.

2014-07-07 Thread John Snow
Currently, the ioapic device can not be found in a qtest environment when requesting "irq_interrupt_in ioapic" via the qtest socket. By mirroring how the ioapic is added in i44ofx (hw/i440/pc_piix.c), as a child of "q35," the device is able to be seen by qtest. Signed-off-by: John Snow --- hw/i