Re: [Xen-devel] [PATCH V2 1/2] tests/xen-access: disable CR4 write events on application exit

2018-01-30 Thread Razvan Cojocaru
On 01/30/2018 11:16 AM, Razvan Cojocaru wrote: > On exit, xen-access did not unsubscribe from CR4 write vm_events, > potentially leaving the guest stuck. > > Signed-off-by: Razvan Cojocaru > --- > tools/tests/xen-access/xen-access.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/too

[Xen-devel] [PATCH V2 1/2] tests/xen-access: disable CR4 write events on application exit

2018-01-30 Thread Razvan Cojocaru
On exit, xen-access did not unsubscribe from CR4 write vm_events, potentially leaving the guest stuck. Signed-off-by: Razvan Cojocaru --- tools/tests/xen-access/xen-access.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tests/xen-access/xen-access.c b/tools/tests/xen-access/xen-ac