* Drop the -no-kvm-irqchip flag here as well.

svn path=/nixos/branches/boot-order/; revision=22281
This commit is contained in:
Eelco Dolstra 2010-06-15 18:00:56 +00:00
parent 46ac1375a7
commit eab5aff8d0

View file

@ -28,7 +28,7 @@ sub new {
if (!$startCommand) {
# !!! merge with qemu-vm.nix.
$startCommand =
"qemu-system-x86_64 -m 384 -no-kvm-irqchip " .
"qemu-system-x86_64 -m 384 " .
"-net nic,model=virtio -net user \$QEMU_OPTS ";
$startCommand .= "-drive file=" . Cwd::abs_path($args->{hda}) . ",if=virtio,boot=on,werror=report "
if defined $args->{hda};