diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-20 13:12:24 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2017-05-04 10:40:30 +0200 |
commit | be07b0ace82b0f23bee194de9e4481c308645376 (patch) | |
tree | 214f94653990ac6d759b2bf5fd69e00f5d3addc2 /migration/postcopy-ram.c | |
parent | 6683061873095ad3f34f73bd32553c1d2c559e82 (diff) | |
download | qemu-be07b0ace82b0f23bee194de9e4481c308645376.zip qemu-be07b0ace82b0f23bee194de9e4481c308645376.tar.gz qemu-be07b0ace82b0f23bee194de9e4481c308645376.tar.bz2 |
migration: Move postcopy-ram.h to migration/
It is internal to migration, not intended for other users.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/postcopy-ram.c')
-rw-r--r-- | migration/postcopy-ram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/postcopy-ram.c b/migration/postcopy-ram.c index e3f4a37..cdadaf6 100644 --- a/migration/postcopy-ram.c +++ b/migration/postcopy-ram.c @@ -20,7 +20,7 @@ #include "qemu-common.h" #include "migration/migration.h" -#include "migration/postcopy-ram.h" +#include "postcopy-ram.h" #include "sysemu/sysemu.h" #include "sysemu/balloon.h" #include "qemu/error-report.h" |