search for: prl_svcs

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

2016 Jun 06
1
[PATCH] v2v:windows: prevent Parallels drivers from loading at boot
...t current_cs rcaps @@ -344,6 +345,51 @@ if errorlevel 3010 exit /b 0 ) ) disable + and disable_prl_drivers root current_cs = + (* Prevent Parallels drivers from loading at boot. *) + let services = Windows.get_node g root [current_cs; "Services"] in + let prl_svcs = [ "prl_boot"; "prl_dd"; "prl_eth5"; "prl_fs"; "prl_memdev"; + "prl_mouf"; "prl_pv32"; "prl_pv64"; "prl_scsi"; + "prl_sound"; "prl_strg"; "prl_...
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