[libvirt] [PATCH] snapshot: remove mutually exclusive memory and disk-only duplicate check

Guannan Ren gren at redhat.com
Wed Jun 5 02:39:15 UTC 2013


On 06/04/2013 11:13 PM, Eric Blake wrote:
> On 06/04/2013 02:55 AM, Guannan Ren wrote:
>> The work was done at the time of snapshot xmlstring parsing
>>
>>   if (offline && def->memory &&
>>       def->memory != VIR_DOMAIN_SNAPSHOT_LOCATION_NONE) {
>>       virReportError(...);
>>   }
>> ---
>>   src/qemu/qemu_driver.c | 8 --------
>>   1 file changed, 8 deletions(-)
> ACK.
>
   Pushed, thanks.

   Guannan




More information about the libvir-list mailing list