[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 2/2] xen/vm-events: Move parts of monitor_domctl code to common-side.
So since we will now have two separate booleans, requested_status and old_status and then manually verify they are opposite.. Â -Â Â Â Â bool_t status = ad->monitor.mov_to_msr_enabled; ...here we should set the field to requested_status, not !old_status. While they are technically equivalent, the code would read better to other way around. Â
    Âdomain_unpause(d); Here as well..  -    ad->monitor.singlestep_enabled = !status; ..and here..  -    ad->monitor.software_breakpoint_enabled = !status; ..and here.  -    ad->monitor.guest_request_enabled = !status; Otherwise the patch looks good. Thanks, Tamas _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |