[Libguestfs] [p2v PATCH 00/11] Expose virt-v2v's "-oo"; re-enable openstack

Laszlo Ersek lersek at redhat.com
Mon Jan 30 14:22:17 UTC 2023


Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1792141

Let the user pass "-oo" options from the kernel cmdline and from the GUI
to virt-v2v.  This is primarily useful with the OpenStack output mode,
so reenable that mode.

Cc: Alban Lecorps <alban.lecorps at ubisoft.com>

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

 conversion.c               |   9 ++
 generate-p2v-config.pl     |  10 ++
 gui.c                      | 168 ++++++++++++++++----
 libguestfs/guestfs-utils.c |  35 ++++
 libguestfs/guestfs-utils.h |   1 +
 ssh.c                      |   5 +-
 test-virt-p2v-cmdline.sh   |  24 ++-
 virt-p2v-make-kickstart.in |  13 ++
 virt-p2v.pod               |   2 +
 9 files changed, 230 insertions(+), 37 deletions(-)



More information about the Libguestfs mailing list