Re: [Qemu-devel] [PATCH v3 0/7] qdev and blockdev refcount leak fixes

2013-11-06 Thread Stefan Hajnoczi
On Wed, Oct 30, 2013 at 02:54:29PM +0100, Stefan Hajnoczi wrote: > v3: > * I lost track of this patch, now I'm pushing it again > * Rebase onto qemu.git/master > * Add Patch 7 to do s/qdev_free()/object_unparent()/ [afaerber] > > It started with a bug report along these lines: > > (qemu) dev

Re: [Qemu-devel] [PATCH v3 0/7] qdev and blockdev refcount leak fixes

2013-10-31 Thread Stefan Hajnoczi
On Wed, Oct 30, 2013 at 04:44:18PM +0100, Andreas Färber wrote: > Am 30.10.2013 14:54, schrieb Stefan Hajnoczi: > > v3: > > * I lost track of this patch, now I'm pushing it again > > Part of this series is in a pending qom-next pull of mine (on a > different base), which Anthony didn't merge due

Re: [Qemu-devel] [PATCH v3 0/7] qdev and blockdev refcount leak fixes

2013-10-30 Thread Andreas Färber
Am 30.10.2013 14:54, schrieb Stefan Hajnoczi: > v3: > * I lost track of this patch, now I'm pushing it again Part of this series is in a pending qom-next pull of mine (on a different base), which Anthony didn't merge due to some questions or problems, and during Hackathon he disappeared and so fa

[Qemu-devel] [PATCH v3 0/7] qdev and blockdev refcount leak fixes

2013-10-30 Thread Stefan Hajnoczi
v3: * I lost track of this patch, now I'm pushing it again * Rebase onto qemu.git/master * Add Patch 7 to do s/qdev_free()/object_unparent()/ [afaerber] It started with a bug report along these lines: (qemu) device_add virtio-blk-pci,drive=drive0,x-data-plane=on device is incompatible with