From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQiql-0000Dm-W4 for qemu-devel@nongnu.org; Tue, 14 Jul 2009 10:19:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQiqg-0000Da-JF for qemu-devel@nongnu.org; Tue, 14 Jul 2009 10:19:18 -0400 Received: from [199.232.76.173] (port=40897 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQiqg-0000DX-Bb for qemu-devel@nongnu.org; Tue, 14 Jul 2009 10:19:14 -0400 Received: from mx2.redhat.com ([66.187.237.31]:47034) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQiqf-0005e4-E3 for qemu-devel@nongnu.org; Tue, 14 Jul 2009 10:19:14 -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 n6EEJCwN023800 for ; Tue, 14 Jul 2009 10:19:12 -0400 Message-ID: <4A5C93DB.10702@redhat.com> Date: Tue, 14 Jul 2009 16:19:07 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1247499005-31011-1-git-send-email-kraxel@redhat.com> <1247499005-31011-3-git-send-email-kraxel@redhat.com> <20090713193652.GA10979@redhat.com> <4A5C251A.6050309@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/6] qdev/compat: compat property infrastructure. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" On 07/14/09 11:09, Juan Quintela wrote: > +void qdev_prop_register_compat(CompatProperty *props); ??? Looks good to me. cheers, Gerd