From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnZRr-0004n1-VN for qemu-devel@nongnu.org; Tue, 15 Sep 2009 10:56:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnZRm-0004kw-Pm for qemu-devel@nongnu.org; Tue, 15 Sep 2009 10:56:03 -0400 Received: from [199.232.76.173] (port=33588 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnZRm-0004ks-KO for qemu-devel@nongnu.org; Tue, 15 Sep 2009 10:55:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8080) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnZRm-0007i4-3Q for qemu-devel@nongnu.org; Tue, 15 Sep 2009 10:55:58 -0400 Message-ID: <4AAFAAD9.3060308@redhat.com> Date: Tue, 15 Sep 2009 16:55:21 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <20090915143319.GB24708@redhat.com> In-Reply-To: <20090915143319.GB24708@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/2] qemu/qdev: type safety in reset handler List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Carsten Otte , markmc@redhat.com, qemu-devel@nongnu.org, Christian Borntraeger , Paul Brook , Avi Kivity On 09/15/09 16:33, Michael S. Tsirkin wrote: > Add type safety to qdev reset handlers, by declaring them as > DeviceState * rather than void *. > > Signed-off-by: Michael S. Tsirkin Nice. Acked-by: Gerd Hoffmann cheers, Gerd