Il 21/09/2013 21:17, Michael S. Tsirkin ha scritto: > On Fri, Sep 20, 2013 at 04:57:49PM +0200, Paolo Bonzini wrote: >> This series fixes hot-unplug of virtio devices, which can crash due to >> dangling pointer accesses. > > Could you please describe the sequence of steps that makes > qemu crash?
See patch 11. I didn't find out why it fails with PCIe but not PCI, probably a difference in how malloc reuses freed blocks. Paolo