qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCHv5 01/15] Introduce fw_name field to DeviceInfo s


From: Isaku Yamahata
Subject: Re: [Qemu-devel] [PATCHv5 01/15] Introduce fw_name field to DeviceInfo structure.
Date: Tue, 16 Nov 2010 17:09:35 +0900
User-agent: Mutt/1.5.19 (2009-01-05)

On Mon, Nov 15, 2010 at 04:30:55PM +0200, Gleb Natapov wrote:
> diff --git a/hw/piix_pci.c b/hw/piix_pci.c
> index b5589b9..38f9d9e 100644
> --- a/hw/piix_pci.c
> +++ b/hw/piix_pci.c
> @@ -365,6 +365,7 @@ static PCIDeviceInfo i440fx_info[] = {
>  static SysBusDeviceInfo i440fx_pcihost_info = {
>      .init         = i440fx_pcihost_initfn,
>      .qdev.name    = "i440FX-pcihost",
> +    .qdev.fw_name = "pci",
>      .qdev.size    = sizeof(I440FXState),
>      .qdev.no_user = 1,
>  };

There are other pci host bridges for not pc architecture
which needs similar modification.
Please grep by pci_register_bus().
- apb_pci.c
- bonito.c
- grackle_pci.c
- unin_pci.c
- versatile_pci.c

BTW, what happens for non-qdevfied pci host bridge?
-- 
yamahata



reply via email to

[Prev in Thread] Current Thread [Next in Thread]