From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9aXM-0001JG-NS for qemu-devel@nongnu.org; Wed, 14 Aug 2013 08:50:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9aXE-0002FW-4u for qemu-devel@nongnu.org; Wed, 14 Aug 2013 08:50:52 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:41144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9aXD-0002FG-PC for qemu-devel@nongnu.org; Wed, 14 Aug 2013 08:50:43 -0400 Received: by mail-we0-f174.google.com with SMTP id q54so7808348wes.33 for ; Wed, 14 Aug 2013 05:50:42 -0700 (PDT) Message-ID: <520B7D25.2090308@m2r.biz> Date: Wed, 14 Aug 2013 14:50:45 +0200 From: Fabio Fantoni MIME-Version: 1.0 References: <5208F96D.3010101@m2r.biz> <5209F95F.1080806@m2r.biz> <520A04A2.9020801@redhat.com> <520A0B5E.8080405@m2r.biz> <520A1407.1060301@redhat.com> <520A3413.5020002@m2r.biz> <20130813235826.GA12821@morn.localdomain> <520B4B94.2080506@m2r.biz> <520B5452.4090004@redhat.com> <520B61CE.1060308@m2r.biz> <20130814122901.GA30821@morn.localdomain> In-Reply-To: <20130814122901.GA30821@morn.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Test report for xen-unstable and qemu-xen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: xen-devel , Ian Campbell , Stefano Stabellini , George Dunlap , seabios , mjt@tls.msk.ru, "qemu-devel@nongnu.org" , pkg-qemu-devel@lists.alioth.debian.org, Gerd Hoffmann , Laszlo Ersek Il 14/08/2013 14:29, Kevin O'Connor ha scritto: > On Wed, Aug 14, 2013 at 12:54:06PM +0200, Fabio Fantoni wrote: >> I retried with the correct parameters and on both cases (2 gb of ram >> working and 4gb of ram not working) I get only this one more line on >> qemu log: >> Start bios (version debian/1.7.3-1-1-ga76c6f1-dirty-20130813_122010-test) > Xen moves the debug port to 0xe9 - can you try again with > iobase=0xe9. (There should be some way to tell xen to log 0xe9 on its > own, but I'm not familiar with xen.) > > -Kevin Thanks for reply. I tried with this: device_model_args=["-chardev","stdio,id=seabios","-device","isa-debugcon,iobase=0xe9,chardev=seabios"] No more lines in qemu log are written and also "Start bios" line does not appair any more.