From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRSaJ-0000DK-Em for qemu-devel@nongnu.org; Mon, 17 Aug 2015 18:08:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRSaG-0006MJ-92 for qemu-devel@nongnu.org; Mon, 17 Aug 2015 18:08:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRSaG-0006La-3T for qemu-devel@nongnu.org; Mon, 17 Aug 2015 18:08:48 -0400 Message-ID: <1439849321.22911.39.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 18 Aug 2015 00:08:41 +0200 In-Reply-To: <20150807043040.GA18349@morn.localdomain> References: <1438858816-29385-1-git-send-email-markmb@redhat.com> <20150806143745.559f94fa@markmb_rh> <20150806153043.GB9661@morn.localdomain> <20150806175326.4bb968b7@markmb_rh> <20150807043040.GA18349@morn.localdomain> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] QEMU fw_cfg DMA interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Drew , Stefan Hajnoczi , seabios@seabios.org, qemu-devel , Marc =?ISO-8859-1?Q?Mar=ED?= , Laszlo Hi, > > The command line I used is: > > > > x86_64-softmmu/qemu-system-x86_64 --enable-kvm \ > > -kernel /boot/vmlinuz-4.0.7-300.fc22.x86_64 \ > > -L pc-bios/optionrom/ \ > > -bios roms/seabios/out/bios.bin -nographic > > Thanks. One thing that immediately pops up is that even though > "-nographic" is used, it looks like QEMU still emulates a VGA device > and that device has an option rom that takes several milliseconds to > init the display hardware. Adding "-device VGA,romfile=" to the qemu > command line will further reduce the boot time by avoiding this > hardware init delay. Same goes for the NIC btw. cheers, Gerd