>>> On 30.03.17 at 18:32, <andrew.coop...@citrix.com> wrote: > --- a/tools/libxc/xc_sr_save_x86_hvm.c > +++ b/tools/libxc/xc_sr_save_x86_hvm.c > @@ -112,6 +112,10 @@ static int write_hvm_params(struct xc_sr_context *ctx) > } > } > > + /* No params? Skip this record. */ > + if ( hdr.count == 0 ) > + return 0;
Purely out of curiosity - under what conditions would this happen? Some of the params in the array look like they would always have a non-zero value. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel