Re: [Qemu-devel] [PATCH 0/6] pc init & compat function cleanup

2013-08-21 Thread Michael S. Tsirkin
On Wed, Aug 21, 2013 at 09:30:38AM -0300, Eduardo Habkost wrote: > On Wed, Aug 21, 2013 at 12:20:32AM +0300, Michael S. Tsirkin wrote: > > On Tue, Aug 20, 2013 at 05:48:59PM -0300, Eduardo Habkost wrote: > > > This is a follow-up to the patch submitted by Michael (patch 1/6 in this > > > series), t

Re: [Qemu-devel] [PATCH 0/6] pc init & compat function cleanup

2013-08-21 Thread Eduardo Habkost
On Wed, Aug 21, 2013 at 12:20:32AM +0300, Michael S. Tsirkin wrote: > On Tue, Aug 20, 2013 at 05:48:59PM -0300, Eduardo Habkost wrote: > > This is a follow-up to the patch submitted by Michael (patch 1/6 in this > > series), to make the pc compat initialization code simpler and easier to > > eventu

Re: [Qemu-devel] [PATCH 0/6] pc init & compat function cleanup

2013-08-20 Thread Michael S. Tsirkin
On Tue, Aug 20, 2013 at 05:48:59PM -0300, Eduardo Habkost wrote: > This is a follow-up to the patch submitted by Michael (patch 1/6 in this > series), to make the pc compat initialization code simpler and easier to > eventually remove code duplication between pc_piix.c and pc_q35.c. Eduardo this d

Re: [Qemu-devel] [PATCH 0/6] pc init & compat function cleanup

2013-08-20 Thread Michael S. Tsirkin
On Tue, Aug 20, 2013 at 05:48:59PM -0300, Eduardo Habkost wrote: > This is a follow-up to the patch submitted by Michael (patch 1/6 in this > series), to make the pc compat initialization code simpler and easier to > eventually remove code duplication between pc_piix.c and pc_q35.c. OK, patch 1/6

[Qemu-devel] [PATCH 0/6] pc init & compat function cleanup

2013-08-20 Thread Eduardo Habkost
This is a follow-up to the patch submitted by Michael (patch 1/6 in this series), to make the pc compat initialization code simpler and easier to eventually remove code duplication between pc_piix.c and pc_q35.c. Eduardo Habkost (5): pc: Kill pc_init_pci_1_0() pc: Create pc_compat_*() function