2010/8/20 Eric Blake <[email protected]>: > On 08/20/2010 01:07 PM, Matthias Bolte wrote: >> --- >> src/esx/esx_driver.c | 13 +++++++++++-- >> 1 files changed, 11 insertions(+), 2 deletions(-) >> >> diff --git a/src/esx/esx_driver.c b/src/esx/esx_driver.c > > ACK. > >> @@ -2693,6 +2698,10 @@ esxDomainDumpXML(virDomainPtr domain, int flags) >> priv->primary->productVersion); >> >> if (def != NULL) { >> + if (powerState != esxVI_VirtualMachinePowerState_PoweredOff) { >> + def->id = id; >> + } >> + >> xml = virDomainDefFormat(def, flags); >> } >> >
Thanks, pushed. Matthias -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
