All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Allow chnaging of external varibles in the hypervisor
@ 2015-06-18 15:55 Don Slutz
  2015-06-18 15:55 ` [PATCH 1/2] gdbsx_guestmemio: Allow it to check domain Don Slutz
  2015-06-18 15:55 ` [PATCH 2/2] Add xen-hyp-rw Don Slutz
  0 siblings, 2 replies; 7+ messages in thread
From: Don Slutz @ 2015-06-18 15:55 UTC (permalink / raw)
  To: xen-devel
  Cc: Keir Fraser, Ian Campbell, Stefano Stabellini, Tim Deegan,
	Ian Jackson, Don Slutz, Jan Beulich, Wei Liu, Mukesh Rathor

The 1st patch just skips calling rcu_lock_domain_by_id() for
XEN_DOMCTL_gdbsx_guestmemio.

The code that handles XEN_DOMCTL_gdbsx_guestmemio, does not use d
and has it's own domain checking code.

The 2nd patch is an example tool thats uses
XEN_DOMCTL_gdbsx_guestmemio to read and modify the Hymbervisor's
memeory.

Don Slutz (2):
  gdbsx_guestmemio: Allow it to check domain.
  Add xen-hyp-rw

 .gitignore                          |   1 +
 tools/debugger/gdbsx/Makefile       |   7 +-
 tools/debugger/gdbsx/xen-hyp-rw.c   | 209 ++++++++++++++++++++++++++++++++++++
 tools/debugger/gdbsx/xg/xg_main.c   |  28 +++++
 tools/debugger/gdbsx/xg/xg_public.h |   2 +
 xen/common/domctl.c                 |   1 +
 6 files changed, 247 insertions(+), 1 deletion(-)
 create mode 100644 tools/debugger/gdbsx/xen-hyp-rw.c

-- 
1.8.4

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

end of thread, other threads:[~2015-06-18 20:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-18 15:55 [PATCH 0/2] Allow chnaging of external varibles in the hypervisor Don Slutz
2015-06-18 15:55 ` [PATCH 1/2] gdbsx_guestmemio: Allow it to check domain Don Slutz
2015-06-18 16:59   ` Andrew Cooper
2015-06-18 20:39     ` Don Slutz
2015-06-18 15:55 ` [PATCH 2/2] Add xen-hyp-rw Don Slutz
2015-06-18 17:05   ` Andrew Cooper
2015-06-18 20:50     ` Don Slutz

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.