Re: [Xen-devel] [PATCH 2/6] AMD-PVH: cpuid intercept

2015-06-23 Thread Jan Beulich
>>> On 22.06.15 at 18:37, wrote: > From: Elena Ufimtseva > > Call pv_cpuid for pvh cpuid intercept. Note, we modify > svm_vmexit_do_cpuid instead of the intercept switch because the guest > eip needs to be adjusted for pvh also. But that doesn't preclude the adjustment to be done in svm_cpuid_i

[Xen-devel] [PATCH 2/6] AMD-PVH: cpuid intercept

2015-06-22 Thread elena . ufimtseva
From: Elena Ufimtseva Call pv_cpuid for pvh cpuid intercept. Note, we modify svm_vmexit_do_cpuid instead of the intercept switch because the guest eip needs to be adjusted for pvh also. Signed-off-by: Mukesh Rathor --- xen/arch/x86/hvm/svm/svm.c | 25 ++--- 1 file changed,