[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] tests/xen-access: disable CR4 write events on application exit
On exit, xen-access did not unsubscribe from CR4 write vm_events, potentially leaving the guest stuck. Signed-off-by: Razvan Cojocaru <rcojocaru@xxxxxxxxxxxxxxx> --- 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-access.c index 9d960e2..c572550 100644 --- a/tools/tests/xen-access/xen-access.c +++ b/tools/tests/xen-access/xen-access.c @@ -654,6 +654,8 @@ int main(int argc, char *argv[]) rc = xc_monitor_cpuid(xch, domain_id, 0); if ( desc_access ) rc = xc_monitor_descriptor_access(xch, domain_id, 0); + if ( write_ctrlreg_cr4 ) + rc = xc_monitor_write_ctrlreg(xch, domain_id, VM_EVENT_X86_CR4, 0, 1, 0, 1); if ( privcall ) rc = xc_monitor_privileged_call(xch, domain_id, 0); -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |