Re: [Xen-devel] [PATCH v2 4/4] hvm/svm: Enable CR events

2018-02-09 Thread George Dunlap
On Fri, Feb 9, 2018 at 1:10 PM, Alexandru Stefan ISAILA wrote: > On Jo, 2018-02-08 at 11:06 -0700, Tamas K Lengyel wrote: >> On Thu, Feb 8, 2018 at 8:25 AM, Alexandru Isaila >> wrote: >> > >> > This commit enables controlregister events for svm. >> So this patch enables the event to trigger but w

Re: [Xen-devel] [PATCH v2 4/4] hvm/svm: Enable CR events

2018-02-09 Thread Tamas K Lengyel
On Thu, Feb 8, 2018 at 8:25 AM, Alexandru Isaila wrote: > This commit enables controlregister events for svm. > > Signed-off-by: Alexandru Isaila Acked-by: Tamas K Lengyel > --- > xen/arch/x86/hvm/svm/svm.c| 11 +++ > xen/include/asm-x86/monitor.h | 6 +++--- > 2 files changed, 1

Re: [Xen-devel] [PATCH v2 4/4] hvm/svm: Enable CR events

2018-02-09 Thread Tamas K Lengyel
On Fri, Feb 9, 2018 at 6:10 AM, Alexandru Stefan ISAILA wrote: > On Jo, 2018-02-08 at 11:06 -0700, Tamas K Lengyel wrote: >> On Thu, Feb 8, 2018 at 8:25 AM, Alexandru Isaila >> wrote: >> > >> > This commit enables controlregister events for svm. >> So this patch enables the event to trigger but w

Re: [Xen-devel] [PATCH v2 4/4] hvm/svm: Enable CR events

2018-02-09 Thread Alexandru Stefan ISAILA
On Jo, 2018-02-08 at 11:06 -0700, Tamas K Lengyel wrote: > On Thu, Feb 8, 2018 at 8:25 AM, Alexandru Isaila > wrote: > > > > This commit enables controlregister events for svm. > So this patch enables the event to trigger but where is it being > handled and forwarded to the monitor ring? Hi Tamas,

Re: [Xen-devel] [PATCH v2 4/4] hvm/svm: Enable CR events

2018-02-08 Thread Tamas K Lengyel
On Thu, Feb 8, 2018 at 8:25 AM, Alexandru Isaila wrote: > This commit enables controlregister events for svm. So this patch enables the event to trigger but where is it being handled and forwarded to the monitor ring? > > Signed-off-by: Alexandru Isaila > --- > xen/arch/x86/hvm/svm/svm.c|