From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQLLO-0005ZD-D7 for qemu-devel@nongnu.org; Mon, 13 Jul 2009 09:13:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQLLJ-0005Us-6o for qemu-devel@nongnu.org; Mon, 13 Jul 2009 09:13:21 -0400 Received: from [199.232.76.173] (port=48470 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQLLI-0005Uh-Sp for qemu-devel@nongnu.org; Mon, 13 Jul 2009 09:13:16 -0400 Received: from mx2.redhat.com ([66.187.237.31]:53899) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQLLI-0004ht-Fk for qemu-devel@nongnu.org; Mon, 13 Jul 2009 09:13:16 -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 n6DDDFXQ006247 for ; Mon, 13 Jul 2009 09:13:15 -0400 From: Gerd Hoffmann Date: Mon, 13 Jul 2009 15:13:03 +0200 Message-Id: <1247490790-15783-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/7] qdev: property fixups. 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, Oops, v1 was incomplete, missing some tcx bits and eccmemctl, here is a respin. Sorry for the noise. Rebased my qdev patches. Figured build broke. BlueSwirl converted a few devices to qdev, using the old property implementation. This patch series fixes it up. Done as incremental as anthony has my qdev patches already in his queue. Changes: * adds 16bit integer property. * adds target_phys_addr_t property (separate source+header to not drag the target_phys_addr_t dependeny into everything which includes qdev.h). * switch over m48t59 and tcx to the new property implementation. This is purely to fixup the build, the type checking issues raised by Paul are not (yet) addressed. Will look into this later today. cheers, Gerd