All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Vm-events: move monitor vm-events code to common-side.
@ 2016-02-15  6:35 Corneliu ZUZU
  2016-02-15  6:35 ` [PATCH v3 1/2] xen/x86: merge 2 hvm_event_... functions into 1 Corneliu ZUZU
  2016-02-15  6:37 ` [PATCH v3 2/2] xen/vm-events: Move parts of monitor_domctl code to common-side Corneliu ZUZU
  0 siblings, 2 replies; 22+ messages in thread
From: Corneliu ZUZU @ 2016-02-15  6:35 UTC (permalink / raw)
  To: xen-devel
  Cc: Kevin Tian, Tamas K Lengyel, Keir Fraser, Jan Beulich,
	Razvan Cojocaru, Andrew Cooper, Jun Nakajima


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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-02-15 18:10 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-15  6:35 [PATCH v3 0/2] Vm-events: move monitor vm-events code to common-side Corneliu ZUZU
2016-02-15  6:35 ` [PATCH v3 1/2] xen/x86: merge 2 hvm_event_... functions into 1 Corneliu ZUZU
2016-02-15  8:30   ` Razvan Cojocaru
2016-02-15 17:40     ` Corneliu ZUZU
2016-02-15 17:47       ` Tamas K Lengyel
2016-02-15 17:54         ` Corneliu ZUZU
2016-02-15 18:10           ` Razvan Cojocaru
2016-02-15  6:37 ` [PATCH v3 2/2] xen/vm-events: Move parts of monitor_domctl code to common-side Corneliu ZUZU
2016-02-15  8:46   ` Corneliu ZUZU
2016-02-15 11:41   ` Jan Beulich
2016-02-15 12:14     ` Corneliu ZUZU
2016-02-15 12:44       ` Jan Beulich
2016-02-15 13:29         ` Corneliu ZUZU
2016-02-15 14:08           ` Jan Beulich
2016-02-15 16:15             ` Tamas K Lengyel
2016-02-15 16:28             ` Corneliu ZUZU
2016-02-15 16:44               ` Jan Beulich
2016-02-15 16:51                 ` Tamas K Lengyel
2016-02-15 16:59                   ` Corneliu ZUZU
2016-02-15 12:21     ` Corneliu ZUZU
2016-02-15 12:25     ` Stefano Stabellini
2016-02-15 12:42       ` Corneliu ZUZU

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.