2
0
Fork 0

Test with full QEMU version, PC model

20.02
Emery Hemingway 4 years ago
parent 5e2037815d
commit d812f2b3a9

@ -92,8 +92,8 @@ let
}
global spawn_id
spawn ${hostPkgs.qemu_test}/bin/qemu-system-x86_64 -cdrom ${iso} -nographic \
-m size=${toString qemuMem}
spawn ${hostPkgs.qemu}/bin/qemu-system-x86_64 -cdrom ${iso} -nographic \
-M pc -m size=${toString qemuMem}
wait_for_output $wait_for_re $timeout_value $spawn_id
}

Loading…
Cancel
Save