summaryrefslogtreecommitdiffstats
path: root/hw/ppc405_boards.c
diff options
context:
space:
mode:
authorKnut Omang <knuto@ifi.uio.no>2013-01-16 16:34:34 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2013-01-16 11:49:05 -0600
commitb8e76b35d47d03f6f9bb3a7455316aaed8b25795 (patch)
tree7e65d8c22aef3b5e4d100b38542de14ce8ed8d70 /hw/ppc405_boards.c
parent249d41720b7dfbb5951b430b9eefdbee7464f515 (diff)
downloadhqemu-b8e76b35d47d03f6f9bb3a7455316aaed8b25795.zip
hqemu-b8e76b35d47d03f6f9bb3a7455316aaed8b25795.tar.gz
Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405
Without this default q35/ppc405 based machines would no longer boot after commit e4ada29e909787f629626660b1561f6a680187d3 Signed-off-by: Knut Omang <knut.omang@oracle.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/ppc405_boards.c')
-rw-r--r--hw/ppc405_boards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc405_boards.c b/hw/ppc405_boards.c
index 45ed376..cf371db 100644
--- a/hw/ppc405_boards.c
+++ b/hw/ppc405_boards.c
@@ -362,6 +362,7 @@ static QEMUMachine ref405ep_machine = {
.name = "ref405ep",
.desc = "ref405ep",
.init = ref405ep_init,
+ DEFAULT_MACHINE_OPTIONS,
};
/*****************************************************************************/
OpenPOWER on IntegriCloud