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

2013-12-20 Thread Stefan Hajnoczi
On Mon, Dec 16, 2013 at 02:45:26PM +0800, 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. > > v7: Fix "Since 1.8" to "Since 2.0".

[Qemu-devel] [PATCH v7 0/7] block: allow commit active as top

2013-12-15 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. v7: Fix "Since 1.8" to "Since 2.0". Rebase patch 05 to master. v6: Address comments from Stefan: