Re: [Libguestfs] [PATCH] v2v: ovf: add firmware and machine type element

2018-10-10 Thread Tomáš Golembiovský
On Thu, 19 Jul 2018 16:24:57 +0200 Pino Toscano wrote: > On Thursday, 19 July 2018 15:51:04 CEST Tomáš Golembiovský wrote: > > Add oVirt specific elemnt to OVF. It represents the combination of > > machine type (i440fx/q35) and firmware (BIOS/UEFI). > > Other than adding a new element in the O

[Libguestfs] [PATCH v2 1/2] v2v: ovf: add firmware and machine type element

2018-10-10 Thread Tomáš Golembiovský
Add oVirt specific elemnt to OVF. It represents the combination of machine type (i440fx/q35) and firmware (BIOS/UEFI). Signed-off-by: Tomáš Golembiovský --- v2v/create_ovf.ml| 12 +++- v2v/create_ovf.mli | 2 +- v2v/output_rhv.ml

[Libguestfs] [PATCH v2 2/2] v2v: enable UEFI for oVirt/RHV outputs

2018-10-10 Thread Tomáš Golembiovský
Signed-off-by: Tomáš Golembiovský --- v2v/output_rhv.ml| 4 +--- v2v/output_rhv_upload.ml | 2 +- v2v/output_vdsm.ml | 5 + 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/v2v/output_rhv.ml b/v2v/output_rhv.ml index 52750f715..18f0104b7 100644 --- a/v2v/output_rhv

[Libguestfs] [PATCH v2 0/2] v2v: machine type for oVirt

2018-10-10 Thread Tomáš Golembiovský
changes in v2: - split patch in two - changed as per suggestions Tomáš Golembiovský (2): v2v: ovf: add firmware and machine type element v2v: enable UEFI for oVirt/RHV outputs v2v/create_ovf.ml| 12 +++- v2v/create_ovf.mli | 2 +- v2v/ou

Re: [Libguestfs] virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)

2018-10-10 Thread Nir Soffer
On Wed, Oct 10, 2018 at 2:49 PM Daniel P. Berrangé wrote: > On Wed, Oct 10, 2018 at 02:27:44PM +0300, Nir Soffer wrote: > > On Wed, Oct 10, 2018 at 10:18 AM Pino Toscano > wrote: > > > > > On Tuesday, 9 October 2018 20:16:04 CEST Nir Soffer wrote: > > > > I'm trying to build fedora-27 image for

Re: [Libguestfs] virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)

2018-10-10 Thread Daniel P . Berrangé
On Wed, Oct 10, 2018 at 02:27:44PM +0300, Nir Soffer wrote: > On Wed, Oct 10, 2018 at 10:18 AM Pino Toscano wrote: > > > On Tuesday, 9 October 2018 20:16:04 CEST Nir Soffer wrote: > > > I'm trying to build fedora-27 image for testing uploads: > > > > > > $ virt-builder fedora-27 -o /var/tmp/fedor

Re: [Libguestfs] virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)

2018-10-10 Thread Nir Soffer
On Wed, Oct 10, 2018 at 10:18 AM Pino Toscano wrote: > On Tuesday, 9 October 2018 20:16:04 CEST Nir Soffer wrote: > > I'm trying to build fedora-27 image for testing uploads: > > > > $ virt-builder fedora-27 -o /var/tmp/fedora-27.img > > ... > > [ 25.2] Opening the new disk > > virt-builder: err

Re: [Libguestfs] virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)

2018-10-10 Thread Pino Toscano
On Tuesday, 9 October 2018 20:16:04 CEST Nir Soffer wrote: > I'm trying to build fedora-27 image for testing uploads: > > $ virt-builder fedora-27 -o /var/tmp/fedora-27.img > ... > [ 25.2] Opening the new disk > virt-builder: error: libguestfs error: bridge ‘virbr0’ not found. Try > running: >