[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V2 9/9] libxl: Allow migration with qemu-xen.
On Mon, 2012-09-17 at 19:22 +0100, Anthony PERARD wrote: > Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> As far as I'm concerned you can just remove the entire check now, its only purpose was to catch this case. Ian. > --- > tools/libxl/libxl.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c > index 0857c48..f08adf3 100644 > --- a/tools/libxl/libxl.c > +++ b/tools/libxl/libxl.c > @@ -770,10 +770,6 @@ int libxl_domain_suspend(libxl_ctx *ctx, uint32_t domid, > int fd, int flags, > if (type == LIBXL_DOMAIN_TYPE_HVM && flags & LIBXL_SUSPEND_LIVE) { > switch (libxl__device_model_version_running(gc, domid)) { > case LIBXL_DEVICE_MODEL_VERSION_QEMU_XEN: > - LOG(ERROR, > - "cannot live migrate HVM domains with qemu-xen > device-model"); > - rc = ERROR_FAIL; > - goto out_err; > case LIBXL_DEVICE_MODEL_VERSION_QEMU_XEN_TRADITIONAL: > /* No problem */ > break; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |