From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhJ7e-0006t9-Rz for qemu-devel@nongnu.org; Wed, 30 Sep 2015 11:16:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhJ7Z-00076c-Pw for qemu-devel@nongnu.org; Wed, 30 Sep 2015 11:16:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhJ7Z-000760-Jt for qemu-devel@nongnu.org; Wed, 30 Sep 2015 11:16:41 -0400 Message-ID: <1443626194.21557.79.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 30 Sep 2015 17:16:34 +0200 In-Reply-To: <560BD402.4020003@redhat.com> References: <1443389342-2186-1-git-send-email-somlo@cmu.edu> <1443389342-2186-5-git-send-email-somlo@cmu.edu> <560A6A90.3070807@redhat.com> <20150929182613.GY2080@HEDWIG.INI.CMU.EDU> <560BB794.9010600@redhat.com> <560BD402.4020003@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 4/5] acpi: arm: add fw_cfg device node to dsdt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: Peter Maydell , Andrew Jones , Matt Fleming , Eduardo Habkost , "Michael S. Tsirkin" , "Gabriel L. Somlo" , Ard Biesheuvel , QEMU Developers , Leif Lindholm , Paolo Bonzini , Shannon Zhao , Igor Mammedov , Marc =?ISO-8859-1?Q?Mar=ED?= , Kevin OConnor , Richard Henderson Hi, > Here's a timing from my new company laptop (Thinkpad W541, i7-4810MQ CPU > @ 2.80GHz, running docked); QEMU built with --enable-debug: Almost the same here. > (2) From launching the EFI stub until the login prompt appears on the > serial console: 3 minutes 46 seconds Less than half that time here. Guess there is room to improve that for you ... I'm running Fedora 22 as guest, minimal install, with stuff being added as needed. > Again, it depends on the services that are enabled in systemd, but you > usually want to test with a guest OS that users normally run. Depends. Especially when mucking with firmware stuff this shouldn't be that important, and gnome desktop install start alot more stuff, even when booting into runlevel 3 only. > So -- there's no bug, but TCG does not appear very suitable for testing > in guest userspace *now*. It's ok for testing now and then. You don't want do actual development with such a setup though. cheers, Gerd