[PATCH V5 0/2] migration file URI

Steve Sistare posted 2 patches 7 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1694182931-61390-1-git-send-email-steven.sistare@oracle.com
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>
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 V5 0/2] migration file URI
Posted by Steve Sistare 7 months, 3 weeks ago
Add the migration URI "file:filename[,offset=offset]".

Fabiano Rosas has submitted the unit tests in the series
  migration: Test the new "file:" migration

Changes in V5:
  * fixed GPL version

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
Re: [PATCH V5 0/2] migration file URI
Posted by Claudio Fontana 7 months, 2 weeks ago
Hi,

this is the first step towards faster migration to disk that we care about the most,
can it be merged?

Thanks,

Claudio

On 9/8/23 16:22, Steve Sistare wrote:
> Add the migration URI "file:filename[,offset=offset]".
> 
> Fabiano Rosas has submitted the unit tests in the series
>   migration: Test the new "file:" migration
> 
> Changes in V5:
>   * fixed GPL version
> 
> 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
>