]> git.proxmox.com Git - qemu.git/commit
libqemustub: vmstate register/unregister stubs
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 5 Dec 2012 16:49:08 +0000 (14:49 -0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 8 Jan 2013 20:03:43 +0000 (21:03 +0100)
commit083a5f8731bb3c7e0eae99dcdb1209027d770aaf
treea7f3e84465bae95cd554f2d50015802213d2b2ba
parent41c6bcd912d1a2461313040566077b86e48eea31
libqemustub: vmstate register/unregister stubs

Add vmstate stub functions, so that qdev.o can be used without savevm.o
when vmstate support is not necessary (i.e. by *-user).

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
stubs/Makefile.objs
stubs/vmstate.c [new file with mode: 0644]