From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9ObR-0000Jk-Pq for qemu-devel@nongnu.org; Fri, 31 Jan 2014 19:38:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9ObL-00071H-R0 for qemu-devel@nongnu.org; Fri, 31 Jan 2014 19:38:33 -0500 Received: from jedlik.phy.bme.hu ([152.66.102.83]:35379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9ObL-00070g-JR for qemu-devel@nongnu.org; Fri, 31 Jan 2014 19:38:27 -0500 Date: Sat, 1 Feb 2014 01:38:17 +0100 (CET) From: BALATON Zoltan In-Reply-To: <20140129145342.GD29329@ERROL.INI.CMU.EDU> Message-ID: References: <20140121181101.GB1323@ERROL.INI.CMU.EDU> <20140121183851.GA26382@redhat.com> <20140124164608.GB1293@ERROL.INI.CMU.EDU> <20140125000945.GA10357@crash.ini.cmu.edu> <6FAEE645-799D-4535-B568-75AB5E4D206C@suse.de> <20140128204023.GC29329@ERROL.INI.CMU.EDU> <20140129030736.GA23361@crash.ini.cmu.edu> <20140129145342.GD29329@ERROL.INI.CMU.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [Qemu-devel] osx bootloader List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" Cc: Alexander Graf , "qemu-devel@nongnu.org" On Wed, 29 Jan 2014, Gabriel L. Somlo wrote: > I managed to boot OVMF following their wiki; It seems to work with kvm > enabled, but not with -M q35. My current command line is: I've tried with the version compiled from the edk2 HEAD and that also fails with -M q35. I've managed to get some debug output via the options described in OVMF's readme file and the error is around where initialising the graphics card. With q35 it stops with: ASSERT .../edk2/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c(163): (Port & 3) == 0 This function is IoRead32 and it says the port must be 32-bit aligned. I've tried to find what port it tries to access but qemu -d ioport option generates no output for me. Any hints on how to use this debug option of qemu? Regards, BALATON Zoltan