Statistics
| Branch: | Revision:

root / hw / null-machine.c @ 5e22c276

History | View | Annotate | Download (637 Bytes)

# Date Author Comment
5f072e1f 10/20/2012 10:53 am Eduardo Habkost

create struct for machine initialization arguments

This should help us to:
- More easily add or remove machine initialization arguments without
having to change every single machine init function;
- More easily make mechanical changes involving the machine init...

b4a738bf 08/23/2012 12:29 am Anthony Liguori

boards: add a 'none' machine type to all platforms

This allows any QEMU binary to be executed with:

$QEMU_BINARY -M none -qmp stdio

Without errors from missing options that are required by various boards. This
also provides a mode that we can use in the future to construct machines...