From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCSIz-0003bu-KD for qemu-devel@nongnu.org; Mon, 04 Mar 2013 05:07:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCSIy-0004Ir-9K for qemu-devel@nongnu.org; Mon, 04 Mar 2013 05:07:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCSIx-0004IO-Qv for qemu-devel@nongnu.org; Mon, 04 Mar 2013 05:07:36 -0500 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 (8.14.4/8.14.4) with ESMTP id r24A7Yas009372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 4 Mar 2013 05:07:34 -0500 From: Gerd Hoffmann Date: Mon, 4 Mar 2013 11:07:30 +0100 Message-Id: <1362391653-22287-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1362391653-22287-1-git-send-email-kraxel@redhat.com> References: <1362391653-22287-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 2/5] Update ipxe submodule to latest master List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Needed for efi support. ipxe is grown a bit, so *not* recompiling the (non-efi) pxe roms because that would make some pxe roms larger than 64k, which in turn would be a guest-visible change because the rom bar size grows from 64k to 128k. Signed-off-by: Gerd Hoffmann --- roms/ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roms/ipxe b/roms/ipxe index 7aee315..09c5109 160000 --- a/roms/ipxe +++ b/roms/ipxe @@ -1 +1 @@ -Subproject commit 7aee315f61aaf1be6d2fff26339f28a1137231a5 +Subproject commit 09c5109b8585178172c7608de8d52e9d9af0b680 -- 1.7.9.7