This patch series is an attempt to move some of the monitor vm-events code to
the common-side. Done to make it easier to move additional parts that can be
moved to common when ARM-side implementations are to be added.

Patches summary:
1. Merge almost identical functions hvm_event_int3 + hvm_event_single_step ->
   hvm_event_breakpoint.
2. Move monitor_domctl to common-side.

Note: ARM support for guest-request, control-register write monitor vm-events
will follow after review of this patch-series.

---
Changed since v2:
  Major:
    * moved back all monitor vm-event handling on X86-side
    * removed Kconfigs
    * arch_monitor_domctl_event & arch_monitor_domctl_op now directly return rc
  Minor:
    * squashed commits 4 & 6 on their previous commits
    * fixed coding-style mistakes (e.g. use C-style comments only)
    * drop xen/config.h include

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to