Re: [Qemu-devel] [PATCH 11/16] introduce ICC bus/device/bridge

2013-04-22 Thread Igor Mammedov
On Mon, 22 Apr 2013 15:22:30 +0200 Andreas Färber wrote: > Am 16.04.2013 00:12, schrieb Igor Mammedov: > > ... to provide hotplug-able bus. > > > > * icc-bridge will serve as a parent for icc-bus and provide > > mmio mapping services to child icc-devices. > > * icc-device will replace SysBusDe

Re: [Qemu-devel] [PATCH 11/16] introduce ICC bus/device/bridge

2013-04-22 Thread Andreas Färber
Am 16.04.2013 00:12, schrieb Igor Mammedov: > ... to provide hotplug-able bus. > > * icc-bridge will serve as a parent for icc-bus and provide > mmio mapping services to child icc-devices. > * icc-device will replace SysBusDevice as a parent of APIC > and IOAPIC devices. > > Signed-off-by: Ig

Re: [Qemu-devel] [PATCH 11/16] introduce ICC bus/device/bridge

2013-04-22 Thread Paolo Bonzini
Il 22/04/2013 13:39, Peter Maydell ha scritto: >> > ... to provide hotplug-able bus. >> > >> > * icc-bridge will serve as a parent for icc-bus and provide >> > mmio mapping services to child icc-devices. >> > * icc-device will replace SysBusDevice as a parent of APIC >> > and IOAPIC devices. >>

Re: [Qemu-devel] [PATCH 11/16] introduce ICC bus/device/bridge

2013-04-22 Thread Peter Maydell
On 15 April 2013 23:12, Igor Mammedov wrote: > ... to provide hotplug-able bus. > > * icc-bridge will serve as a parent for icc-bus and provide > mmio mapping services to child icc-devices. > * icc-device will replace SysBusDevice as a parent of APIC > and IOAPIC devices. > > Signed-off-by: Ig

[Qemu-devel] [PATCH 11/16] introduce ICC bus/device/bridge

2013-04-15 Thread Igor Mammedov
... to provide hotplug-able bus. * icc-bridge will serve as a parent for icc-bus and provide mmio mapping services to child icc-devices. * icc-device will replace SysBusDevice as a parent of APIC and IOAPIC devices. Signed-off-by: Igor Mammedov --- v2: * Rebase on top the last HW reorganiz