On 27.09.2017 18:22, Aleksandr Bezzubikov wrote: > 2017-09-27 18:50 GMT+03:00 Thomas Huth <th...@redhat.com>: >> Hi, >> >> QEMU currently aborts with an assertion when plugging of the >> pcie-pci-bridge fails, e.g.: >> >> $ mips64el-softmmu/qemu-system-mips64el -M malta -nographic -S \ >> -device pcie-pci-bridge -bios pc-bios/bios.bin >> qemu-system-mips64el: memory.c:1699: memory_region_finalize: >> Assertion `!mr->container' failed. >> Aborted (core dumped) [...] > Hi Thomas, > This bug was already reported by Eduardo with ppc64, try this patch > that is intended to fix it > > http://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg06696.html
Thanks, that fixed the issue indeed! Thomas