Re: [Qemu-devel] [PATCH V13 4/9] pci.c: Add opaque argument to pci_for_each_device.

2012-06-14 Thread Michael S. Tsirkin
On Thu, Jun 14, 2012 at 06:01:44PM +0100, Anthony PERARD wrote: > The purpose is to have a more generic pci_for_each_device by passing an extra > argument to the function called on every device. > > This patch will be used in a next patch. > > Signed-off-by: Anthony PERARD > Acked-by: Stefano St

[Qemu-devel] [PATCH V13 4/9] pci.c: Add opaque argument to pci_for_each_device.

2012-06-14 Thread Anthony PERARD
The purpose is to have a more generic pci_for_each_device by passing an extra argument to the function called on every device. This patch will be used in a next patch. Signed-off-by: Anthony PERARD Acked-by: Stefano Stabellini --- hw/pci.c | 11 +++ hw/pci.h |4