On 06/30/2015 04:08 AM, Michal Privoznik wrote:
On 29.06.2015 19:30, Jim Fehlig wrote:
> While working on a patch to add dom0 support to the libxl driver,
> I noticed a few existing bugs which are fixed by this small
> series. IMO 1 and 2 are safe even during the freeze as they fix
> quite annoying bugs. 3 and 4 are probably safe bug fixes too,
> unless I'm confused about the use of
> domainObj->{def,newDef,persistentDef}
>
> Jim Fehlig (4):
> libxl: don't overwrite domain state from statedir config
> libxl: don't remove persistent domain on start failure
> libxl: honor domainGetXMLDesc() --inactive flag
> libxl: Set def->vcpus after successfully modifying live vcpu count
>
> src/libxl/libxl_driver.c | 33 ++++++++++++++++++++++++++-------
> 1 file changed, 26 insertions(+), 7 deletions(-)
>
ACK to all four and safe for the freeze.
Thanks! I've pushed the series now.
Regards,
Jim