Skip to content

cjp256/xenusbdevice

 
 

Repository files navigation

XenUsbDevice - The Xen Paravitual VUSB Class Driver for Windows

The XenUsbDevice package consists of a single device driver:

  • xenusbdevice.sys is a driver which attaches to a XenVusb bus driver. It provides the required front end capabilities for a vUSB device.

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

Packages

No packages published

Languages

  • C++ 68.6%
  • C 29.3%
  • Python 2.1%