summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware
Commit message (Collapse)AuthorAgeFilesLines
* [vmware] Move patching inside chroot so we need just one chroot callSimon Rettberg2017-11-172-41/+110
|
* [vmware] new nvram with combined bios/efiSteffen Ritter2017-11-031-0/+0
|
* [vmware] Fix mouse grab hack for vmplayerSteffen Ritter2017-10-261-1/+1
|
* [vmware] Update to 14.0.0Simon Rettberg2017-10-263-10/+10
|
* [vmware] force mouse grab for vmplayerJonathan Bauer2017-10-101-0/+11
| | | | using xdotool by searching for the window and sending ctrl+g shortcut
* [vmware] Update to 12.5.7Simon Rettberg2017-07-121-1/+1
|
* [vmware] Don't enable shared folders if remapMode is NONESimon Rettberg2017-06-231-1/+1
| | | | Fixes #3165
* [vmware] Support RW modeSimon Rettberg2017-06-231-2/+7
|
* [vmware] add sanity check on /dev/vmmon...Jonathan Bauer2017-05-181-1/+9
|
* [vmware] Disable khugepaged defragSimon Rettberg2017-05-081-0/+5
|
* [run-virt/vmware] reintroduce lost featureJonathan Bauer2017-03-301-0/+27
| | | | detection and passthrough of serial and parallel port
* [vmware] Update to 12.5.5Simon Rettberg2017-03-301-1/+1
|
* [vmware] Simplify module: module.conf just requires version number, not full URLSimon Rettberg2017-03-222-6/+21
| | | | | | | REQUIRED_VERSION="12.5.4" is enough now, rest is determined by build script. Also used the opportunity to update to 12.5.4 from 12.5.2. The vmware modules now build cleanly on the 4.9.x kernel without additional patches.
* Add bash shebangs to all our includes:Simon Rettberg2017-02-288-0/+8
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* [run-virt] missing feature for network shares...Jonathan Bauer2017-02-152-6/+11
| | | | ... fallback mechanism...
* [vmware] assigning readonly variables in a function causes the functionJonathan Bauer2017-02-031-1/+1
| | | | to exit ... so let's not do that :)
* major run-virt restructure, only vmware plugin tested!Jonathan Bauer2017-01-2523-1357/+615Star
|
* [vmware] Increase patch matching for kernel 4.9.xSimon Rettberg2017-01-132-0/+0
|
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-2312-169/+532
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-2535-0/+3514