diff options
author | 2018-03-13 15:34:00 -0400 | |
---|---|---|
committer | 2018-03-13 17:05:55 -0400 | |
commit | f0d64cb72916b3086b51d5933de74e98c8586612 (patch) | |
tree | 883e47bd5e035b3f250f5ac0dec60306becd0ddc /tests/test-qobject-output-visitor.c | |
parent | migration: include migrate_dirty_bitmaps in migrate_postcopy (diff) | |
download | qemu-f0d64cb72916b3086b51d5933de74e98c8586612.tar.xz qemu-f0d64cb72916b3086b51d5933de74e98c8586612.zip |
migration/qemu-file: add qemu_put_counted_string()
Add function opposite to qemu_get_counted_string.
qemu_put_counted_string puts one-byte length of the string (string
should not be longer than 255 characters), and then it puts the string,
without last zero byte.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-id: 20180313180320.339796-9-vsementsov@virtuozzo.com
Diffstat (limited to 'tests/test-qobject-output-visitor.c')
0 files changed, 0 insertions, 0 deletions