[libvirt] [PATCH] xen: properly report out of memory when hvm_type is too small

Guido Günther agx at sigxcpu.org
Sat Jan 21 15:22:50 UTC 2012


On Fri, Jan 20, 2012 at 04:36:29PM -0700, Eric Blake wrote:
> On 01/20/2012 09:57 AM, Guido Günther wrote:
> > ---
> >  src/xen/xen_hypervisor.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/src/xen/xen_hypervisor.c b/src/xen/xen_hypervisor.c
> > index 855576c..51b92d3 100644
> > --- a/src/xen/xen_hypervisor.c
> > +++ b/src/xen/xen_hypervisor.c
> > @@ -2598,7 +2598,7 @@ xenHypervisorMakeCapabilitiesInternal(virConnectPtr conn,
> >                                 &line[subs[1].rm_so],
> >                                 subs[1].rm_eo-subs[1].rm_so,
> >                                 sizeof(hvm_type)) == NULL)
> > -                    return NULL;
> > +                    goto no_memory;
> 
> ACK.
Pushed. Thanks,
 -- Guido




More information about the libvir-list mailing list