search for: prl_strg

Displaying 4 results from an estimated 4 matches for "prl_strg".

2016 Jun 06
1
[PATCH] v2v:windows: prevent Parallels drivers from loading at boot
...conversion, stop respective drivers from loading by disabling the corresponding services. Note that the services are being disabled ("Start" value set to 4) rather than their node removed, to avoid confusing the uninstaller which is scheduled to run from a firstboot script. In addition, prl_strg (storage filter driver) is unlinked from the storage subsystem following the DelReg directive from its .inf file, otherwise Windows crashes with BSOD 0x7b due to missing dependency of the storage subsystem. Signed-off-by: Roman Kagan <rkagan@virtuozzo.com> --- v2v/convert_windows.ml | 46 ++...
2020 May 21
2
[PATCH] v2v: convert-windows: remove installation reference for prl_strg driver
...-git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index 4511c53c3..706202499 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -469,6 +469,8 @@ echo uninstalling Xen PV driver let fb_script = "\ @echo off +REG DELETE HKLM\\System\\CurrentControlSet\\Services\\prl_strg\\DriverInfo /v RefCount /f + echo uninstalling Parallels guest tools " ^ uninst ^ (* ERROR_SUCCESS_REBOOT_REQUIRED == 3010 is OK too *) -- 2.17.0
2020 Jun 05
0
Re: [PATCH] v2v: convert-windows: remove installation reference for prl_strg driver
On Fri, Jun 05, 2020 at 01:14:57PM +0300, Denis Plotnikov wrote: > Did you have some time to review my other patch about uefi-linux > migration improvement? Yeah I need to do this one and the Python 3 patch still ... I'll try to get round to both today. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog:
2017 Feb 18
11
[PATCH 0/8] Miscellaneous cleanups to Windows registry code.
A very miscellaneous set of cleanups to how we handle the Windows registry in virt-v2v, firstboot, and inspection code. This should all be straightforward non-controversial refactoring. Some highlights: - Add a new mllib Registry module containing various utility functions that are currently scattered all around. - Only compute the software/system hive paths once during inspection, and