All Projects → mkubecek → Vmware Host Modules

mkubecek / Vmware Host Modules

Licence: gpl-2.0
Patches needed to build VMware (Player and Workstation) host modules against recent kernels

Labels

Projects that are alternatives of or similar to Vmware Host Modules

Based.cooking
A simple culinary website.
Stars: ✭ 418 (-49.52%)
Mutual labels:  makefile
Linux Lab
Docker/Qemu Based Linux Kernel Learning, Development and Testing Environment; New Linux ELF Video Course from this project author: https://www.cctalk.com/m/group/88089283
Stars: ✭ 771 (-6.88%)
Mutual labels:  makefile
Forth Wiki On Reddit
forth-wiki-on-reddit
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Smi Spec
Service Mesh Interface
Stars: ✭ 729 (-11.96%)
Mutual labels:  makefile
Awesome Linuxaudio
[mirror] A list of software and resources for professional audio/video/live events production on Linux.
Stars: ✭ 756 (-8.7%)
Mutual labels:  makefile
Switch Apt Mirror.ansible.role
switch apt mirror for Debian & Ubuntu with Ansible role.
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Genie
GENie - Project generator tool
Stars: ✭ 693 (-16.3%)
Mutual labels:  makefile
Salt Fr
Blog de la communauté Saltstack francophone
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Caesonia
OpenBSD Email Service
Stars: ✭ 761 (-8.09%)
Mutual labels:  makefile
Android device htc himaul
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Motioneyeos
A Video Surveillance OS For Single-board Computers
Stars: ✭ 6,658 (+704.11%)
Mutual labels:  makefile
Datacurator Filetree
a standard filetree for /r/datacurator [ and r/datahoarder ]
Stars: ✭ 753 (-9.06%)
Mutual labels:  makefile
Docker Python Dev
A containerized development environment to support building Python-based Deis v2 components http://deis.com
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Python3 Source Code Analysis
《Python 3 源码剖析》
Stars: ✭ 725 (-12.44%)
Mutual labels:  makefile
Rootkit detect
Repository for rootkit detection tools
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Graphpipe
Machine Learning Model Deployment Made Simple
Stars: ✭ 719 (-13.16%)
Mutual labels:  makefile
Spec
Container Storage Interface (CSI) Specification.
Stars: ✭ 799 (-3.5%)
Mutual labels:  makefile
Webappsec Change Password Url
A Well-Known URL for Changing Passwords
Stars: ✭ 828 (+0%)
Mutual labels:  makefile
Docker Xymon
Dockerization of the Xymon monitoring system on an Ubuntu base
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Android device motorola titan
Titan (Moto G 2014) Device Tree
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile

This repository tracks patches needed to build VMware (Player and Workstation) host modules against recent kernels. As it focuses on recent kernels (older ones do not need patching), only vmmon and vmnet modules are currently handled as the rest has been upstreamed for some time.

Main branch master handles only "infrastructure" files which do not belong to VMware module sources. Two other branches, "player" and "workstation" track upstream module sources distributed with Player and Workstation, respectively. Tags of the form "p${version}" (e.g. "p12.5.5") and "w${version}" correspond to clean unpacked sources of modules from a particular version of Player or Workstation.

From these tags, branches "player-${version}" and "workstation-${version}" are forked. These branches track changes needed to build these modules against recent kernel versions. Tag "p${ver}-k${kver}" marks the set of changes needed to build modules from Player ${ver} against kernel ${kver}, e.g. p12.5.5-k4.11 is for Player 12.5.5 and kernel 4.11; similar naming scheme "w${ver}-k${kver}" is used for Workstation modules. In general, later points in the branch should also work with older kernels (e.g. p12.5.5-k4.11 with kernel 4.10) but it's not guaranteed; it may happen that a fix for new kernel version may be too complicated to make also work with older versions.

At the moment, changes are tested to build against all (vanilla) kernel releases starting with 4.9.

This repository is provided "as is" with no guarantees. Use the contents on your own risk.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].