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
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
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
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
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 +