On 20.09.2017 15:24, Gerd Hoffmann wrote: > Hi, > > git master crashes: > > ERROR:/home/kraxel/projects/qemu/accel/kvm/kvm- > all.c:756:kvm_set_phys_mem: assertion failed: > (!memory_region_is_ram(mr) && !writeable && !mr->romd_mode) > > bisect blames: > > commit f357f564be0bd45245b3ccfbbe20ace08fe83ca8 > Author: David Hildenbrand <da...@redhat.com> > Date: Mon Sep 11 19:49:31 2017 +0200 > > kvm: we never have overlapping slots in kvm_set_phys_mem() > > libvirt config attached. > > cheers, > Gerd >
Not able to reproduce with the following modified config: Dropping from os section: <loader readonly="yes" type="pflash">/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram template="/usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd">/var/lib/libvirt/qemu/nvram/fedora-org-drm-qxl-base_VARS.fd</nvram> Dropping custom -trace parameter and using nec-xhci instead of qemu-xhci (my libvirt doesn't like the new one on fedora 26). 1) Does the assert trigger right at startup? Or how is it triggered? 2) Does your setup work when dopping the assertion? -- Thanks, David