[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Set up CPUID leaves on restore for both PV and HVM guests.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1248335943 -3600 # Node ID 83e6b019856904141225267da9b7c1d141eb40ad # Parent 5719af68e43e1b11331a25b4dc4c9ffb3571184c 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> --- tools/python/xen/xend/XendCheckpoint.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r 5719af68e43e -r 83e6b0198569 tools/python/xen/xend/XendCheckpoint.py --- a/tools/python/xen/xend/XendCheckpoint.py Thu Jul 23 08:57:02 2009 +0100 +++ b/tools/python/xen/xend/XendCheckpoint.py Thu Jul 23 08:59:03 2009 +0100 @@ -317,8 +317,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 |