* A better fix for the Xen clock problem.

svn path=/nixpkgs/trunk/; revision=24488
This commit is contained in:
Eelco Dolstra
2010-10-26 13:08:51 +00:00
parent 2cc3847cd4
commit 85a0cd1385
4 changed files with 56 additions and 50 deletions
+4 -3
View File
@@ -214,9 +214,10 @@ in
patch = ./guruplug-mach-type.patch;
};
revert_pvclock_sync =
{ name = "revert-pvclock-sync";
patch = ./revert-pvclock-sync.patch;
xen_pvclock_resume =
{ # Fix the clock after a DomU restore following a Dom0 reboot or migration.
name = "xen-pvclock-resume";
patch = ./xen-pvclock-resume.patch;
};
}