From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dug2C-0002e4-IV for qemu-devel@nongnu.org; Wed, 20 Sep 2017 10:31:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dug29-0003kO-Bi for qemu-devel@nongnu.org; Wed, 20 Sep 2017 10:31:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33466) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dug29-0003kC-5w for qemu-devel@nongnu.org; Wed, 20 Sep 2017 10:31:25 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E29B980C06 for ; Wed, 20 Sep 2017 14:31:23 +0000 (UTC) Message-ID: <1505917879.24609.11.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 20 Sep 2017 16:31:19 +0200 In-Reply-To: <2b739056-081b-593a-6344-50b60d04872b@redhat.com> References: <1505913885.24609.8.camel@redhat.com> <2b739056-081b-593a-6344-50b60d04872b@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] kvm_set_phys_mem: assertion failed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand , "qemu-devel@nongnu.org" Cc: pbonzini@redhat.com Hi, > Dropping from os section: > > type="pflash">/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure- > efi.fd > template="/usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure- > efi.fd">/var/lib/libvirt/qemu/nvram/fedora-org-drm-qxl- > base_VARS.fd Bad idea I guess. > 1) Does the assert trigger right at startup? Or how is it triggered? Yes, right at startup, before OVMF is done initializing. So probably something in OVMF triggers it. > 2) Does your setup work when dopping the assertion? Can try tomorrow. cheers, Gerd