Re: [libvirt] [PATCH V2 0/3] support flags in libxlDomain{Shutdown, Reboot}

2014-05-05 Thread Jim Fehlig
Jim Fehlig wrote: > This small series is a V2 of > > https://www.redhat.com/archives/libvir-list/2014-April/msg00837.html > > Patch 1 adds VIR_DOMAIN_SHUTDOWN_PARAVIRT and > VIR_REBOOT_SHUTDOWN_PARAVIRT flags to the API as requested by danpb. > > Patch 2 makes use of the shutdown flags in libxlDo

[libvirt] [PATCH V2 0/3] support flags in libxlDomain{Shutdown, Reboot}

2014-05-01 Thread Jim Fehlig
This small series is a V2 of https://www.redhat.com/archives/libvir-list/2014-April/msg00837.html Patch 1 adds VIR_DOMAIN_SHUTDOWN_PARAVIRT and VIR_REBOOT_SHUTDOWN_PARAVIRT flags to the API as requested by danpb. Patch 2 makes use of the shutdown flags in libxlDomainShutdownFlags. Patch 3 does