Author: eelco Date: 2010-06-15 18:00:56 +0000 (Tue, 15 Jun 2010) New Revision: 22281
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22281&view=rev Modified: nixos/branches/boot-order/lib/test-driver/Machine.pm Log: * Drop the -no-kvm-irqchip flag here as well. Changes: Modified: nixos/branches/boot-order/lib/test-driver/Machine.pm =================================================================== --- nixos/branches/boot-order/lib/test-driver/Machine.pm 2010-06-15 16:15:17 UTC (rev 22280) +++ nixos/branches/boot-order/lib/test-driver/Machine.pm 2010-06-15 18:00:56 UTC (rev 22281) @@ -28,7 +28,7 @@ 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}; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
