Re: [Qemu-devel] [PATCH 19/22] target-i386: move APIC to ICC bus

2013-04-09 Thread Igor Mammedov
On Fri, 5 Apr 2013 16:37:12 +0200 Igor Mammedov imamm...@redhat.com wrote: ... to allow it to be hotplugged * map APIC's mmio at board level if it is present Signed-off-by: Igor Mammedov imamm...@redhat.com --- hw/apic_common.c | 17 - hw/apic_internal.h | 6 +++---

[Qemu-devel] [PATCH 19/22] target-i386: move APIC to ICC bus

2013-04-05 Thread Igor Mammedov
... to allow it to be hotplugged * map APIC's mmio at board level if it is present Signed-off-by: Igor Mammedov imamm...@redhat.com --- hw/apic_common.c | 17 - hw/apic_internal.h | 6 +++--- hw/i386/kvmvapic.c | 1 + hw/i386/pc.c | 18 +++--- hw/icc_bus.c