From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MF34W-0007qx-N6 for qemu-devel@nongnu.org; Fri, 12 Jun 2009 05:29:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MF34R-0007oQ-4H for qemu-devel@nongnu.org; Fri, 12 Jun 2009 05:29:16 -0400 Received: from [199.232.76.173] (port=38059 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MF34Q-0007oI-TP for qemu-devel@nongnu.org; Fri, 12 Jun 2009 05:29:10 -0400 Received: from mx2.redhat.com ([66.187.237.31]:60572) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MF34Q-0002XK-Fd for qemu-devel@nongnu.org; Fri, 12 Jun 2009 05:29:10 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5C9T9jq024889 for ; Fri, 12 Jun 2009 05:29:09 -0400 From: Gerd Hoffmann Date: Fri, 12 Jun 2009 11:28:37 +0200 Message-Id: <1244798921-23262-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] qdev 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, This is a respin of my qdev patches. They are rebased to the latest master, the merged patch is dropped, some stray xen bits sprinkled in here and there leading to rejects when applying are killed. A new patch converting i440fx to qdev is added. Can also be pulled from git://git.et.redhat.com/qemu-kraxel.git (branch qdev.v2). cheers, Gerd