Re: [Qemu-devel] [PATCH 0/2] qdev: fix pci use-after-free

2014-06-15 Thread Andreas Färber
Am 15.06.2014 12:02, schrieb Michael S. Tsirkin: > On Wed, Jun 11, 2014 at 02:52:07PM +0200, Paolo Bonzini wrote: >> See "Use-after-free during unrealize in system_reset" thread >> and individual patches. >> >> Paolo > > As this is blocking testing of hotplug, I applied this > on the pci tree. Re

Re: [Qemu-devel] [PATCH 0/2] qdev: fix pci use-after-free

2014-06-15 Thread Michael S. Tsirkin
On Wed, Jun 11, 2014 at 02:52:07PM +0200, Paolo Bonzini wrote: > See "Use-after-free during unrealize in system_reset" thread > and individual patches. > > Paolo As this is blocking testing of hotplug, I applied this on the pci tree. Thanks! > Paolo Bonzini (2): > qdev: reorganize error repor

[Qemu-devel] [PATCH 0/2] qdev: fix pci use-after-free

2014-06-11 Thread Paolo Bonzini
See "Use-after-free during unrealize in system_reset" thread and individual patches. Paolo Paolo Bonzini (2): qdev: reorganize error reporting in bus_set_realized qdev: recursively unrealize devices when unrealizing bus hw/core/qdev.c | 27 +++ 1 file changed, 15 ins