diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-20 13:41:20 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2017-05-18 19:20:59 +0200 |
commit | 576d1abc205fb1c135a7448df96bc9d47cb360dc (patch) | |
tree | 0ae2447df2dfe45dcf3b47aba09ec029f1bca5ac /migration/Makefile.objs | |
parent | 05b98c22f837228a6492e31b2a1e38d59bdb7530 (diff) |
migration: Split vmstate-types.c from vmstate.c
Now one just has the interperter, and the other has the basic types.
Once there, add copyright boilerplate.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Use GPL v2 or later. Detected by David.
Diffstat (limited to 'migration/Makefile.objs')
-rw-r--r-- | migration/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/Makefile.objs b/migration/Makefile.objs index 4e8ab0a918..3272415de8 100644 --- a/migration/Makefile.objs +++ b/migration/Makefile.objs @@ -1,7 +1,7 @@ common-obj-y += migration.o socket.o fd.o exec.o common-obj-y += tls.o channel.o common-obj-y += colo-comm.o colo.o colo-failover.o -common-obj-y += vmstate.o page_cache.o +common-obj-y += vmstate.o vmstate-types.o page_cache.o common-obj-y += qemu-file.o common-obj-y += qemu-file-channel.o common-obj-y += xbzrle.o postcopy-ram.o |