Re: [Qemu-devel] [PATCH 4/7] machine: DEFINE_MACHINE macro

2015-08-20 Thread Eduardo Habkost
On Tue, Aug 18, 2015 at 12:08:51PM -0700, Eduardo Habkost wrote: > The macro will allow easy registration of a TYPE_MACHINE subclass, using > only the machine name and a MachineClass initialization function as > parameter. > > Signed-off-by: Eduardo Habkost I will need to redo this patch after s

[Qemu-devel] [PATCH 4/7] machine: DEFINE_MACHINE macro

2015-08-18 Thread Eduardo Habkost
The macro will allow easy registration of a TYPE_MACHINE subclass, using only the machine name and a MachineClass initialization function as parameter. Signed-off-by: Eduardo Habkost --- include/hw/boards.h | 18 ++ 1 file changed, 18 insertions(+) diff --git a/include/hw/boards