From patchwork Wed Jul 15 10:10:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 495750 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 794371402AE for ; Wed, 15 Jul 2015 20:11:23 +1000 (AEST) Received: from localhost ([::1]:34848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFJep-0004lS-7Q for incoming@patchwork.ozlabs.org; Wed, 15 Jul 2015 06:11:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFJe3-0003fK-5h for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:10:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFJdz-00024f-JR for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:10:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFJdz-00024T-Ez for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:10:27 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id E332533B36F for ; Wed, 15 Jul 2015 10:10:26 +0000 (UTC) Received: from nilsson.home.kraxel.org (ovpn-116-52.ams2.redhat.com [10.36.116.52]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6FAAPlR007070; Wed, 15 Jul 2015 06:10:26 -0400 Received: by nilsson.home.kraxel.org (Postfix, from userid 500) id CF13D81E4A; Wed, 15 Jul 2015 12:10:24 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Wed, 15 Jul 2015 12:10:04 +0200 Message-Id: <1436955007-8216-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1436955007-8216-1-git-send-email-kraxel@redhat.com> References: <1436955007-8216-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: lersek@redhat.com, Gerd Hoffmann Subject: [Qemu-devel] [PATCH 4/7] ipxe: disable load file protocol X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Activate the opt-out added by one ipxe patch. 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