From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQHxJ-0004eK-Do for qemu-devel@nongnu.org; Mon, 13 Jul 2009 05:36:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQHxE-0004d5-7O for qemu-devel@nongnu.org; Mon, 13 Jul 2009 05:36:16 -0400 Received: from [199.232.76.173] (port=38626 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQHxE-0004cz-0D for qemu-devel@nongnu.org; Mon, 13 Jul 2009 05:36:12 -0400 Received: from mx2.redhat.com ([66.187.237.31]:45831) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQHxD-0003qd-JB for qemu-devel@nongnu.org; Mon, 13 Jul 2009 05:36:11 -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 n6D9aAu1005054 for ; Mon, 13 Jul 2009 05:36:10 -0400 From: Gerd Hoffmann Date: Mon, 13 Jul 2009 11:35:59 +0200 Message-Id: <1247477765-17026-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] 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, 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