From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlOQn-0002xc-OH for qemu-devel@nongnu.org; Wed, 09 Sep 2009 10:45:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlOQk-0002ue-69 for qemu-devel@nongnu.org; Wed, 09 Sep 2009 10:45:57 -0400 Received: from [199.232.76.173] (port=59667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlOQj-0002uQ-Om for qemu-devel@nongnu.org; Wed, 09 Sep 2009 10:45:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40494) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlOQj-0004el-9B for qemu-devel@nongnu.org; Wed, 09 Sep 2009 10:45:53 -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 n89EjqwP014397 for ; Wed, 9 Sep 2009 10:45:52 -0400 From: Gerd Hoffmann Date: Wed, 9 Sep 2009 16:45:35 +0200 Message-Id: <1252507547-11398-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 00/12] qdev isa 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, Here is a batch of patches for the isa bus and isa bus devices. qdev support for the isa bus is reworked a bit, following up the default value discussion with Markus. A few devices are converted to qdev. Some bugs (like -M isapc segfaulting) are fixed along the way. As usual the individual patches have more verbose descriptions. cheers, Gerd