[PATCH V3 0/2] migration file URI

Steve Sistare posted 2 patches 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1687466251-310524-1-git-send-email-steven.sistare@oracle.com
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>
There is a newer version of this series
migration/file.c       | 103 +++++++++++++++++++++++++++++++++++++++++++++++++
migration/file.h       |  14 +++++++
migration/meson.build  |   1 +
migration/migration.c  |   5 +++
migration/trace-events |   4 ++
qemu-options.hx        |   7 +++-
6 files changed, 133 insertions(+), 1 deletion(-)
create mode 100644 migration/file.c
create mode 100644 migration/file.h
[PATCH V3 0/2] migration file URI
Posted by Steve Sistare 11 months ago
Add the migration URI "file:filename[,offset=offset]".

Fabiano Rosas has also written preliminary patches for the file uri, and
he will submit the unit test(s).

Steve Sistare (2):
  migration: file URI
  migration: file URI offset

 migration/file.c       | 103 +++++++++++++++++++++++++++++++++++++++++++++++++
 migration/file.h       |  14 +++++++
 migration/meson.build  |   1 +
 migration/migration.c  |   5 +++
 migration/trace-events |   4 ++
 qemu-options.hx        |   7 +++-
 6 files changed, 133 insertions(+), 1 deletion(-)
 create mode 100644 migration/file.c
 create mode 100644 migration/file.h

-- 
1.8.3.1