From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQNTu-0007uC-OD for qemu-devel@nongnu.org; Mon, 13 Jul 2009 11:30:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQNTp-0007o1-Gj for qemu-devel@nongnu.org; Mon, 13 Jul 2009 11:30:17 -0400 Received: from [199.232.76.173] (port=33429 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQNTo-0007nV-Nd for qemu-devel@nongnu.org; Mon, 13 Jul 2009 11:30:12 -0400 Received: from mx2.redhat.com ([66.187.237.31]:51066) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQNTo-0000ta-35 for qemu-devel@nongnu.org; Mon, 13 Jul 2009 11:30:12 -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 n6DFUB3f015483 for ; Mon, 13 Jul 2009 11:30:11 -0400 From: Gerd Hoffmann Date: Mon, 13 Jul 2009 17:29:59 +0200 Message-Id: <1247499005-31011-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/7] qdev: compat properties. 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, Respin of the compat property patch series, now using the existing stringify() macro. cheers, Gerd