From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq3w9-0006Tg-JM for qemu-devel@nongnu.org; Tue, 22 Sep 2009 07:53:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq3w4-0006RX-E2 for qemu-devel@nongnu.org; Tue, 22 Sep 2009 07:53:36 -0400 Received: from [199.232.76.173] (port=37781 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq3w4-0006RL-3B for qemu-devel@nongnu.org; Tue, 22 Sep 2009 07:53:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27261) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mq3w2-00060m-VQ for qemu-devel@nongnu.org; Tue, 22 Sep 2009 07:53:31 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8MBrRkl002903 for ; Tue, 22 Sep 2009 07:53:27 -0400 From: Gerd Hoffmann Date: Tue, 22 Sep 2009 13:53:17 +0200 Message-Id: <1253620402-18682-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] isa: more qdev conversions. 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 patch series converts more isa devices to qdev. Respin with review remarks fixed and more verbose commit messages. cheers, Gerd