diff --git a/tests/driver-nova.nix b/tests/driver-nova.nix index 91ce92e..52ee08e 100644 --- a/tests/driver-nova.nix +++ b/tests/driver-nova.nix @@ -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 }