Re: [Qemu-devel] [PATCH 2/3] Xen conditionals

2011-11-07 Thread Stefano Stabellini
On Fri, 28 Oct 2011, John Baboval wrote: > Don't perform RTC or APIC setup when running in xen mode. Both are actually emulated in Xen so registering the two devices in Qemu is harmless because they are never going to receive any events from the hypervisor. Thus I would rather keep the difference

[Qemu-devel] [PATCH 2/3] Xen conditionals

2011-10-28 Thread John Baboval
Don't perform RTC or APIC setup when running in xen mode. Signed-off-by: John V. Baboval --- hw/pc.c | 56 +--- hw/pc_piix.c |2 +- 2 files changed, 30 insertions(+), 28 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index eb4c2d8..