|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] ia64: fix domain restore
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1210767919 -3600
# Node ID b57642bcea300036e151d4f8776b58eb66acb707
# Parent 547d10d2d38473e84fb47e8bbcde96b1dfe793cc
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>
---
tools/python/xen/xend/image.py | 3 +++
1 files changed, 3 insertions(+)
diff -r 547d10d2d384 -r b57642bcea30 tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py Wed May 14 09:52:25 2008 +0100
+++ b/tools/python/xen/xend/image.py Wed May 14 13:25:19 2008 +0100
@@ -720,6 +720,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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] ia64: fix domain restore,
Xen patchbot-unstable <=
|
|
|
|
|