From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3Xlo-0007Mg-Hg for qemu-devel@nongnu.org; Tue, 23 Dec 2014 17:17:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3Xln-0007Q2-Oa for qemu-devel@nongnu.org; Tue, 23 Dec 2014 17:17:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3Xln-0007Pw-H3 for qemu-devel@nongnu.org; Tue, 23 Dec 2014 17:17:35 -0500 Message-ID: <5499E9FA.5030705@redhat.com> Date: Tue, 23 Dec 2014 23:17:30 +0100 From: Laszlo Ersek MIME-Version: 1.0 References: <1419250305-31062-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1419250305-31062-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 00/11] fw_cfg, bootorder, and UEFI+'-kernel' on arm/virt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , peter.maydell@linaro.org, qemu-devel@nongnu.org, rjones@redhat.com, drjones@redhat.com, agraf@suse.de On 12/22/14 13:11, Paolo Bonzini wrote: > The only change from v5 to v6 is that sysbus_mmio_map is moved to > fw_cfg_init_mem. (And fw_cfg_init1 returns void because it's now > simpler that way). > > This causes changes in patches 1, 5 and 6. > > I did not have the ARM firmware built, so I tested on PPC to check > for compatibility, and played with "info mtree" and qtest on ARM > (see also commit message for patch 7). Many thanks, Paolo. I tested the pulled version with the firmware running on TCG, and it works fine. Also kudos for the qtest bits in the commit message of patch 7. (Yes, I'm on vacation; I just couldn't resist checking. :)) Laszlo