Re: [Qemu-devel] [PATCH 26/27] pc: create separate init function for pc-1.3

2012-10-25 Thread Eduardo Habkost
On Wed, Oct 24, 2012 at 08:12:36PM +0200, Michael S. Tsirkin wrote: > On Wed, Oct 24, 2012 at 03:50:00PM -0200, Eduardo Habkost wrote: > > This: > > - Renames the init function for pc-1.2 and lower to pc_init_pci_v1_2; > > - Creates a pc_init_pci_v1_3 function for pc-1.3. > > > > Right now both

[Qemu-devel] [PATCH 26/27] pc: create separate init function for pc-1.3

2012-10-24 Thread Eduardo Habkost
This: - Renames the init function for pc-1.2 and lower to pc_init_pci_v1_2; - Creates a pc_init_pci_v1_3 function for pc-1.3. Right now both functions have exactly the same code, but the following patch will change pc_init_v1_2 to set compatibility PCInitArgs fields. Signed-off-by: Eduardo Habk

Re: [Qemu-devel] [PATCH 26/27] pc: create separate init function for pc-1.3

2012-10-24 Thread Michael S. Tsirkin
On Wed, Oct 24, 2012 at 03:50:00PM -0200, Eduardo Habkost wrote: > This: > - Renames the init function for pc-1.2 and lower to pc_init_pci_v1_2; > - Creates a pc_init_pci_v1_3 function for pc-1.3. > > Right now both functions have exactly the same code, but the following patch > will change pc_i