An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
Go to file
Patrick Steinhardt fe337cf510 [client] ivshmem: fix missing <sys/select.h> include
While the function `ivshmem_wait_irq` makes use of the select(3)
function, it does not include <sys/select.h>. This happens to work on
glibc based systems, which include thet file transitively via other
header files. But on musl libc based systems, this breaks compilation.

Directly include <sys/select.h> to fix the problem.
2017-12-15 18:25:21 +11:00
.github Add issue template 2017-12-15 13:00:10 +11:00
client [client] ivshmem: fix missing <sys/select.h> include 2017-12-15 18:25:21 +11:00
common [common] changed KVMFR to allow for variable cursor buffer sizes 2017-12-15 10:51:10 +11:00
contrib/redhat [meta] Add SELinux policy 2017-12-14 22:22:44 +11:00
host [host] fix cursor not visible on client reconnect 2017-12-15 12:56:39 +11:00
vendor [host] added option parsing to application 2017-12-12 03:59:55 +11:00
.gitattributes [git] added vcxproj files to crlf exceptions 2017-10-31 20:19:52 +11:00
.gitmodules [host] removed gitmodule from testing 2017-12-12 03:59:57 +11:00
CONTRIBUTORS [misc] added extra contributors that donated via paypal 2017-12-12 03:59:56 +11:00
LICENSE added licensing to sources 2017-10-31 19:07:16 +11:00
README.md Create README.md 2017-12-14 16:32:05 +11:00

LookingGlass

An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.