From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOps3-0000Qn-IQ for qemu-devel@nongnu.org; Wed, 25 Sep 2013 10:15:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOprx-0000yO-HQ for qemu-devel@nongnu.org; Wed, 25 Sep 2013 10:15:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOprw-0000yF-W4 for qemu-devel@nongnu.org; Wed, 25 Sep 2013 10:15:09 -0400 Message-ID: <1380118503.3625.86.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 25 Sep 2013 16:15:03 +0200 In-Reply-To: <1380114776.3625.50.camel@nilsson.home.kraxel.org> References: <1380108120-18700-1-git-send-email-mst@redhat.com> <1380114776.3625.50.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 00/23] qemu: generate acpi tables for the guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, Anthony Liguori , afaerber@suse.de On Mi, 2013-09-25 at 15:12 +0200, Gerd Hoffmann wrote: > Hi, > > > This code can also be found here: > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git acpi > > Crashes on coreboot with -M q35: > > qemu-system-x86_64: /home/kraxel/projects/qemu/hw/i386/acpi-build.c:965: > acpi_build_update: Assertion `mcfg_size' failed. > > I'll go send a coreboot rom with separate mail to not spam the list with > the blob. Ahem, no need to dig out coreboot, with seabios it happens too if you pick the correct version (i.e. one with the table loader patches applied). cheers, Gerd