Re: [Qemu-devel] [PATCH v5 0/6] block: allow commit active as top

2013-11-07 Thread Fam Zheng
On 10/09/2013 01:19 PM, Fam Zheng wrote: Previously live commit of active block device is not supported, this series implements it and updates corresponding qemu-iotests cases. This series is based on BlockJobType enum QAPI series. v5: Address comments from Eric and Paolo: Add mirror_start

[Qemu-devel] [PATCH v5 0/6] block: allow commit active as top

2013-10-08 Thread Fam Zheng
Previously live commit of active block device is not supported, this series implements it and updates corresponding qemu-iotests cases. This series is based on BlockJobType enum QAPI series. v5: Address comments from Eric and Paolo: Add mirror_start_job and front end wrapper. [Paolo] Base