From d812f2b3a9a46d150bc4b33111a481c1682d6e08 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 23 Oct 2019 17:46:35 +0200 Subject: [PATCH] Test with full QEMU version, PC model --- tests/driver-nova.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }