[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 4 of 6] libxl: support suspend_cancel in domain_resume
On Tue, 2012-01-31 at 10:00 +0000, Ian Campbell wrote: > On Tue, 2012-01-31 at 01:05 +0000, rshriram@xxxxxxxxx wrote: > > diff -r cd3d43d88c05 -r efe92d80c474 tools/libxl/libxl.h > > --- a/tools/libxl/libxl.h Mon Jan 30 16:58:31 2012 -0800 > > +++ b/tools/libxl/libxl.h Mon Jan 30 16:58:47 2012 -0800 > > @@ -268,7 +268,7 @@ int libxl_domain_create_restore(libxl_ct > > void libxl_domain_config_dispose(libxl_domain_config *d_config); > > int libxl_domain_suspend(libxl_ctx *ctx, libxl_domain_suspend_info *info, > > uint32_t domid, int fd); > > -int libxl_domain_resume(libxl_ctx *ctx, uint32_t domid); > > +int libxl_domain_resume(libxl_ctx *ctx, uint32_t domid, int fast); > > Please can you add a few words about what fast means and when its use > would be appropriate. > > I'm not sure fast is right word -- it happens that this mechanism is > faster but isn't the real meaning "co-operative" or something along > those lines? > > Would a better name be libxl_domain_suspend_cancel, sharing a common > helper internally with libxl_domain_resume? BTW, is there any way to tell if the guest even claims to support this mechanism? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |