search for: msg00352

Displaying 5 results from an estimated 5 matches for "msg00352".

Did you mean: msg00252
2015 Nov 05
0
Re: [PATCH 0/4] Provide better fake virtio-* test data for virt-v2v.
...nt from the virtio-win RPM, for various reasons that don't > make sense). > > - Patch 4 adds bits of the *.inf files, which will allow us to do > proper driver discovery in future. See Vadim's posting here: > https://www.redhat.com/archives/libguestfs/2015-October/msg00352.html LGTM. -- Pino Toscano
2015 Nov 17
8
[PATCH 0/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
...virtio-copy-drivers Instead of trying to split and parse elements from virtio-win paths, use the '*.inf' files supplied with the drivers to control how Windows drivers are installed. The following emails best explain how this works: https://www.redhat.com/archives/libguestfs/2015-October/msg00352.html https://www.redhat.com/archives/libguestfs/2015-November/msg00065.html Currently the product variant (eg. client or server) is ignored (see email I sent earlier today). There's actually a fourth patch which I didn't include, which just adds the content of all of the *.inf files from...
2020 Oct 14
3
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
On Tue, Oct 13, 2020 at 8:40 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > On Tue, Oct 13, 2020 at 07:56:29PM +0300, Nir Soffer wrote: > > On Tue, Oct 13, 2020 at 7:15 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > > > On Tue, Oct 13, 2020 at 06:45:42PM +0300, Nir Soffer wrote: > > > > I think this is the right solution - when
2015 Nov 17
0
[PATCH 3/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
Instead of trying to split and parse elements from virtio-win paths, use the '*.inf' files supplied with the drivers to control how Windows drivers are installed. The following emails best explain how this works: https://www.redhat.com/archives/libguestfs/2015-October/msg00352.html https://www.redhat.com/archives/libguestfs/2015-November/msg00065.html Currently the product variant (eg. client or server) is ignored. --- v2v/v2v_unit_tests.ml | 623 ++++++++------------------------------------------ v2v/windows.ml | 289 +++++++++++++---------- v2v/windows.mli...
2015 Nov 05
6
[PATCH 0/4] Provide better fake virtio-* test data for virt-v2v.
...ISO (which are different from the virtio-win RPM, for various reasons that don't make sense). - Patch 4 adds bits of the *.inf files, which will allow us to do proper driver discovery in future. See Vadim's posting here: https://www.redhat.com/archives/libguestfs/2015-October/msg00352.html Rich.