From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhJAy-0002aE-H8 for qemu-devel@nongnu.org; Wed, 30 Sep 2015 11:20:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhJAs-0000TE-Rl for qemu-devel@nongnu.org; Wed, 30 Sep 2015 11:20:12 -0400 Received: from mail-vk0-f41.google.com ([209.85.213.41]:36313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhJAs-0000Rq-GO for qemu-devel@nongnu.org; Wed, 30 Sep 2015 11:20:06 -0400 Received: by vkfp126 with SMTP id p126so23544844vkf.3 for ; Wed, 30 Sep 2015 08:20:06 -0700 (PDT) MIME-Version: 1.0 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> From: Peter Maydell Date: Wed, 30 Sep 2015 16:19:46 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Andrew Jones , Matt Fleming , Eduardo Habkost , "Michael S. Tsirkin" , "Gabriel L. Somlo" , Ard Biesheuvel , QEMU Developers , Leif Lindholm , Paolo Bonzini , Gerd Hoffmann , Shannon Zhao , Igor Mammedov , =?UTF-8?Q?Marc_Mar=C3=AD?= , Kevin OConnor , Richard Henderson On 30 September 2015 at 13:22, Laszlo Ersek wrote: > (3) After logging in super fast, the time it takes to get a shell > prompt: 50 seconds That's bad. This should be more like 5 seconds at worst, it is for me. This does depend a lot on how your guest is configured, of course -- if you have a full fat distro with all the desktop bells and whistles it's probably going to be slower. > (4) The time it takes for background services to quiesce (= for QEMU to > stop spinning) while waiting idly at the shell prompt (because it makes > no sense to issue commands earlier): 1 minute 19 seconds Not sure what these "background services" are. Sounds like your guest image is a bit overconfigured... thanks -- PMM