mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 20:03:37 +08:00
083a5f8731
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>
11 lines
297 B
Makefile
11 lines
297 B
Makefile
stub-obj-y += arch-query-cpu-def.o
|
|
stub-obj-y += fdset-add-fd.o
|
|
stub-obj-y += fdset-find-fd.o
|
|
stub-obj-y += fdset-get-fd.o
|
|
stub-obj-y += fdset-remove-fd.o
|
|
stub-obj-y += get-fd.o
|
|
stub-obj-y += set-fd-handler.o
|
|
stub-obj-y += reset.o
|
|
stub-obj-y += vmstate.o
|
|
stub-obj-$(CONFIG_WIN32) += fd-register.o
|