[libvirt] [Xen-devel] [PATCH] libxl: support domainReset

Ian Campbell Ian.Campbell at citrix.com
Tue Aug 5 08:33:02 UTC 2014


On Mon, 2014-08-04 at 20:09 -0600, Jim Fehlig wrote:
> Currently, libxl_send_trigger() does not implement the LIBXL_TRIGGER_RESET
> option,

There's a case in the switch within libxl_send_trigger which at least
purports to do so:

int libxl_send_trigger(libxl_ctx *ctx, uint32_t domid,
                       libxl_trigger trigger, uint32_t vcpuid)
{
[...]
    case LIBXL_TRIGGER_RESET:
        rc = xc_domain_send_trigger(ctx->xch, domid,
                                    XEN_DOMCTL_SENDTRIGGER_RESET, vcpu
        break;

Do you mean to say that it is broken or perhaps that it doesn't match
the required semantics of domainReset?

Ian.




More information about the libvir-list mailing list