Re: [Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-11-01 Thread Jan Beulich
>>> Razvan Cojocaru 11/01/18 3:04 PM >>> >On 11/1/18 3:58 PM, Jan Beulich wrote: > Razvan Cojocaru 11/01/18 11:31 AM >>> >>> On 10/30/18 8:19 AM, Tian, Kevin wrote: > From: Alexandru Stefan ISAILA [mailto:aisa...@bitdefender.com] > Sent: Wednesday, October 24, 2018 5:19 PM >

Re: [Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-11-01 Thread Paul Durrant
> -Original Message- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: 01 November 2018 13:59 > To: rcojoc...@bitdefender.com > Cc: brian.wo...@amd.com; suravee.suthikulpa...@amd.com; > aisa...@bitdefender.com; Andrew Cooper ; Paul > Durrant ; Wei Liu ; > jun.nakaj...@intel.com; Kevin

Re: [Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-11-01 Thread Razvan Cojocaru
On 11/1/18 3:58 PM, Jan Beulich wrote: Razvan Cojocaru 11/01/18 11:31 AM >>> >> On 10/30/18 8:19 AM, Tian, Kevin wrote: From: Alexandru Stefan ISAILA [mailto:aisa...@bitdefender.com] Sent: Wednesday, October 24, 2018 5:19 PM The may_defer var was left with the older

Re: [Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-11-01 Thread Jan Beulich
>>> Razvan Cojocaru 11/01/18 11:31 AM >>> >On 10/30/18 8:19 AM, Tian, Kevin wrote: >>> From: Alexandru Stefan ISAILA [mailto:aisa...@bitdefender.com] >>> Sent: Wednesday, October 24, 2018 5:19 PM >>> >>> The may_defer var was left with the older bool_t type. This patch >>> changes the type to

Re: [Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-11-01 Thread Razvan Cojocaru
On 10/30/18 8:19 AM, Tian, Kevin wrote: >> From: Alexandru Stefan ISAILA [mailto:aisa...@bitdefender.com] >> Sent: Wednesday, October 24, 2018 5:19 PM >> >> The may_defer var was left with the older bool_t type. This patch >> changes the type to bool. >> >> Signed-off-by: Alexandru Isaila > >

Re: [Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-10-30 Thread Tian, Kevin
> From: Alexandru Stefan ISAILA [mailto:aisa...@bitdefender.com] > Sent: Wednesday, October 24, 2018 5:19 PM > > The may_defer var was left with the older bool_t type. This patch > changes the type to bool. > > Signed-off-by: Alexandru Isaila Reviewed-by: Kevin Tian

Re: [Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-10-26 Thread Woods, Brian
On Fri, Oct 26, 2018 at 09:48:39AM -0600, Jan Beulich wrote: > >>> On 24.10.18 at 11:47, wrote: > > On Wed, Oct 24, 2018 at 09:19:06AM +, Alexandru Stefan ISAILA wrote: > >> The may_defer var was left with the older bool_t type. This patch > >> changes the type to bool. > >> > >>

Re: [Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-10-26 Thread Jan Beulich
>>> On 24.10.18 at 11:47, wrote: > On Wed, Oct 24, 2018 at 09:19:06AM +, Alexandru Stefan ISAILA wrote: >> The may_defer var was left with the older bool_t type. This patch >> changes the type to bool. >> >> Signed-off-by: Alexandru Isaila > > Reviewed-by: Wei Liu Acked-by: Jan Beulich

Re: [Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-10-24 Thread Wei Liu
On Wed, Oct 24, 2018 at 09:19:06AM +, Alexandru Stefan ISAILA wrote: > The may_defer var was left with the older bool_t type. This patch > changes the type to bool. > > Signed-off-by: Alexandru Isaila Reviewed-by: Wei Liu ___ Xen-devel mailing

Re: [Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-10-24 Thread Razvan Cojocaru
On 10/24/18 12:19 PM, Alexandru Stefan ISAILA wrote: > The may_defer var was left with the older bool_t type. This patch > changes the type to bool. > > Signed-off-by: Alexandru Isaila Acked-by: Razvan Cojocaru ___ Xen-devel mailing list

[Xen-devel] [PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers

2018-10-24 Thread Alexandru Stefan ISAILA
The may_defer var was left with the older bool_t type. This patch changes the type to bool. Signed-off-by: Alexandru Isaila --- xen/arch/x86/hvm/emulate.c| 8 xen/arch/x86/hvm/hvm.c| 14 +++--- xen/arch/x86/hvm/svm/nestedsvm.c | 14 +++---