Re: [Qemu-devel] [PATCH 5/7] pc: Use DEFINE_MACHINE to implement DEFINE_PC_MACHINE

2015-08-19 Thread Eduardo Habkost
On Tue, Aug 18, 2015 at 12:08:52PM -0700, Eduardo Habkost wrote: > DEFINE_PC_MACHINE should be eventually replaced by DEFINE_MACHINE, we > just need to eliminate the pc_compat_*() functions first. > > Signed-off-by: Eduardo Habkost > --- > include/hw/i386/pc.h | 15 ++- > 1 file chan

[Qemu-devel] [PATCH 5/7] pc: Use DEFINE_MACHINE to implement DEFINE_PC_MACHINE

2015-08-18 Thread Eduardo Habkost
DEFINE_PC_MACHINE should be eventually replaced by DEFINE_MACHINE, we just need to eliminate the pc_compat_*() functions first. Signed-off-by: Eduardo Habkost --- include/hw/i386/pc.h | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/include/hw/i386/pc.h b/incl