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
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