Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1792141
V1 was at
<
https://listman.redhat.com/archives/libguestfs/2023-January/030539.html>
(Message-Id: <20230130142228.108135-1-lersek(a)redhat.com>).
In v2, I've picked up Rich's R-b's for all patches except #9 and #10.
Those have been updated; please see the Notes sections on them.
Laszlo
Alban Lecorps (1):
Introduce "p2v.output.misc" for passing "-oo" options to virt-v2v
Laszlo Ersek (10):
test-virt-p2v-cmdline: turn option list into a shell array
guestfs-utils: import guestfs_int_join_strings()
gui: factor out entry_text_dup()
gui: factor out tgl_btn_is_act()
gui: flatten get_phys_topo_from_conv_dlg()
gui: wrap overlong function declaration lines
gui: wrap string literals
gui: expose "p2v.output.misc" (-oo)
Reenable the OpenStack output mode
make-kickstart: add URLs for RHEL-9
generate-p2v-config.pl | 10 ++
libguestfs/guestfs-utils.h | 1 +
conversion.c | 9 ++
gui.c | 170 ++++++++++++++++----
libguestfs/guestfs-utils.c | 35 ++++
ssh.c | 5 +-
test-virt-p2v-cmdline.sh | 24 ++-
virt-p2v-make-kickstart.in | 13 ++
virt-p2v.pod | 11 ++
9 files changed, 241 insertions(+), 37 deletions(-)