Skip to content

Commit

Permalink
multifd: Split multifd code into its own file
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
  • Loading branch information
Juan Quintela committed Jan 29, 2020
1 parent b673eab commit d32ca5a
Show file tree
Hide file tree
Showing 6 changed files with 1,041 additions and 994 deletions.
1 change: 1 addition & 0 deletions migration/Makefile.objs
Expand Up @@ -7,6 +7,7 @@ common-obj-y += qemu-file-channel.o
common-obj-y += xbzrle.o postcopy-ram.o
common-obj-y += qjson.o
common-obj-y += block-dirty-bitmap.o
common-obj-y += multifd.o

common-obj-$(CONFIG_RDMA) += rdma.o

Expand Down
1 change: 1 addition & 0 deletions migration/migration.c
Expand Up @@ -53,6 +53,7 @@
#include "monitor/monitor.h"
#include "net/announce.h"
#include "qemu/queue.h"
#include "multifd.h"

#define MAX_THROTTLE (32 << 20) /* Migration transfer speed throttling */

Expand Down

0 comments on commit d32ca5a

Please sign in to comment.