commit | bfb82a28752d29291adf932c3a9941e8383203af | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Wed Dec 19 14:07:16 2012 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Jan 04 14:38:05 2013 +0100 |
tree | 9047e893e9d7a929cf0ffab4bcbc86e094961e8d | |
parent | 586b0bef84c202bb2256a35eb71bfd6670262bd7 [diff] |
spice: drop incorrect vm_change_state_handler() opaque The spice_server pointer is a global variable and vm_change_state_handler() therefore does not use its opaque parameter. The vm change state handler is added with a pointer to the spice_server pointer. This is useless and we probably would not want 2 levels of pointers. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Uri Lublin <uril@redhat.com>