xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] tools/libxc: various errno changes
@ 2014-03-07  9:15 Olaf Hering
  2014-03-07  9:15 ` [PATCH 1/4] tools/libxc: remove double inclusion of errno.h Olaf Hering
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Olaf Hering @ 2014-03-07  9:15 UTC (permalink / raw)
  To: xen-devel; +Cc: Olaf Hering, Ian.Jackson, Ian.Campbell

Some changes related to pass errno to callers of xc_domain_save.
Compile and runtime tested with my migration constraint changes.

Olaf Hering (4):
  tools/libxc: remove double inclusion of errno.h
  tools/libxc: assign positive values to errno
  tools/xc: preserve errno in ERROR and DRINTF macros
  tools/xc: pass errno to callers of xc_domain_save

 tools/libxc/xc_compression.c    |  1 -
 tools/libxc/xc_domain_save.c    | 33 ++++++++++++++++++++++-----------
 tools/libxc/xc_flask.c          |  1 -
 tools/libxc/xc_foreign_memory.c |  2 +-
 tools/libxc/xc_gnttab.c         |  1 -
 tools/libxc/xc_mem_paging.c     |  2 +-
 tools/libxc/xc_minios.c         |  3 +--
 tools/libxc/xc_pm.c             |  1 -
 tools/libxc/xc_private.h        | 29 ++++++++++++++++++++++-------
 tools/misc/xen-hptool.c         |  1 -
 tools/misc/xen-mfndump.c        |  1 -
 11 files changed, 47 insertions(+), 28 deletions(-)

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

end of thread, other threads:[~2014-03-11 15:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07  9:15 [PATCH 0/4] tools/libxc: various errno changes Olaf Hering
2014-03-07  9:15 ` [PATCH 1/4] tools/libxc: remove double inclusion of errno.h Olaf Hering
2014-03-10 16:50   ` Ian Jackson
2014-03-07  9:15 ` [PATCH 2/4] tools/libxc: assign positive values to errno Olaf Hering
2014-03-10 16:51   ` Ian Jackson
2014-03-11 13:17     ` Ian Campbell
2014-03-11 14:35       ` Olaf Hering
2014-03-11 14:39         ` Ian Campbell
2014-03-11 15:24       ` Ian Jackson
2014-03-07  9:15 ` [PATCH 3/4] tools/xc: preserve errno in ERROR and DRINTF macros Olaf Hering
2014-03-10 16:51   ` Ian Jackson
2014-03-07  9:15 ` [PATCH 4/4 v2] tools/xc: pass errno to callers of xc_domain_save Olaf Hering
2014-03-10 16:59   ` Ian Jackson
2014-03-10 18:24     ` Olaf Hering
2014-03-11  7:49       ` Olaf Hering

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