diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2013-11-28 12:01:15 -0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2014-01-13 12:39:49 +0100 |
commit | b6fcfa59fa6ad6d61603e701e006d4ec8f4c9d11 (patch) | |
tree | 8c7fa081b1d2fc91a4255349b0caea8694ab9693 /Makefile.objs | |
parent | 51b7fa5b3cf7678263382039a884aa2e74742bb6 (diff) |
vmstate: Move VMState code to vmstate.c
This will allow unit tests to be written for VMState code without
pulling dependencies from the savevm code.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 2b6c1fe2a8..23eda2b19b 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -51,6 +51,7 @@ common-obj-$(CONFIG_POSIX) += os-posix.o common-obj-$(CONFIG_LINUX) += fsdev/ common-obj-y += migration.o migration-tcp.o +common-obj-y += vmstate.o common-obj-$(CONFIG_RDMA) += migration-rdma.o common-obj-y += qemu-char.o #aio.o common-obj-y += block-migration.o |