Skip to content

OpenXT/xenvkbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Eric Chanudet
Apr 19, 2021
dd05823 · Apr 19, 2021

History

36 Commits
Dec 5, 2019
Jun 14, 2019
Apr 16, 2021
Jun 14, 2019
Jun 14, 2019
Sep 19, 2019
Apr 19, 2021
Sep 19, 2019
Jun 2, 2017
Jan 31, 2018
Jun 2, 2017
Nov 14, 2019
Jun 2, 2017
Apr 16, 2021
Jun 2, 2017
Sep 19, 2019
Jun 14, 2019

Repository files navigation

XenVkbd - The Xen Paravitual Keyboard/Mouse Driver for Windows

The XenVkbd package consists of a single device driver:

  • xenvkbd.sys is a bus driver which attaches to a virtual device created by XenBus and creates a child device for each VKBD for XenHid to attach to. It is also a protocol driver for the kbdif wire protocol (see include\xen\io\kbdif.h).

Quick Start Guide

Building the driver

See BUILD.md

Installing the driver

See INSTALL.md

Driver Interfaces

See INTERFACES.md

Miscellaneous

For convenience the source repository includes some other scripts:

kdfiles.py

This generates two files called kdfiles32.txt and kdfiles64.txt which can be used as map files for the .kdfiles WinDBG command.

sdv.py

This runs Static Driver Verifier on the source.

clean.py

This removes any files not checked into the repository and not covered by the .gitignore file.

get_xen_headers.py

This will import any necessary headers from a given tag of that Xen repository at git://xenbits.xen.org/xen.git.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published