2
0
Fork 0

Test with full QEMU version, PC model

This commit is contained in:
Emery Hemingway 2019-10-23 17:46:35 +02:00
parent 5e2037815d
commit d812f2b3a9
1 changed files with 2 additions and 2 deletions

View File

@ -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
}