From ecaf1d9f08978372d3e0dd1719848c85a478859d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 10 Jan 2011 13:32:09 +0000 Subject: [PATCH] * Using hpet no longer seems necessary. Maybe upstream fixed it. svn path=/nixos/trunk/; revision=25489 --- modules/virtualisation/qemu-vm.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/virtualisation/qemu-vm.nix b/modules/virtualisation/qemu-vm.nix index 4aef6848ac8..494dfa52fb1 100644 --- a/modules/virtualisation/qemu-vm.nix +++ b/modules/virtualisation/qemu-vm.nix @@ -280,9 +280,6 @@ in boot.initrd.postDeviceCommands = '' - # Workaround for massive clock drift with the "kvm-clock" clock source. - echo hpet > /sys/devices/system/clocksource/clocksource0/current_clocksource - # Set up networking. Needed for CIFS mounting. ifconfig eth0 up 10.0.2.15