Re: [Xen-devel] [PATCH] x86/hvm: Remove unnecessary is_hvm_domain() test in construct_vmcs()

2017-10-11 Thread Jan Beulich
>>> On 20.09.17 at 21:50, wrote: > It's a leftover from PVHv1 days. > > Signed-off-by: Boris Ostrovsky I've applied this despite the still missing VMX maintainer ack, for it being simple enough. But in general it should be you to chase missing acks. Jan __

Re: [Xen-devel] [PATCH] x86/hvm: Remove unnecessary is_hvm_domain() test in construct_vmcs()

2017-09-21 Thread Roger Pau Monné
On Wed, Sep 20, 2017 at 03:50:27PM -0400, Boris Ostrovsky wrote: > It's a leftover from PVHv1 days. > > Signed-off-by: Boris Ostrovsky Reviewed-by: Roger Pau Monné Thanks, Roger. ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.o

[Xen-devel] [PATCH] x86/hvm: Remove unnecessary is_hvm_domain() test in construct_vmcs()

2017-09-20 Thread Boris Ostrovsky
It's a leftover from PVHv1 days. Signed-off-by: Boris Ostrovsky --- xen/arch/x86/hvm/vmx/vmcs.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/xen/arch/x86/hvm/vmx/vmcs.c b/xen/arch/x86/hvm/vmx/vmcs.c index f62fe7e..b5100b5 100644 --- a/xen/arch/x86/hvm/vmx/vmcs.c