Re: [Qemu-devel] [PATCH 2/7 v8] target-i386: Attach ICC bus to CPU on its creation

2013-04-29 Thread Andreas Färber
Am 29.04.2013 18:54, schrieb Igor Mammedov: > X86CPU should have parent bus so it could provide bus for child APIC. > > Signed-off-by: Igor Mammedov > Signed-off-by: Andreas Färber > --- > TODO: fix unplug of bus-less devices in device-del > > v3: > - check icc_bridge for NULL and report erro

[Qemu-devel] [PATCH 2/7 v8] target-i386: Attach ICC bus to CPU on its creation

2013-04-29 Thread Igor Mammedov
X86CPU should have parent bus so it could provide bus for child APIC. Signed-off-by: Igor Mammedov Signed-off-by: Andreas Färber --- TODO: fix unplug of bus-less devices in device-del v3: - check icc_bridge for NULL and report error nicely instead of SIGSEGV v2: - pass icc_bridge to cpu_x86