All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] libxc: domain builder related enhancements
@ 2015-12-01 17:14 Juergen Gross
  2015-12-01 17:14 ` [PATCH 1/2] libxc: replace INVALID_P2M_ENTRY by INVALID_PFN Juergen Gross
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Juergen Gross @ 2015-12-01 17:14 UTC (permalink / raw)
  To: xen-devel, Ian.Campbell, ian.jackson, stefano.stabellini,
	wei.liu2
  Cc: Juergen Gross

Add some more checks for having got allocated memory in the domain
builder. Related to this add an INVALID_PFN macro to be able to do
these checks.

Juergen Gross (2):
  libxc: replace INVALID_P2M_ENTRY by INVALID_PFN
  libxc: do proper return code checking of allocator in domain builder

 tools/libxc/include/xc_dom.h  |  2 +-
 tools/libxc/xc_compression.c  | 10 +++++-----
 tools/libxc/xc_core.c         |  4 ++--
 tools/libxc/xc_dom_arm.c      |  2 +-
 tools/libxc/xc_dom_core.c     | 11 ++++++++---
 tools/libxc/xc_dom_x86.c      | 12 +++++++++++-
 tools/libxc/xc_offline_page.c |  2 +-
 7 files changed, 29 insertions(+), 14 deletions(-)

-- 
2.6.2

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

end of thread, other threads:[~2015-12-02 15:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-01 17:14 [PATCH 0/2] libxc: domain builder related enhancements Juergen Gross
2015-12-01 17:14 ` [PATCH 1/2] libxc: replace INVALID_P2M_ENTRY by INVALID_PFN Juergen Gross
2015-12-02 11:46   ` Wei Liu
2015-12-01 17:14 ` [PATCH 2/2] libxc: do proper return code checking of allocator in domain builder Juergen Gross
2015-12-02 11:46   ` Wei Liu
2015-12-02 15:52 ` [PATCH 0/2] libxc: domain builder related enhancements 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.