Displaying 2 results from an estimated 2 matches for "vcpu_context".
Did you mean:
cpu_context
2012 Apr 21
6
[PATCH] xen: Add GS base to HVM VCPU context
Add GS base to the HVM VCPU context returned by xc_vcpu_getcontext()
Signed-off-by: Aravindh Puthiyaparambil <aravindh@virtuata.com>
diff -r e62ab14d44af -r babbb3e0f4d3 xen/arch/x86/domctl.c
--- a/xen/arch/x86/domctl.c Fri Apr 20 11:36:02 2012 -0700
+++ b/xen/arch/x86/domctl.c Fri Apr 20 17:55:49 2012 -0700
@@ -1592,6 +1592,12 @@ void arch_get_info_guest(struct vcpu *v,
2006 Jul 19
0
[PATCH][HVM] vmx domain save/restore support
...p support including apic/vmcs save/restore now. so
turn on "apic" in config file may cause save/restore failure.
* guest save/restore across platform*
e.g save 32 guest on 64 host, then restore 32 guest on 32 host. we
can''t support this because save/restore face different vcpu_context
format on different host. need universal format for this.
=== test report ===
"+" stands for okay, "-" stands for fail
32b host:
+ 32/32
+ 32win/32
pae host:
+ 32/pae
+ pae/pae
+ 32win/pae
+ pae_win/pae
em64t hos...