Re: [Xen-devel] [PATCH 0/2] libxc: domain builder related enhancements

2015-12-02 Thread Ian Campbell
On Tue, 2015-12-01 at 18:14 +0100, Juergen Gross wrote: > 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:

[Xen-devel] [PATCH 0/2] libxc: domain builder related enhancements

2015-12-01 Thread 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