mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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.
This commit is contained in:
parent
05b98c22f8
commit
576d1abc20
4 changed files with 675 additions and 644 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue