Re: [Qemu-devel] [PATCH v2 09/38] hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize ids

2011-05-19 Thread Markus Armbruster
Isaku Yamahata yamah...@valinux.co.jp writes: use PCIDeviceInfo to initialize ids. Signed-off-by: Isaku Yamahata yamah...@valinux.co.jp --- hw/acpi_piix4.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c index

Re: [Qemu-devel] [PATCH v2 09/38] hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize ids

2011-05-19 Thread Isaku Yamahata
On Thu, May 19, 2011 at 10:10:09AM +0200, Markus Armbruster wrote: Isaku Yamahata yamah...@valinux.co.jp writes: use PCIDeviceInfo to initialize ids. Signed-off-by: Isaku Yamahata yamah...@valinux.co.jp --- hw/acpi_piix4.c |8 1 files changed, 4 insertions(+), 4

Re: [Qemu-devel] [PATCH v2 09/38] hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize ids

2011-05-19 Thread Michael S. Tsirkin
On Thu, May 19, 2011 at 08:55:13PM +0900, Isaku Yamahata wrote: On Thu, May 19, 2011 at 10:10:09AM +0200, Markus Armbruster wrote: Isaku Yamahata yamah...@valinux.co.jp writes: use PCIDeviceInfo to initialize ids. Signed-off-by: Isaku Yamahata yamah...@valinux.co.jp ---

Re: [Qemu-devel] [PATCH v2 09/38] hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize ids

2011-05-19 Thread Isaku Yamahata
On Thu, May 19, 2011 at 02:59:42PM +0300, Michael S. Tsirkin wrote: no reason to respin the whole patchset, just this patch. Here is the update patch. From c3629ffd472018505a6818422b310ce96aedbc42 Mon Sep 17 00:00:00 2001 Message-Id:

Re: [Qemu-devel] [PATCH v2 09/38] hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize ids

2011-05-19 Thread Markus Armbruster
Michael S. Tsirkin m...@redhat.com writes: On Thu, May 19, 2011 at 08:55:13PM +0900, Isaku Yamahata wrote: On Thu, May 19, 2011 at 10:10:09AM +0200, Markus Armbruster wrote: Isaku Yamahata yamah...@valinux.co.jp writes: use PCIDeviceInfo to initialize ids. Signed-off-by: Isaku

Re: [Qemu-devel] [PATCH v2 09/38] hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize ids

2011-05-19 Thread Isaku Yamahata
On Thu, May 19, 2011 at 02:36:04PM +0200, Markus Armbruster wrote: no reason to respin the whole patchset, just this patch. Same comment in 14/38 and possibly more. Suggest a quick grep. I revised the series and fixed the followings. 03, 08, 11, 14, 18, 22, 26, 30, 31, 33, 35, 39, 40, 41

Re: [Qemu-devel] [PATCH v2 09/38] hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize ids

2011-05-19 Thread Michael S. Tsirkin
On Thu, May 19, 2011 at 10:06:20PM +0900, Isaku Yamahata wrote: On Thu, May 19, 2011 at 02:36:04PM +0200, Markus Armbruster wrote: no reason to respin the whole patchset, just this patch. Same comment in 14/38 and possibly more. Suggest a quick grep. I revised the series and fixed the

[Qemu-devel] [PATCH v2 09/38] hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize ids

2011-05-17 Thread Isaku Yamahata
use PCIDeviceInfo to initialize ids. Signed-off-by: Isaku Yamahata yamah...@valinux.co.jp --- hw/acpi_piix4.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c index 96f5222..03d833a 100644 --- a/hw/acpi_piix4.c +++