Re: [Qemu-devel] [PATCH v5 3/3] convert pci-host to QOM

2012-11-14 Thread Andreas Färber
Am 08.11.2012 06:36, schrieb Wanpeng Li: > Take advantage of Andreas's pci-host patchset, add instance_init function > to fully implement convert pci-host to QOM. > > Signed-off-by: Anthony Liguori > Signed-off-by: Wanpeng Li > --- > hw/pci_host.c |9 + > 1 files changed, 9 insertio

[Qemu-devel] [PATCH v5 3/3] convert pci-host to QOM

2012-11-07 Thread Wanpeng Li
Take advantage of Andreas's pci-host patchset, add instance_init function to fully implement convert pci-host to QOM. Signed-off-by: Anthony Liguori Signed-off-by: Wanpeng Li --- hw/pci_host.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/hw/pci_host.c b/hw/pc

Re: [Qemu-devel] [PATCH v5 3/3] convert pci-host to QOM

2012-07-23 Thread Wanpeng Li
On Mon, Jul 23, 2012 at 02:57:20PM +0200, Andreas Färber wrote: >Am 23.07.2012 14:35, schrieb Wanpeng Li: >> From: Anthony Liguori >> >> makes pci_host a proper QOM type. >> >> Changelog: >> * against Andreas pci_host branch >> * make host bridge TypeInfos const >> * use PCI_HOST_BRIDGE() where

Re: [Qemu-devel] [PATCH v5 3/3] convert pci-host to QOM

2012-07-23 Thread Andreas Färber
Am 23.07.2012 14:35, schrieb Wanpeng Li: > From: Anthony Liguori > > makes pci_host a proper QOM type. > > Changelog: > * against Andreas pci_host branch > * make host bridge TypeInfos const > * use PCI_HOST_BRIDGE() where appropriate > > Signed-off-by: Anthony Liguori > Signed-off-by: Wanpen

[Qemu-devel] [PATCH v5 3/3] convert pci-host to QOM

2012-07-23 Thread Wanpeng Li
From: Anthony Liguori makes pci_host a proper QOM type. Changelog: * against Andreas pci_host branch * make host bridge TypeInfos const * use PCI_HOST_BRIDGE() where appropriate Signed-off-by: Anthony Liguori Signed-off-by: Wanpeng Li --- hw/i440fx.c |6 +++--- hw/pc.c |2 +