Go to file
cigerxwinchaker 46b3c0adf7 Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, 2019-12-18 10:57:04 +01:00
.ci Beheben von einige "warnings" 2019-12-12 11:45:51 +01:00
lib/toml pushen der toml-file jetzt moeglich 2019-11-27 12:25:19 +01:00
main Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, 2019-12-18 10:57:04 +01:00
res änderungen wegen problemen bei mac default werte für max shared memory < 4mb 2019-12-04 13:26:49 +01:00
src Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, 2019-12-18 10:57:04 +01:00
test Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, 2019-12-18 10:57:04 +01:00
.clang-tidy ~ update ci to latest version 2019-12-05 07:47:41 +00:00
.gitignore pushen der toml-file jetzt moeglich 2019-11-27 12:25:19 +01:00
.gitlab-ci.yml ~ update ci to latest version 2019-12-05 07:47:41 +00:00
CHANGELOG.md + Unit Test Framework 2019-10-16 16:21:27 +02:00
CMakeLists.txt ~ fix unit tests not building 2019-12-05 09:36:57 +01:00
LICENCE + Unit Test Framework 2019-10-16 16:21:27 +02:00
README.md Update README 2019-11-13 12:57:08 +01:00

README.md

vKVM Shared Memory

Shared memory is a kernel-managed memory area that can be read and written by the Library.

Features

  • Manage the shared memory
    • Create new key for the shared memory.
    • Ask the user if he want to change the key of shared memory.
    • Create shared memory and make it available to use it
    • Delete the shared memory.

Installation

Use the installation script provided in the Scripts repository to install the full package.

Installing a single component is currently not supported.

Usage

mkdir build cd build cmake .. make