search for: a7e8edcbf9f0

Displaying 2 results from an estimated 2 matches for "a7e8edcbf9f0".

2023 Jan 30
1
[p2v PATCH 09/11] gui: expose "p2v.output.misc" (-oo)
...trimming on the resulting array? > + if (config->output.misc == NULL) > + error (EXIT_FAILURE, errno, "strdup"); > + > /* Display the UI for conversion. */ > show_running_dialog (); > > diff --git a/virt-p2v.pod b/virt-p2v.pod > index ecdae46eaaf6..a7e8edcbf9f0 100644 > --- a/virt-p2v.pod > +++ b/virt-p2v.pod > @@ -175,6 +175,8 @@ first-time virt-p2v user. > ? > ? Output allocation (-oa): [sparse ?] > ? > + ? Misc. options (-oo): [___________________] > + ? > > All output options and paths are relative...
2023 Jan 30
11
[p2v PATCH 00/11] Expose virt-v2v's "-oo"; re-enable openstack
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