From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MynPr-0006Ld-MQ for qemu-devel@nongnu.org; Fri, 16 Oct 2009 10:04:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MynPm-0006De-6V for qemu-devel@nongnu.org; Fri, 16 Oct 2009 10:04:22 -0400 Received: from [199.232.76.173] (port=42694 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MynPl-0006D0-Lm for qemu-devel@nongnu.org; Fri, 16 Oct 2009 10:04:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1432) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MynPk-0002e4-UL for qemu-devel@nongnu.org; Fri, 16 Oct 2009 10:04:17 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9GE4Fv5005308 for ; Fri, 16 Oct 2009 10:04:15 -0400 From: Gerd Hoffmann Date: Fri, 16 Oct 2009 16:04:07 +0200 Message-Id: <1255701851-11147-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] more rom loader patches. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, A collection of rom loader bits, check individual patches for details. New in v2: split loader-target.c into two files so we can compile it once as suggested by blueswirl. cheers, Gerd