xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for multi-page vm_event ring buffer
@ 2018-09-13 15:01 Petre Pircalabu
  2018-09-13 15:01 ` [PATCH 1/4] x86_emulator: Add PHONY uninstall target Petre Pircalabu
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Petre Pircalabu @ 2018-09-13 15:01 UTC (permalink / raw)
  To: xen-devel
  Cc: Petre Pircalabu, Stefano Stabellini, Wei Liu, Razvan Cojocaru,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Tim Deegan, Julien Grall, Tamas K Lengyel, Jan Beulich

This series enables the vm_event ring to use buffers larger than 4K.


Petre Pircalabu (4):
  x86_emulator: Add PHONY uninstall target
  tools/libxc: Define VM_EVENT type
  x86: Add map_domain_pages_global
  vm_event: Add support for multi-page ring buffer

 tools/libxc/include/xenctrl.h       |   2 +
 tools/libxc/xc_monitor.c            |   9 +-
 tools/libxc/xc_private.h            |   9 +-
 tools/libxc/xc_vm_event.c           | 139 ++++++++++++++-----
 tools/tests/x86_emulator/Makefile   |   3 +
 tools/tests/xen-access/xen-access.c |  33 +++--
 xen/arch/x86/domain_page.c          |  21 +++
 xen/arch/x86/mm.c                   |  14 ++
 xen/common/vm_event.c               | 258 +++++++++++++++++++++++++++---------
 xen/include/public/domctl.h         |  22 ++-
 xen/include/public/memory.h         |   1 +
 xen/include/xen/domain_page.h       |   9 ++
 xen/include/xen/sched.h             |   5 +-
 xen/include/xen/vm_event.h          |   4 +
 14 files changed, 414 insertions(+), 115 deletions(-)

-- 
2.7.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-09-24 16:54 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-13 15:01 [PATCH 0/4] Add support for multi-page vm_event ring buffer Petre Pircalabu
2018-09-13 15:01 ` [PATCH 1/4] x86_emulator: Add PHONY uninstall target Petre Pircalabu
2018-09-14  9:04   ` Wei Liu
2018-09-14  9:09   ` Jan Beulich
2018-09-14 11:19     ` Petre Pircalabu
2018-09-13 15:01 ` [PATCH 2/4] tools/libxc: Define VM_EVENT type Petre Pircalabu
2018-09-14  9:14   ` Jan Beulich
2018-09-14 11:11     ` Petre Pircalabu
2018-09-14 11:16       ` Jan Beulich
2018-09-13 15:01 ` [PATCH 3/4] x86: Add map_domain_pages_global Petre Pircalabu
2018-09-18 10:51   ` Jan Beulich
2018-09-24 13:13   ` Julien Grall
2018-09-13 15:02 ` [PATCH 4/4] vm_event: Add support for multi-page ring buffer Petre Pircalabu
2018-09-13 16:42   ` Tamas K Lengyel
2018-09-14  8:10     ` Petre Pircalabu
2018-09-17 14:41   ` Andrew Cooper
2018-09-24 16:32     ` Petre Pircalabu
2018-09-18 12:58   ` Jan Beulich
2018-09-24 16:54     ` Petre Pircalabu

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).