* A better fix for the Xen clock problem.
svn path=/nixpkgs/trunk/; revision=24488
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user