All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 0/2] migration file URI
@ 2023-09-08 14:22 Steve Sistare
  2023-09-08 14:22 ` [PATCH V5 1/2] migration: " Steve Sistare
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Steve Sistare @ 2023-09-08 14:22 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Xu, Juan Quintela, Daniel P. Berrange, Fabiano Rosas,
	Claudio Fontana, Steve Sistare

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



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

end of thread, other threads:[~2023-10-04 11:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-08 14:22 [PATCH V5 0/2] migration file URI Steve Sistare
2023-09-08 14:22 ` [PATCH V5 1/2] migration: " Steve Sistare
2023-09-08 14:28   ` Daniel P. Berrangé
2023-10-04 11:01   ` Juan Quintela
2023-09-08 14:22 ` [PATCH V5 2/2] migration: file URI offset Steve Sistare
2023-09-08 14:27   ` Daniel P. Berrangé
2023-10-04 11:17   ` Juan Quintela
2023-09-13 13:05 ` [PATCH V5 0/2] migration file URI Claudio Fontana

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.