From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG6lo-0000RV-GW for qemu-devel@nongnu.org; Fri, 17 Jul 2015 10:37:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZG6lj-0003Mw-Ew for qemu-devel@nongnu.org; Fri, 17 Jul 2015 10:37:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG6lj-0003MY-AM for qemu-devel@nongnu.org; Fri, 17 Jul 2015 10:37:43 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id B544919F21E for ; Fri, 17 Jul 2015 14:37:42 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 17 Jul 2015 16:37:31 +0200 Message-Id: <1437143854-2826-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1437143854-2826-1-git-send-email-kraxel@redhat.com> References: <1437143854-2826-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 4/7] ipxe: disable load file protocol List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Activate the opt-out added by one not-upstream ipxe patch: [efi] make load file protocol optional Signed-off-by: Gerd Hoffmann Reviewed-by: Laszlo Ersek --- roms/config.ipxe.general.h | 1 + 1 file changed, 1 insertion(+) diff --git a/roms/config.ipxe.general.h b/roms/config.ipxe.general.h index 619ee4c..2df042a 100644 --- a/roms/config.ipxe.general.h +++ b/roms/config.ipxe.general.h @@ -2,3 +2,4 @@ #define BANNER_TIMEOUT 30 #undef ROM_BANNER_TIMEOUT #define ROM_BANNER_TIMEOUT 0 +#undef EFI_PROTO_LOAD_FILE -- 1.8.3.1