Re: [Qemu-devel] [PATCH v5 0/8] Implement reference count for BlockDriverState [resend]

2013-08-26 Thread Stefan Hajnoczi
On Fri, Aug 23, 2013 at 10:17:37AM +0800, Wenchao Xia wrote: > What is the correct steps to run full qemu-iotests? > I modified qemu-iotests-quick.sh as: > > #!/bin/sh > > # We don't know which of the system emulator binaries there is (or > if there is > # any at all), so the 'quick' group does

Re: [Qemu-devel] [PATCH v5 0/8] Implement reference count for BlockDriverState [resend]

2013-08-22 Thread Wenchao Xia
于 2013-8-22 19:38, Stefan Hajnoczi 写道: On Fri, Aug 09, 2013 at 06:01:53PM +0800, Fam Zheng wrote: [resend to the correct list] BlockDriverState lifecycle management is needed by future features such as image fleecing and blockdev-add. This series adds reference count to BlockDriverState. The f

Re: [Qemu-devel] [PATCH v5 0/8] Implement reference count for BlockDriverState [resend]

2013-08-22 Thread Fam Zheng
On Thu, 08/22 13:38, Stefan Hajnoczi wrote: > On Fri, Aug 09, 2013 at 06:01:53PM +0800, Fam Zheng wrote: > > [resend to the correct list] > > > > BlockDriverState lifecycle management is needed by future features such as > > image fleecing and blockdev-add. This series adds reference count to > >

Re: [Qemu-devel] [PATCH v5 0/8] Implement reference count for BlockDriverState [resend]

2013-08-22 Thread Stefan Hajnoczi
On Fri, Aug 09, 2013 at 06:01:53PM +0800, Fam Zheng wrote: > [resend to the correct list] > > BlockDriverState lifecycle management is needed by future features such as > image fleecing and blockdev-add. This series adds reference count to > BlockDriverState. > > The first two patches clean up tw

[Qemu-devel] [PATCH v5 0/8] Implement reference count for BlockDriverState [resend]

2013-08-09 Thread Fam Zheng
[resend to the correct list] BlockDriverState lifecycle management is needed by future features such as image fleecing and blockdev-add. This series adds reference count to BlockDriverState. The first two patches clean up two odd BlockDriverState use cases, so all code uses bdrv_new() to create B