]> git.proxmox.com Git - qemu.git/commit - hw/tcx.c
qemu/qdev: type safety in reset handler
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 16 Sep 2009 10:40:27 +0000 (13:40 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:50 +0000 (09:32 -0500)
commit7f23f812c49da6d6fe03bcd4bc2d07341e93db11
tree68577e6d08641474f5dd3ea919e343b68eb14fe1
parentac0be998009257f0368e25470bac4e85b694ceaf
qemu/qdev: type safety in reset handler

Add type safety to qdev reset handlers, by declaring them as
DeviceState * rather than void *.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/qdev.c
hw/qdev.h
hw/rtl8139.c
hw/tcx.c