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 >
Thanks. That g_assert() was just a security precaution. I'll double check if it can be removed or if there is an actual problem. -- Thanks, David