Skip to content

xcp-ng/win-xeniface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

OwenSmiPaul Durrant
and
Paul Durrant
Jul 24, 2024
9cd9a60 · Jul 24, 2024
Dec 15, 2023
Mar 23, 2023
Jul 24, 2024
Feb 13, 2024
Feb 13, 2024
Aug 15, 2014
Sep 19, 2021
Oct 1, 2013
Jul 24, 2015
Mar 23, 2023
Jul 24, 2024
Jul 24, 2015
Mar 23, 2023
Dec 11, 2023
Sep 28, 2023
May 22, 2023
Jun 14, 2019

Repository files navigation

XenIface - The Xen Interface Driver for Windows

The XenIface package consists of a single device driver:

  • xeniface.sys is a driver which attaches to a virtual device created by XenBus and provides a WMI to xenstore (and also an IOCTL interface for simple xenstore read/write access).

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.