All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Misc Improvements
@ 2014-06-09 15:41 Andrew Cooper
  2014-06-09 15:41 ` [PATCH v2 1/6] tools/libxc: Annotate xc_report_error with __attribute__((format)) Andrew Cooper
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Andrew Cooper @ 2014-06-09 15:41 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

Misc improvements for libxc, which are prerequisites for the migration v2
series, but not directly related to it.  Some of these patches have been
posted to the list singally before;  Their submission here superceeds any
previous submission.

Andrew Cooper (5):
  tools/libxc: Annotate xc_report_error with __attribute__((format))
  tools/libxc: Annotate xc_osdep_log with __attribute__((format))
  tools/libxc: Use _Static_assert if available
  tools/libxc: Introduce ARRAY_SIZE() and replace handrolled examples
  tools/libxc: Add Valgrind client requests

David Vrabel (1):
  tools/libxc: add DECLARE_HYPERCALL_BUFFER_SHADOW()

 config/Tools.mk.in                 |    1 +
 tools/configure.ac                 |    2 ++
 tools/libxc/Makefile               |    4 ++++
 tools/libxc/xc_core.c              |    2 +-
 tools/libxc/xc_dom_arm.c           |    2 +-
 tools/libxc/xc_dom_x86.c           |    4 ++--
 tools/libxc/xc_domain_restore.c    |    6 +++---
 tools/libxc/xc_gnttab.c            |    2 +-
 tools/libxc/xc_minios.c            |    2 +-
 tools/libxc/xc_private.h           |   18 +++++++++++++++++-
 tools/libxc/xenctrl.h              |   18 ++++++++++++++++++
 tools/libxc/xenctrl_osdep_ENOSYS.c |   32 ++++++++++++++++----------------
 tools/libxc/xenctrlosdep.h         |    3 ++-
 tools/misc/xen-hptool.c            |    2 --
 tools/misc/xen-mfndump.c           |    2 --
 tools/xenpaging/xenpaging.c        |    2 +-
 16 files changed, 70 insertions(+), 32 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2014-06-12 10:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 15:41 [PATCH v2 0/6] Misc Improvements Andrew Cooper
2014-06-09 15:41 ` [PATCH v2 1/6] tools/libxc: Annotate xc_report_error with __attribute__((format)) Andrew Cooper
2014-06-09 15:41 ` [PATCH v2 2/6] tools/libxc: Annotate xc_osdep_log " Andrew Cooper
2014-06-09 15:41 ` [PATCH v2 3/6] tools/libxc: Use _Static_assert if available Andrew Cooper
2014-06-09 15:41 ` [PATCH v2 4/6] tools/libxc: Introduce ARRAY_SIZE() and replace handrolled examples Andrew Cooper
2014-06-10 12:40   ` Ian Campbell
2014-06-10 12:53     ` Andrew Cooper
2014-06-10 13:35       ` Ian Campbell
2014-06-10 14:07         ` [PATCH v3 " Andrew Cooper
2014-06-10 15:04           ` Ian Campbell
2014-06-09 15:41 ` [PATCH v2 5/6] tools/libxc: add DECLARE_HYPERCALL_BUFFER_SHADOW() Andrew Cooper
2014-06-09 15:41 ` [PATCH v2 6/6] tools/libxc: Add Valgrind client requests Andrew Cooper
2014-06-10 12:46   ` Ian Campbell
2014-06-10 14:41     ` [PATCH v3 " Andrew Cooper
2014-06-12 10:31       ` Ian Campbell
2014-06-10 14:12 ` [PATCH v2 0/6] Misc Improvements 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.