Skip to content

Commit

Permalink
qemu-file: Move QEMUFile code to qemu-file.c
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Habkost <[email protected]>
Reviewed-by: Orit Wasserman <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
  • Loading branch information
ehabkost authored and Juan Quintela committed Jan 13, 2014
1 parent b6fcfa5 commit 093c455
Show file tree
Hide file tree
Showing 3 changed files with 827 additions and 820 deletions.
1 change: 1 addition & 0 deletions Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ common-obj-$(CONFIG_LINUX) += fsdev/

common-obj-y += migration.o migration-tcp.o
common-obj-y += vmstate.o
common-obj-y += qemu-file.o
common-obj-$(CONFIG_RDMA) += migration-rdma.o
common-obj-y += qemu-char.o #aio.o
common-obj-y += block-migration.o
Expand Down
Loading

0 comments on commit 093c455

Please sign in to comment.