[libvirt] [PATCH] esx: Make sure dumpxml outputs proper ID for active domains

Matthias Bolte matthias.bolte at googlemail.com
Fri Aug 20 22:41:29 UTC 2010


2010/8/20 Eric Blake <eblake at redhat.com>:
> 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




More information about the libvir-list mailing list