Support newer versions of QEMU, which do not have the -no-kqemu option.
[pintos-anon] / src / utils / pintos
index 4b385cdf87553a07f1d5c1a2667a260b145a416c..1abd2edc6a9055ae37788867dc022110d8310ea2 100755 (executable)
@@ -619,7 +619,6 @@ sub run_qemu {
     print "warning: qemu doesn't support jitter\n"
       if defined $jitter;
     my (@cmd) = ('qemu');
-    push (@cmd, '-no-kqemu');
     push (@cmd, '-hda', $disks[0]) if defined $disks[0];
     push (@cmd, '-hdb', $disks[1]) if defined $disks[1];
     push (@cmd, '-hdc', $disks[2]) if defined $disks[2];