Re: [Xen-devel] [PATCH v1 2/2] hvm/svm: Enable EMUL_UNIMPLEMENTED events on svm

2018-07-05 Thread Jan Beulich
>>> On 11.05.18 at 13:11, wrote: > Signed-off-by: Alexandru Isaila > --- > xen/include/asm-x86/monitor.h | 13 + > 1 file changed, 5 insertions(+), 8 deletions(-) > > diff --git a/xen/include/asm-x86/monitor.h b/xen/include/asm-x86/monitor.h > index c5a86d1..7ef2aa2 100644 > ---

Re: [Xen-devel] [PATCH v1 2/2] hvm/svm: Enable EMUL_UNIMPLEMENTED events on svm

2018-05-18 Thread Razvan Cojocaru
On 05/18/2018 07:00 PM, Tamas K Lengyel wrote: > On Fri, May 18, 2018 at 9:32 AM, Jan Beulich wrote: > On 11.05.18 at 13:11, wrote: >>> Signed-off-by: Alexandru Isaila >> >> It would be helpful to know whether this patch

Re: [Xen-devel] [PATCH v1 2/2] hvm/svm: Enable EMUL_UNIMPLEMENTED events on svm

2018-05-18 Thread Tamas K Lengyel
On Fri, May 18, 2018 at 9:32 AM, Jan Beulich wrote: On 11.05.18 at 13:11, wrote: >> Signed-off-by: Alexandru Isaila > > It would be helpful to know whether this patch depends on patch 1 in any way. > If it doesn't, with

Re: [Xen-devel] [PATCH v1 2/2] hvm/svm: Enable EMUL_UNIMPLEMENTED events on svm

2018-05-18 Thread Jan Beulich
>>> On 11.05.18 at 13:11, wrote: > Signed-off-by: Alexandru Isaila It would be helpful to know whether this patch depends on patch 1 in any way. If it doesn't, with Tamas'es ack this could go in independent of the other one. For conveying such

[Xen-devel] [PATCH v1 2/2] hvm/svm: Enable EMUL_UNIMPLEMENTED events on svm

2018-05-11 Thread Alexandru Isaila
Signed-off-by: Alexandru Isaila --- xen/include/asm-x86/monitor.h | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/xen/include/asm-x86/monitor.h b/xen/include/asm-x86/monitor.h index c5a86d1..7ef2aa2 100644 ---