All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 8] Tools: Memory sharing interface updates
@ 2011-12-09 23:15 Andres Lagar-Cavilla
  2011-12-09 23:15 ` [PATCH 1 of 8] Tools: Do not assume sharing target is dom0 in libxc wrappers Andres Lagar-Cavilla
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: Andres Lagar-Cavilla @ 2011-12-09 23:15 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, andres, tim, ian.campbell, adin

In this patch series we update the toolstack to support changes to
the sharing interface:

- Refresh to be compatible with new hypervisor API
- Refresh tools/memshr
- Polling of more stats
- xl sharing command to output the stats
- Support for new domctls.

Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
Signed-off-by: Adin Scannell <adin@scannell.ca>

 tools/libxc/xc_memshr.c               |   3 +-
 tools/libxc/xenctrl.h                 |   1 +
 tools/libxc/xc_memshr.c               |  19 +++++++-
 tools/libxc/xenctrl.h                 |   7 ++-
 tools/blktap2/drivers/Makefile        |   2 +-
 tools/blktap2/drivers/tapdisk-image.c |   2 +-
 tools/blktap2/drivers/tapdisk-vbd.c   |   6 +-
 tools/blktap2/drivers/tapdisk.h       |   6 ++-
 tools/memshr/bidir-daemon.c           |  34 +++++++++----
 tools/memshr/bidir-hash.h             |  13 +++--
 tools/memshr/interface.c              |  30 +++++++----
 tools/memshr/memshr.h                 |  11 +++-
 docs/man/xl.pod.1                     |  18 +++++++
 tools/libxl/xl.h                      |   1 +
 tools/libxl/xl_cmdimpl.c              |  85 +++++++++++++++++++++++++++++++++++
 tools/libxl/xl_cmdtable.c             |   6 ++
 tools/libxc/xc_private.c              |  10 ++++
 tools/libxc/xenctrl.h                 |   4 +
 tools/libxl/libxl.c                   |  10 ++++
 tools/libxl/libxl.h                   |   3 +
 tools/libxl/xl_cmdimpl.c              |  12 +++-
 tools/libxc/xc_memshr.c               |  23 +++++++++
 tools/libxc/xenctrl.h                 |   6 ++
 tools/libxc/xc_memshr.c               |  14 +++++
 tools/libxc/xenctrl.h                 |   2 +
 25 files changed, 287 insertions(+), 41 deletions(-)

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

end of thread, other threads:[~2011-12-14 10:47 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09 23:15 [PATCH 0 of 8] Tools: Memory sharing interface updates Andres Lagar-Cavilla
2011-12-09 23:15 ` [PATCH 1 of 8] Tools: Do not assume sharing target is dom0 in libxc wrappers Andres Lagar-Cavilla
2011-12-12  9:50   ` Ian Campbell
2011-12-09 23:15 ` [PATCH 2 of 8] Tools: Update libxc mem sharing interface Andres Lagar-Cavilla
2011-12-12  9:56   ` Ian Campbell
2011-12-09 23:15 ` [PATCH 3 of 8] Tools: Update memshr tool to use new sharing API Andres Lagar-Cavilla
2011-12-12 10:13   ` Ian Campbell
2011-12-13  4:18     ` Andres Lagar-Cavilla
2011-12-12 12:14   ` Ian Jackson
2011-12-09 23:15 ` [PATCH 4 of 8] Tools: Add a sharing command to xl for information about shared pages Andres Lagar-Cavilla
2011-12-12 10:26   ` Ian Campbell
2011-12-09 23:15 ` [PATCH 5 of 8] Tools: Expose to libxc the total number of shared frames and space saved Andres Lagar-Cavilla
2011-12-12 10:39   ` Ian Campbell
2011-12-13  3:43     ` Andres Lagar-Cavilla
2011-12-13 17:08       ` Adin Scannell
2011-12-14 10:47         ` Ian Campbell
2011-12-09 23:15 ` [PATCH 6 of 8] Tools: Allow libxl/xl to expose " Andres Lagar-Cavilla
2011-12-12 10:43   ` Ian Campbell
2011-12-13 17:13     ` Adin Scannell
2011-12-09 23:15 ` [PATCH 7 of 8] Tools: Libxc wrappers to add shared pages to physmap Andres Lagar-Cavilla
2011-12-12 10:48   ` Ian Campbell
2011-12-12 10:50   ` Ian Campbell
2011-12-09 23:15 ` [PATCH 8 of 8] Tools: Libxc wrapper for the new sharing audit domctl Andres Lagar-Cavilla
2011-12-12 10:52   ` Ian Campbell

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.