commit | 7f23f812c49da6d6fe03bcd4bc2d07341e93db11 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Sep 16 13:40:27 2009 +0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Oct 05 09:32:50 2009 -0500 |
tree | 68577e6d08641474f5dd3ea919e343b68eb14fe1 | |
parent | ac0be998009257f0368e25470bac4e85b694ceaf [diff] |
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>