Paolo Bonzini <pbonz...@redhat.com> writes: > Il 14/07/2014 13:10, Markus Armbruster ha scritto: >> Watch this: >> >> (qemu) chardev-add file,path=foo2,id=foo2 >> (qemu) chardev-add file,path=foo3,id=foo3 >> (qemu) device_add id=gg,driver=pci-serial-2x,chardev1=foo2,chardev2=foo3 >> (qemu) device_del gg >> (qemu) upstream-qemu: /work/armbru/qemu/memory.c:1259: >> memory_region_finalize: Assertion `((&mr->subregions)->tqh_first == >> ((void *)0))' failed. > > I think this is a bug you had already reported, but > http://permalink.gmane.org/gmane.comp.emulators.qemu/283063 fell > through the cracks.
Oops :) Thanks!