Statistics
| Branch: | Revision:

root / hw / null-machine.c @ fa2ddcb4

History | View | Annotate | Download (915 Bytes)

# Date Author Comment
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...