Re: [libvirt] [PATCH V2 1/3] Introduce a new flag for controlling shutdown/reboot

2014-05-02 Thread Daniel P. Berrange
On Thu, May 01, 2014 at 04:14:37PM -0600, Jim Fehlig wrote: > Add a new flag to virDomain{Reboot,Shutdown}FlagValues to allow > shutting down and rebooting a domain via the Xen paravirt control > interface. > > Signed-off-by: Jim Fehlig > --- > include/libvirt/libvirt.h.in | 2 ++ > tools/virsh

[libvirt] [PATCH V2 1/3] Introduce a new flag for controlling shutdown/reboot

2014-05-01 Thread Jim Fehlig
Add a new flag to virDomain{Reboot,Shutdown}FlagValues to allow shutting down and rebooting a domain via the Xen paravirt control interface. Signed-off-by: Jim Fehlig --- include/libvirt/libvirt.h.in | 2 ++ tools/virsh-domain.c | 14 ++ tools/virsh.pod | 8 +++