Thanks to David Mazieres for reporting the problem and the fix.
@item
Recommended: @uref{http://fabrice.bellard.free.fr/qemu/, QEMU}, version
-0.8.0 or later. If QEMU is not available, Bochs can be used, but its
+0.11.0 or later. If QEMU is not available, Bochs can be used, but its
slowness is frustrating.
@item
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];