From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkXlk-00058t-DU for qemu-devel@nongnu.org; Wed, 14 May 2014 07:54:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkXle-0000wS-9X for qemu-devel@nongnu.org; Wed, 14 May 2014 07:54:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkXle-0000wI-1v for qemu-devel@nongnu.org; Wed, 14 May 2014 07:54:38 -0400 Message-ID: <5373597A.5090004@redhat.com> Date: Wed, 14 May 2014 13:54:34 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <98.08.11443.AD612735@epcpsbgx3.samsung.com> <5372241E.8090309@redhat.com> <007f01cf6f29$1eebdcf0$5cc396d0$%yoo@samsung.com> <53734BA7.3060008@redhat.com> <00f601cf6f69$7c131bb0$74395310$%yoo@samsung.com> In-Reply-To: <00f601cf6f69$7c131bb0$74395310$%yoo@samsung.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Where is vga-rom mapped in guest system memory? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jaeyong Yoo , qemu-devel@nongnu.org On 05/14/14 13:41, Jaeyong Yoo wrote: > I built the seabios in qemu and try to see the debug message of seabios. > So, I checked the "Serial port debugging" option in Debugging section w= ith the=20 > serial port base address 0x3f8. (Is this the correct value?) > And, launch qemu with option "-serial stdio" but I don=E2=80=99t see an= y messages from > seabios. If I want to see the debug message of seabios to the output co= nsole, > what am I missing? >=20 > My full command for launching qemu is the following: > $ sudo x86_64-softmmu/qemu-system-x86_64 -enable-kvm -m 1024 -vga vmwar= e -serial stdio ~/data/qemu-images/ubuntu-13.04-desktop.img I rely on the qemu debug port rather than on serial: -debugcon file:debug.log -global isa-debugcon.iobase=3D0x402 Check the DEBUG_IO and DEBUG_LEVEL settings in the SeaBIOS config as well. Laszlo