[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/8] Add spent time for migration
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 1/8] Add spent time for migration |
Date: |
Mon, 25 Jun 2012 07:35:58 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 |
On 06/25/2012 12:24 AM, Orit Wasserman wrote:
>> # @MigrationInfo
>> @@ -275,8 +280,9 @@
>> # 'cancelled'. If this field is not returned, no migration process
>> # has been initiated
>> #
>> -# @ram: #optional @MigrationStats containing detailed migration status,
>> -# only returned if status is 'active'
>> +# @ram: #optional @MigrationStats containing detailed migration
>> +# status, only returned if status is 'active' or
>> +# 'completed'. 'comppleted' (since 1.2)
s/comppleted/completed/
--
Eric Blake address@hidden +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH v3 0/8] Huge memory fixes, Juan Quintela, 2012/06/22
- [Qemu-devel] [PATCH 2/8] Add tracepoints for savevm section start/end, Juan Quintela, 2012/06/22
- [Qemu-devel] [PATCH 3/8] No need to iterate if we already are over the limit, Juan Quintela, 2012/06/22
- [Qemu-devel] [PATCH 1/8] Add spent time for migration, Juan Quintela, 2012/06/22
- [Qemu-devel] [PATCH 7/8] dirty bitmap: abstract its use, Juan Quintela, 2012/06/22
- [Qemu-devel] [PATCH 6/8] Exit loop if we have been there too long, Juan Quintela, 2012/06/22
- [Qemu-devel] [PATCH 4/8] Only TCG needs TLB handling, Juan Quintela, 2012/06/22
- [Qemu-devel] [PATCH 5/8] Only calculate expected_time for stage 2, Juan Quintela, 2012/06/22