search for: wdfcoinstaller01011

Displaying 17 results from an estimated 17 matches for "wdfcoinstaller01011".

Did you mean: wdfcoinstaller01009
2016 Mar 04
2
[PATCH v3 0/2] v2v: Copy *.dll files since they can be part of the
v2 -> v3 - Don't make a special case for WdfCoInstaller* files. There is a difference of opinion about whether copying these is necessary, but it seems like it is not harmful. Rich.
2016 Jun 04
1
[PATCH v2] v2v: copy all driver files into guest
...2v/v2v_unit_tests.ml b/v2v/v2v_unit_tests.ml index 95d8430..8e8957d 100644 --- a/v2v/v2v_unit_tests.ml +++ b/v2v/v2v_unit_tests.ml @@ -164,116 +164,116 @@ let test_virtio_iso_path_matches_guest_os ctx = let paths = [ (* Paths from the virtio-win 1.7.4 ISO. *) - "Balloon/2k12/amd64/WdfCoInstaller01011.dll", None; + "Balloon/2k12/amd64/WdfCoInstaller01011.dll", Some win2k12_64; "Balloon/2k12/amd64/balloon.cat", Some win2k12_64; "Balloon/2k12/amd64/balloon.inf", Some win2k12_64; "Balloon/2k12/amd64/balloon.pdb", Some win2k12_64; &...
2015 Nov 17
4
Re: Fwd: [PATCH] v2v: virtio-win: include *.dll too
...678d0e264f34e3bf90d1e Balloon/2k12/amd64/balloon.pdb c975501dd5b43ade3717722b81acbc1f Balloon/2k12/amd64/balloon.sys 56f63afdd992a5395a4d8da6a52e559e Balloon/2k12/amd64/blnsvr.exe c539f2056fb196da377d14180fda195c Balloon/2k12/amd64/blnsvr.pdb d10864c1730172780c2d4be633b9220a Balloon/2k12/amd64/WdfCoInstaller01011.dll d4104f08e674ab9def49d086d960349d Balloon/w8/amd64/balloon.cat 0325b7e0552e1567292eb6c1068fee18 Balloon/w8/amd64/balloon.inf ac2116f04fd678d0e264f34e3bf90d1e Balloon/w8/amd64/balloon.pdb c975501dd5b43ade3717722b81acbc1f Balloon/w8/amd64/balloon.sys 56f63afdd992a5395a4d8da6a52e559e Balloon/w...
2015 Nov 17
0
[PATCH 3/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
...= (* Windows OSes fake inspection data. *) let make_win name major minor variant arch = { inspect_defaults with @@ -262,591 +262,149 @@ let test_virtio_iso_path_matches_guest_os ctx = ] in let paths = [ - (* Paths from the virtio-win 1.7.4 ISO. *) - "Balloon/2k12/amd64/WdfCoInstaller01011.dll", None; - "Balloon/2k12/amd64/balloon.cat", Some win2k12_64; - "Balloon/2k12/amd64/balloon.inf", Some win2k12_64; - "Balloon/2k12/amd64/balloon.pdb", Some win2k12_64; - "Balloon/2k12/amd64/balloon.sys", Some win2k12_64; - "Balloon...
2015 Nov 17
8
[PATCH 0/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
https://github.com/rwmjones/libguestfs/tree/rewrite-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
2016 Mar 04
2
[PATCH v2 0/2] v2v: Copy *.dll files since they can be part of the driver (RHBZ#1311373).
Since v1: - Fix a bug in the calculation of lc_basename. By luck this doesn't affect anything given the contents of the current ISO. - Don't copy the WdfCoInstaller*.dll files. Rich.
2015 Nov 05
6
[PATCH 0/4] Provide better fake virtio-* test data for virt-v2v.
Patch 1 moves the v2v/fake-virtio-win and v2v/fake-virt-tools directories to the recently created test-data/ hierarchy. This is just refactoring with no functional change at all. Patches 2-4 then extend the available (fake) virtio-win drivers: - Patch 2 adds all of the drivers from the virtio-win RPM. - Patch 3 adds all of the drivers from the virtio-win ISO (which are different from the
2015 Nov 18
0
Re: Fwd: [PATCH] v2v: virtio-win: include *.dll too
...e Balloon/2k12/amd64/balloon.pdb > c975501dd5b43ade3717722b81acbc1f Balloon/2k12/amd64/balloon.sys > 56f63afdd992a5395a4d8da6a52e559e Balloon/2k12/amd64/blnsvr.exe > c539f2056fb196da377d14180fda195c Balloon/2k12/amd64/blnsvr.pdb > d10864c1730172780c2d4be633b9220a Balloon/2k12/amd64/WdfCoInstaller01011.dll > d4104f08e674ab9def49d086d960349d Balloon/w8/amd64/balloon.cat > 0325b7e0552e1567292eb6c1068fee18 Balloon/w8/amd64/balloon.inf > ac2116f04fd678d0e264f34e3bf90d1e Balloon/w8/amd64/balloon.pdb > c975501dd5b43ade3717722b81acbc1f Balloon/w8/amd64/balloon.sys > 56f63afdd992a5395a...
2015 Nov 18
2
Re: [PATCH] v2v: virtio-win: include *.dll too
....pdb > > c975501dd5b43ade3717722b81acbc1f Balloon/2k12/amd64/balloon.sys > > 56f63afdd992a5395a4d8da6a52e559e Balloon/2k12/amd64/blnsvr.exe > > c539f2056fb196da377d14180fda195c Balloon/2k12/amd64/blnsvr.pdb > > d10864c1730172780c2d4be633b9220a > > Balloon/2k12/amd64/WdfCoInstaller01011.dll > > d4104f08e674ab9def49d086d960349d Balloon/w8/amd64/balloon.cat > > 0325b7e0552e1567292eb6c1068fee18 Balloon/w8/amd64/balloon.inf > > ac2116f04fd678d0e264f34e3bf90d1e Balloon/w8/amd64/balloon.pdb > > c975501dd5b43ade3717722b81acbc1f Balloon/w8/amd64/balloon.sys &gt...
2015 Nov 19
0
Re: [PATCH] v2v: virtio-win: include *.dll too
...01dd5b43ade3717722b81acbc1f Balloon/2k12/amd64/balloon.sys > > > 56f63afdd992a5395a4d8da6a52e559e Balloon/2k12/amd64/blnsvr.exe > > > c539f2056fb196da377d14180fda195c Balloon/2k12/amd64/blnsvr.pdb > > > d10864c1730172780c2d4be633b9220a > > > Balloon/2k12/amd64/WdfCoInstaller01011.dll > > > d4104f08e674ab9def49d086d960349d Balloon/w8/amd64/balloon.cat > > > 0325b7e0552e1567292eb6c1068fee18 Balloon/w8/amd64/balloon.inf > > > ac2116f04fd678d0e264f34e3bf90d1e Balloon/w8/amd64/balloon.pdb > > > c975501dd5b43ade3717722b81acbc1f Balloon/w8/a...
2015 Oct 27
0
Re: [PATCH] v2v: virtio-win: include *.dll too
...Raised at file "src/oUnitAssert.ml", line 45, characters 8-27 Called from file "list.ml", line 73, characters 12-15 Called from file "list.ml", line 73, characters 12-15 Called from file "src/oUnitRunner.ml", line 46, characters 13-26 path Balloon/2k12/amd64/WdfCoInstaller01011.dll should not match win2k12_64 expected: false but got: true ---------------------------------------------------------------------- Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-...
2016 Jun 03
2
[PATCH] v2v: copy all driver files into guest
Some virtio-win drivers contain more files than just *.{cat,inf,sys}. They are filtered out currently, which prevents the drivers from being installed by PnP. Stop filtering driver files by extension, and copy all of them instead. Signed-off-by: Roman Kagan <rkagan at virtuozzo.com> --- v2v/windows_virtio.ml | 11 ----------- 1 file changed, 11 deletions(-) diff --git
2015 Nov 05
3
Re: Fwd: [PATCH] v2v: virtio-win: include *.dll too
On Thu, Oct 29, 2015 at 11:05:42AM +1100, Vadim Rozenfeld wrote: > On Wed, 2015-10-28 at 14:53 +0300, Roman Kagan wrote: > > 1) tell which devices can be configured > Not sure that I fully understated your question. but if you are going to > create some sort of off-line automatic virtio-win drivers update > utility, then it shouldn't be too complicated. Firs of all you will
2015 Oct 26
3
[PATCH] v2v: virtio-win: include *.dll too
Windows QXL drivers include also qxldd.dll which used to get filtered out and not copied over into the guest. As a result QXL driver failed to install due to a missing file. Correct that, and update the tests accordingly. Signed-off-by: Roman Kagan <rkagan@virtuozzo.com> --- v2v/fake-virtio-win/drivers/i386/Win7/qxldd.dll | 1 + v2v/test-v2v-in-place.sh | 1 +
2015 Nov 17
0
[PATCH 2/3] v2v: windows: Add a Windows '*.inf' file parser.
..."BALLOON_Device_CoInstaller_AddReg"; + "copyfiles", "BALLOON_Device_CoInstaller_CopyFiles"; + ]; + "balloon_device_coinstaller_addreg", []; + "balloon_device_coinstaller_copyfiles", []; + "sourcedisksfiles", [ + "wdfcoinstaller01011.dll", "1"; + ]; + "balloon_device.nt.wdf", [ + "kmdfservice", "BALLOON, BALLOON_wdfsect"; + ]; + "balloon_wdfsect", [ + "kmdflibraryversion", "1.11"; + ]; + "strings", [ + "sps...
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote host, which were mistakenly handled as local paths (in the best case failing to open a non-existing disk, and in the worst case opening a different disk!). In case the disks are remote resources like ssh or ceph, nothing guarantees that the hostname can be reached from the local machine, or even that it is actually the same on
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...