Re: [Qemu-devel] [PATCH for-2.0] dataplane: fix implicit IOThread refcount

2014-03-19 Thread Kevin Wolf
Am 18.03.2014 um 17:50 hat Stefan Hajnoczi geschrieben: > When creating an IOThread implicitly (the user did not specify > x-iothread=) remember that iothread_find() does not return the > object with an incremented refcount. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch

Re: [Qemu-devel] [PATCH for-2.0] dataplane: fix implicit IOThread refcount

2014-03-19 Thread Fam Zheng
On Tue, 03/18 17:50, Stefan Hajnoczi wrote: > When creating an IOThread implicitly (the user did not specify > x-iothread=) remember that iothread_find() does not return the > object with an incremented refcount. > > Signed-off-by: Stefan Hajnoczi > --- > hw/block/dataplane/virtio-blk.c | 2 +- >

[Qemu-devel] [PATCH for-2.0] dataplane: fix implicit IOThread refcount

2014-03-18 Thread Stefan Hajnoczi
When creating an IOThread implicitly (the user did not specify x-iothread=) remember that iothread_find() does not return the object with an incremented refcount. Signed-off-by: Stefan Hajnoczi --- hw/block/dataplane/virtio-blk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git