From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzQ9t-0000tp-UC for qemu-devel@nongnu.org; Fri, 12 Dec 2014 08:21:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzQ9p-0006qY-3r for qemu-devel@nongnu.org; Fri, 12 Dec 2014 08:21:25 -0500 Received: from mail-lb0-f179.google.com ([209.85.217.179]:37185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzQ9o-0006qO-TI for qemu-devel@nongnu.org; Fri, 12 Dec 2014 08:21:21 -0500 Received: by mail-lb0-f179.google.com with SMTP id z11so5817669lbi.38 for ; Fri, 12 Dec 2014 05:21:20 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1418087585-27601-8-git-send-email-lersek@redhat.com> References: <1418087585-27601-1-git-send-email-lersek@redhat.com> <1418087585-27601-8-git-send-email-lersek@redhat.com> From: Peter Maydell Date: Fri, 12 Dec 2014 13:20:59 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 7/7] hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmware List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: Andrew Jones , QEMU Developers "Richard W.M. Jones" On 9 December 2014 at 01:13, Laszlo Ersek wrote: > The virt board already ensures mutual exclusion between -bios and -pflash > unit#0; we only need to set "bootinfo.firmware_loaded", introduced in the > previous patch, if either of those options was used to load the guest > firmware. > > Signed-off-by: Laszlo Ersek Reviewed-by: Peter Maydell thanks -- PMM