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

2013-12-13 Thread Kevin Wolf
Am 26.11.2013 um 06:45 hat Fam Zheng geschrieben: > 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. > > v6: Address comments from Stefan: > > [

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

2013-12-10 Thread Fam Zheng
On 2013年11月26日 13:45, 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. v6: Address comments from Stefan: [04/06] commit: support c

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

2013-11-25 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. v6: Address comments from Stefan: [04/06] commit: support commit active layer Fix wording