Menu

Tree [82ed00] master /
 History

HTTPS access


File Date Author Commit
 AUTHORS 2012-03-30 Vigneswaran R Vigneswaran R [7e441e] moved Sungho Kim's name from virtio_vsp.h to AU...
 Makefile 2011-08-03 Harshita Vani Harshita Vani [f7663f] spec files added for packaging.
 README 2011-09-21 Harshita Vani Harshita Vani [81b65d] updated with proper installation steps.
 ring_buffer.c 2012-03-30 Vigneswaran R Vigneswaran R [10bcbb] Copyright block modified
 ring_buffer.h 2012-03-30 Vigneswaran R Vigneswaran R [10bcbb] Copyright block modified
 vesper_kvm_kmod.spec 2011-08-03 Harshita Vani Harshita Vani [f7663f] spec files added for packaging.
 vesper_kvm_userland.spec 2011-08-03 Harshita Vani Harshita Vani [f7663f] spec files added for packaging.
 virtio_vsp.c 2012-03-30 Padmaja Padmaja [82ed00] Minor modification in License block.
 virtio_vsp.h 2012-03-30 Vigneswaran R Vigneswaran R [7e441e] moved Sungho Kim's name from virtio_vsp.h to AU...
 vsp-interface.h 2012-03-30 Vigneswaran R Vigneswaran R [10bcbb] Copyright block modified

Read Me

Introduction:
------------
virtio-kvm is the device driver for virtio vsp (vesper) device, implemented as a kernel module.


Requirements:
-------------
kernel-devel package

compilation & installation:
---------------------------
make
make module-install (as a root user)
make user-install (as a root user)

uninstall:
----------
make module-uninstall (as a root user)
make user-uninstall (as a root user)