vmstate: add sensible arguments to vmstate_unregister()
authorJuan Quintela <quintela@redhat.com>
Thu, 10 Sep 2009 01:04:29 +0000 (03:04 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 11 Sep 2009 16:10:05 +0000 (11:10 -0500)
commit1eb7538b7753535f9502c8c5779fd9f4e80d1559
tree7b591034769e41ff8c9592b8566c3cdba125c6bf
parent274dfed8ba1357496a549d21e94080bca2f7fcb4
vmstate: add sensible arguments to vmstate_unregister()

vmsd alone is not enugh, because we can have several structs saved with the same description (vmsd).

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/hw.h
savevm.c