diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-20 14:25:55 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2017-06-01 18:49:23 +0200 |
commit | 5e22479ae241965575318ec081c26c907bfc3210 (patch) | |
tree | d68d90869196e5807acdc1ef27bd965b86928baa /include/block | |
parent | e1a3ecee3b85864932d093c3a29966779d038485 (diff) | |
download | qemu-5e22479ae241965575318ec081c26c907bfc3210.zip qemu-5e22479ae241965575318ec081c26c907bfc3210.tar.gz qemu-5e22479ae241965575318ec081c26c907bfc3210.tar.bz2 |
migration: Create include for migration snapshots
Start removing migration code from sysemu/sysemu.h.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'include/block')
-rw-r--r-- | include/block/block_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/block/block_int.h b/include/block/block_int.h index e5eb473..cb78c4f 100644 --- a/include/block/block_int.h +++ b/include/block/block_int.h @@ -601,8 +601,8 @@ struct BlockDriverState { int copy_on_read; /* If we are reading a disk image, give its size in sectors. - * Generally read-only; it is written to by load_vmstate and save_vmstate, - * but the block layer is quiescent during those. + * Generally read-only; it is written to by load_snapshot and + * save_snaphost, but the block layer is quiescent during those. */ int64_t total_sectors; |