Re: [Xen-devel] [PATCH 3/3] x86/svm: Drop adjustment of X86_FEATURE_APIC

2016-10-14 Thread Boris Ostrovsky
On 10/14/2016 12:02 PM, Andrew Cooper wrote: > The common hvm_cpuid() code already does this. > > Signed-off-by: Andrew Cooper > --- > CC: Jan Beulich > CC: Boris Ostrovsky > CC: Suravee Suthikulpanit Reviewed-by: Boris Ostrovsky ___ Xen-devel mai

[Xen-devel] [PATCH 3/3] x86/svm: Drop adjustment of X86_FEATURE_APIC

2016-10-14 Thread Andrew Cooper
The common hvm_cpuid() code already does this. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Boris Ostrovsky CC: Suravee Suthikulpanit --- xen/arch/x86/hvm/svm/svm.c | 5 - 1 file changed, 5 deletions(-) diff --git a/xen/arch/x86/hvm/svm/svm.c b/xen/arch/x86/hvm/svm/svm.c index 0e