Re: [Qemu-devel] [PATCH 09/13] pci: Introduce and apply PCIDeviceAddress

2012-06-10 Thread Jan Kiszka
On 2012-06-10 11:37, Michael S. Tsirkin wrote: > On Mon, Jun 04, 2012 at 10:52:17AM +0200, Jan Kiszka wrote: >> This type encapsulates everything from domain to function. Use it first >> to simplify the pci_parse_devaddr interface. >> >> Signed-off-by: Jan Kiszka > > OK. > Except this really is a

Re: [Qemu-devel] [PATCH 09/13] pci: Introduce and apply PCIDeviceAddress

2012-06-10 Thread Michael S. Tsirkin
On Mon, Jun 04, 2012 at 10:52:17AM +0200, Jan Kiszka wrote: > This type encapsulates everything from domain to function. Use it first > to simplify the pci_parse_devaddr interface. > > Signed-off-by: Jan Kiszka OK. Except this really is a legacy interface. So please call it PCILegacyDeviceAddres

[Qemu-devel] [PATCH 09/13] pci: Introduce and apply PCIDeviceAddress

2012-06-04 Thread Jan Kiszka
This type encapsulates everything from domain to function. Use it first to simplify the pci_parse_devaddr interface. Signed-off-by: Jan Kiszka --- hw/pci-hotplug.c | 29 ++--- hw/pci.c | 31 ++- hw/pci.h |6 -- qemu-