[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xen-devel
Subject:    Re: [Xen-devel] [PATCH 01/29] libxc: check for xc_domain_get_guest_width failure and pass it down
From:       Ian Campbell <Ian.Campbell () citrix ! com>
Date:       2013-10-31 21:03:56
Message-ID: 1383253436.5436.141.camel () dagon ! hellion ! org ! uk
[Download RAW message or body]

On Wed, 2013-10-30 at 20:51 +1300, Matthew Daley wrote:
> @@ -443,7 +443,8 @@ static void xc_cpuid_pv_policy(
>  
>      xc_cpuid_brand_get(brand);
>  
> -    xc_domain_get_guest_width(xch, domid, &guest_width);
> +    if ( xc_domain_get_guest_width(xch, domid, &guest_width) != 0 )
> +        return 1;

Not the actual error from xc_domain_get_guest_width?



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic