[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.3-testing] xend: Set up CPUID leaves on restore for both PV and HVM guests.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1248336600 -3600 # Node ID f068b9887bc07b69e2229bd7adfdda1fc17a62bf # Parent 974008d6668306be19142c9b76f213d3d9416393 xend: Set up CPUID leaves on restore for both PV and HVM guests. From: Andrew Thomas <andrew.thomas@xxxxxxxxxx> Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> xen-unstable changeset: 19978:83e6b0198569 xen-unstable date: Thu Jul 23 08:59:03 2009 +0100 --- tools/python/xen/xend/XendCheckpoint.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r 974008d66683 -r f068b9887bc0 tools/python/xen/xend/XendCheckpoint.py --- a/tools/python/xen/xend/XendCheckpoint.py Thu Jul 23 09:09:27 2009 +0100 +++ b/tools/python/xen/xend/XendCheckpoint.py Thu Jul 23 09:10:00 2009 +0100 @@ -301,8 +301,8 @@ def restore(xd, fd, dominfo = None, paus else: break os.close(qemu_fd) - restore_image.setCpuid() - + + restore_image.setCpuid() os.read(fd, 1) # Wait for source to close connection _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |