From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlgBv-0008TM-HW for qemu-devel@nongnu.org; Thu, 10 Sep 2009 05:43:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlgBp-0008QM-JL for qemu-devel@nongnu.org; Thu, 10 Sep 2009 05:43:46 -0400 Received: from [199.232.76.173] (port=39538 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlgBo-0008Py-TR for qemu-devel@nongnu.org; Thu, 10 Sep 2009 05:43:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39711) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlgBo-0005Uf-C4 for qemu-devel@nongnu.org; Thu, 10 Sep 2009 05:43:40 -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 n8A9hd5v022143 for ; Thu, 10 Sep 2009 05:43:39 -0400 From: Gerd Hoffmann Date: Thu, 10 Sep 2009 11:43:22 +0200 Message-Id: <1252575815-7824-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 00/13] 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. New in v2: * Add new signed int qdev property. * Fix rtc regression. * Fix ne2k_isa. As usual the individual patches have more verbose descriptions. cheers, Gerd