Re: [Qemu-devel] [PATCH 6/6] pc_piix: Pass QEMUMachineInitArgs to pc_init1()

2013-08-21 Thread Eduardo Habkost
On Wed, Aug 21, 2013 at 03:11:19PM +0200, Markus Armbruster wrote: > Eduardo Habkost writes: > > > This makes the code much simpler. > > > > Signed-off-by: Eduardo Habkost > > Conflicts with my "[PATCH v4 1/6] pc: Don't prematurely explode > QEMUMachineInitArgs". > > Which is still awaiting ma

Re: [Qemu-devel] [PATCH 6/6] pc_piix: Pass QEMUMachineInitArgs to pc_init1()

2013-08-21 Thread Markus Armbruster
Eduardo Habkost writes: > This makes the code much simpler. > > Signed-off-by: Eduardo Habkost Conflicts with my "[PATCH v4 1/6] pc: Don't prematurely explode QEMUMachineInitArgs". Which is still awaiting maintainer attention after almost ten weeks, three rebases, and various Reviewed-by and A

[Qemu-devel] [PATCH 6/6] pc_piix: Pass QEMUMachineInitArgs to pc_init1()

2013-08-20 Thread Eduardo Habkost
This makes the code much simpler. Signed-off-by: Eduardo Habkost --- hw/i386/pc_piix.c | 47 --- 1 file changed, 12 insertions(+), 35 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 3e77dfd..decbd61 100644 --- a/hw/i386/pc_piix.c