xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Vm-events: move monitor vm-events code to common-side.
@ 2016-02-17  7:33 Corneliu ZUZU
  2016-02-17  7:36 ` [PATCH v5 1/2] xen/arm: fix file comments Corneliu ZUZU
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Corneliu ZUZU @ 2016-02-17  7:33 UTC (permalink / raw)
  To: xen-devel
  Cc: Tamas K Lengyel, Keir Fraser, Ian Campbell, Razvan Cojocaru,
	Andrew Cooper, Stefano Stabellini, Jan Beulich

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. Fix file comment
    Acked-by: Stefano Stabellini <stefano.stabell...@eu.citrix.com>
2. Move monitor_domctl to common-side.
    Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Acked-by: Razvan Cojocaru <rcojocaru@bitdefender.com>

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

---
Changed since v4:
  1/2: nothing changed
  2/2: arch_monitor_domctl_event:
        replaced !old_status w/ requested_status (equivalent but more readable)

Corneliu ZUZU (2):
  xen/arm: fix file comments
  xen/vm-events: Move parts of monitor_domctl code to common-side.

 MAINTAINERS                   |   1 +
 xen/arch/arm/hvm.c            |  29 +++++++-
 xen/arch/x86/monitor.c        | 153 +++++++++++-------------------------------
 xen/common/Makefile           |   1 +
 xen/common/domctl.c           |   2 +-
 xen/common/monitor.c          |  69 +++++++++++++++++++
 xen/include/asm-arm/monitor.h |  30 +++++++--
 xen/include/asm-x86/monitor.h |  53 +++++++++++++--
 xen/include/xen/monitor.h     |  30 +++++++++
 9 files changed, 245 insertions(+), 123 deletions(-)
 create mode 100644 xen/common/monitor.c
 create mode 100644 xen/include/xen/monitor.h

-- 
2.5.0

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

end of thread, other threads:[~2016-02-17 17:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17  7:33 [PATCH v5 0/2] Vm-events: move monitor vm-events code to common-side Corneliu ZUZU
2016-02-17  7:36 ` [PATCH v5 1/2] xen/arm: fix file comments Corneliu ZUZU
2016-02-17  7:38 ` [PATCH v5 2/2] xen/vm-events: Move parts of monitor_domctl code to common-side Corneliu ZUZU
2016-02-17 15:56   ` Tamas K Lengyel
2016-02-17 15:09 ` [PATCH v5 0/2] Vm-events: move monitor vm-events " Konrad Rzeszutek Wilk
2016-02-17 17:58   ` Corneliu ZUZU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).