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

Ian Campbell Ian.Campbell at citrix.com
Tue Aug 5 08:45:26 UTC 2014


On Tue, 2014-08-05 at 10:41 +0200, Olaf Hering wrote:
> On Tue, Aug 05, Ian Campbell wrote:
> 
> >     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?
> 
> This op is not implemented.

You mean in libxc/Xen?

>  And would it work for PV and HVM anyway?

Aren't these triggers HVM only? They turn into ACPI events and things,
don't they?

I'm not sure what the intended behaviour of libvirt domainReset is, but
perhaps libxl_domain_{reboot,shutdown} is closer to what is needed?

Ian.




More information about the libvir-list mailing list