[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 11/14] libxl: If xc_domain_add_to_physmap fails, include errno value
On Mon, 2015-03-16 at 11:39 -0400, Konrad Rzeszutek Wilk wrote: $subject says libxl but means libxc. Actually, now I notice it so do almost all of the patches! Once fixed any acks I gave (or will give shortly) can still be applied. > Instead of just the return value. > > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > --- > tools/libxc/xc_dom_x86.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/tools/libxc/xc_dom_x86.c b/tools/libxc/xc_dom_x86.c > index bf06fe4..20e379c 100644 > --- a/tools/libxc/xc_dom_x86.c > +++ b/tools/libxc/xc_dom_x86.c > @@ -865,7 +865,8 @@ static int map_grant_table_frames(struct xc_dom_image > *dom) > } > xc_dom_panic(dom->xch, XC_INTERNAL_ERROR, > "%s: mapping grant tables failed " "(pfn=0x%" PRIpfn > - ", rc=%d)", __FUNCTION__, dom->total_pages + i, rc); > + ", rc=%d, errno=%d)", __FUNCTION__, > + dom->total_pages + i, rc ,errno); s/ ,/, / (hey, I drew a pretty picture) With that fixed: Acked-by Ian Campbell <ian.campbell@xxxxxxxxxx> Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |