qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/2] migration file URI
@ 2023-06-22 20:37 Steve Sistare
  2023-06-22 20:37 ` [PATCH V3 1/2] migration: " Steve Sistare
  2023-06-22 20:37 ` [PATCH V3 2/2] migration: file URI offset Steve Sistare
  0 siblings, 2 replies; 8+ messages in thread
From: Steve Sistare @ 2023-06-22 20:37 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Xu, Juan Quintela, Daniel P. Berrange, Fabiano Rosas,
	Steve Sistare

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-30 14:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22 20:37 [PATCH V3 0/2] migration file URI Steve Sistare
2023-06-22 20:37 ` [PATCH V3 1/2] migration: " Steve Sistare
2023-06-28 17:07   ` Peter Xu
2023-06-28 17:17     ` Peter Xu
2023-06-22 20:37 ` [PATCH V3 2/2] migration: file URI offset Steve Sistare
2023-06-28 17:26   ` Peter Xu
2023-06-29 21:38   ` Peter Xu
2023-06-30 14:25     ` Steven Sistare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).