This series is an attempt to add a mode of virt-v2v operation where it
leaves the config and disk image conversion, rollback on errors,
registering with the destination hypervisor, etc. to a third-party
toolset, and performs only tuning of the guest OS to run in the
KVM-based hypervisor.
Roman Kagan (3):
v2v: add --in-place mode
v2v: document --in-place
v2v: add test for --in-place
---
changes from v3:
- drop already merged or rejected patches
- revert incorrect keep_serial_console treatment
- stylistic fixes
- doc and test patches remain untouched
changes from v2:
- top-down arrangement of function defitinions
- branching of scenarios using a dedicated type
changes from v1:
- include refactoring patches before the --in-place ones
- split --in-place patches into code, doc, and test for easier review
(bisectability maintained)
v2v/Makefile.am | 1 +
v2v/cmdline.ml | 7 ++-
v2v/test-v2v-in-place.sh | 119 +++++++++++++++++++++++++++++++++++++++++++++++
v2v/v2v.ml | 82 +++++++++++++++++++++++---------
v2v/virt-v2v.pod | 17 +++++++
5 files changed, 202 insertions(+), 24 deletions(-)
create mode 100755 v2v/test-v2v-in-place.sh
--
2.4.3