[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.4-testing] xend: Set up CPUID leaves on restore for both PV and HVM guests.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1248336493 -3600 # Node ID 0171f9316e2510c91d21992c72c6ab71f01d481b # Parent e04ffc81f6ef218f0a458bbf9d93186ab57a624e 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 e04ffc81f6ef -r 0171f9316e25 tools/python/xen/xend/XendCheckpoint.py --- a/tools/python/xen/xend/XendCheckpoint.py Thu Jul 23 09:07:38 2009 +0100 +++ b/tools/python/xen/xend/XendCheckpoint.py Thu Jul 23 09:08:13 2009 +0100 @@ -315,8 +315,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 |