[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-ia64-devel] [PATCH] ia64: fix domain restore
A domain fails to restore on IA64 since cset 17524:18727843db60. This patch fixes it temporarily. Guest CPUID configuration for IA64 might be implemented in the future. Signed-off-by: Kouya Shimura <kouya@xxxxxxxxxxxxxx> diff -r 222608ac3cd1 tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Wed May 14 12:05:35 2008 +0900 +++ b/tools/python/xen/xend/image.py Wed May 14 18:22:50 2008 +0900 @@ -734,6 +734,9 @@ class IA64_HVM_ImageHandler(HVMImageHand (self.getRequiredInitialReservation() / 1024) ]) return args + def setCpuid(self): + # Guest CPUID configuration is not implemented yet. + return class IA64_Linux_ImageHandler(LinuxImageHandler): _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |