From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzopZ-0004m6-4D for qemu-devel@nongnu.org; Mon, 19 Oct 2009 05:47:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzopT-0004jQ-Fa for qemu-devel@nongnu.org; Mon, 19 Oct 2009 05:47:07 -0400 Received: from [199.232.76.173] (port=41778 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzopT-0004jB-22 for qemu-devel@nongnu.org; Mon, 19 Oct 2009 05:47:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14623) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzopS-0004xH-HU for qemu-devel@nongnu.org; Mon, 19 Oct 2009 05:47:02 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9J9l1rC010200 for ; Mon, 19 Oct 2009 05:47:01 -0400 From: Gerd Hoffmann Date: Mon, 19 Oct 2009 11:46:51 +0200 Message-Id: <1255945615-2853-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v3 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. v3: back to square one after figuring that having target-specific object files in libhw isn't going to fly ... cheers, Gerd