Re: [Xen-devel] [PATCH v2 2/3] x86: remove has_hvm_container_{domain/vcpu}

2017-03-01 Thread George Dunlap
On 28/02/17 17:39, Roger Pau Monne wrote: > It is now useless since PVHv1 is removed and PVHv2 is a HVM domain from Xen's > point of view. MM bits: Acked-by: George Dunlap ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-d

Re: [Xen-devel] [PATCH v2 2/3] x86: remove has_hvm_container_{domain/vcpu}

2017-02-28 Thread Boris Ostrovsky
On 02/28/2017 12:39 PM, Roger Pau Monne wrote: > It is now useless since PVHv1 is removed and PVHv2 is a HVM domain from Xen's > point of view. > > Signed-off-by: Roger Pau Monné > Reviewed-by: Andrew Cooper > Acked-by: Tim Deegan > Reviewed-by: Kevin Tian Reviewed-by: Boris Ostrovsky _

[Xen-devel] [PATCH v2 2/3] x86: remove has_hvm_container_{domain/vcpu}

2017-02-28 Thread Roger Pau Monne
It is now useless since PVHv1 is removed and PVHv2 is a HVM domain from Xen's point of view. Signed-off-by: Roger Pau Monné Reviewed-by: Andrew Cooper Acked-by: Tim Deegan Reviewed-by: Kevin Tian --- Cc: Christoph Egger Cc: Jan Beulich Cc: Andrew Cooper Cc: Boris Ostrovsky Cc: Suravee Suth