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

2010-11-16 Thread Gleb Natapov
On Tue, Nov 16, 2010 at 05:09:35PM +0900, Isaku Yamahata wrote: > 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 PCIDeviceIn

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

2010-11-16 Thread Isaku Yamahata
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 = { >

[PATCHv5 01/15] Introduce fw_name field to DeviceInfo structure.

2010-11-15 Thread Gleb Natapov
Add "fw_name" to DeviceInfo to use in device path building. In contrast to "name" "fw_name" should refer to functionality device provides instead of particular device model like "name" does. Signed-off-by: Gleb Natapov --- hw/fdc.c|1 + hw/ide/isa.c|1 + hw/ide/qdev.c |