diff options
Diffstat (limited to 'hw/virtex_ml507.c')
-rw-r--r-- | hw/virtex_ml507.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/virtex_ml507.c b/hw/virtex_ml507.c index 78450d7c40..8c4e8e4313 100644 --- a/hw/virtex_ml507.c +++ b/hw/virtex_ml507.c @@ -263,6 +263,7 @@ static QEMUMachine virtex_machine = { .name = "virtex-ml507", .desc = "Xilinx Virtex ML507 reference design", .init = virtex_init, + DEFAULT_MACHINE_OPTIONS, }; static void virtex_machine_init(void) |