[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH Remus v3 3/3] libxc/restore: implement Remus checkpointed restore
On 13/05/15 17:16, Andrew Cooper wrote: > >> + >> /* >> * Xenstore and Console parameters. >> * INPUT: evtchn & domid >> diff --git a/tools/libxc/xc_sr_restore.c b/tools/libxc/xc_sr_restore.c >> index 0e512ec..85534a8 100644 >> --- a/tools/libxc/xc_sr_restore.c >> +++ b/tools/libxc/xc_sr_restore.c >> @@ -468,10 +468,83 @@ static int handle_page_data(struct xc_sr_context *ctx, >> struct xc_sr_record *rec) >> return rc; >> } >> >> +static int process_record(struct xc_sr_context *ctx, struct xc_sr_record >> *rec); >> +static int handle_checkpoint(struct xc_sr_context *ctx) >> +{ >> + xc_interface *xch = ctx->xch; >> + int rc = 0, i; > Always an unsigned i for populated_pfnsindexing an array please. Erm - not sure what happened here. Ignore the "populated_pfns" please. Sorry. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |