Re: [Xen-devel] [PATCH] x86/hvm: Drop hvm_set_mode() and associated vmx hooks

2018-01-30 Thread Tian, Kevin
> From: Andrew Cooper [mailto:andrew.coop...@citrix.com] > Sent: Tuesday, January 30, 2018 12:11 AM > > This is more vestigial rementants of PVHv1. > > Signed-off-by: Andrew Cooper Reviewed-by: Kevin Tian ___ Xen-devel mailing list Xen-devel@lists.x

Re: [Xen-devel] [PATCH] x86/hvm: Drop hvm_set_mode() and associated vmx hooks

2018-01-29 Thread Roger Pau Monné
On Mon, Jan 29, 2018 at 04:10:32PM +, Andrew Cooper wrote: > This is more vestigial rementants of PVHv1. > > Signed-off-by: Andrew Cooper Oh, thanks! It's amazing how many leftovers we are still finding from PVHv1. Reviewed-by: Roger Pau Monné _

Re: [Xen-devel] [PATCH] x86/hvm: Drop hvm_set_mode() and associated vmx hooks

2018-01-29 Thread Jan Beulich
>>> On 29.01.18 at 17:10, wrote: > This is more vestigial rementants of PVHv1. > > Signed-off-by: Andrew Cooper > --- > CC: Jan Beulich > CC: Jun Nakajima > CC: Kevin Tian > --- > xen/arch/x86/hvm/hvm.c| 23 --- > xen/arch/x86/hvm/vmx/vmx.c| 16 ---

[Xen-devel] [PATCH] x86/hvm: Drop hvm_set_mode() and associated vmx hooks

2018-01-29 Thread Andrew Cooper
This is more vestigial rementants of PVHv1. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Jun Nakajima CC: Kevin Tian --- xen/arch/x86/hvm/hvm.c| 23 --- xen/arch/x86/hvm/vmx/vmx.c| 16 xen/include/asm-x86/hvm/hvm.h | 2 -- 3 files chan