From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhFKi-0006qj-Q7 for qemu-devel@nongnu.org; Wed, 30 Sep 2015 07:14:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhFKd-0008E6-RD for qemu-devel@nongnu.org; Wed, 30 Sep 2015 07:14:00 -0400 Received: from mail-yk0-f172.google.com ([209.85.160.172]:36122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhFKX-0008Di-GA for qemu-devel@nongnu.org; Wed, 30 Sep 2015 07:13:55 -0400 Received: by ykdt18 with SMTP id t18so36191757ykd.3 for ; Wed, 30 Sep 2015 04:13:49 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <560BB794.9010600@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> From: Peter Maydell Date: Wed, 30 Sep 2015 12:13:29 +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 11:21, Laszlo Ersek wrote: > However: if Gabriel has no access to actual aarch64 hardware (ie. cannot > run KVM guests), then I don't think he should bother. Booting just the > UEFI firmware on qemu-system-aarch64 with TCG acceleration is fine, but > for checking "/proc/iomem", he'd really need to boot into guest Linux, > and *that* takes absolutely forever with TCG. If it actually takes forever that's a bug of some sort I think. TCG isn't all that snappy but it shouldn't take more than a few minutes to boot and it should be at least usably responsive on the command line once you get there. (Best not to try to boot into a GUI, though.) -- PMM