vfio-ioctls v0.4.0
·
124 commits
to main
since this release
Added
- Enable support for Microsoft Hyper-V.
VfioErrornow propagates the underlying error for more error
types.- Many structs now derive
Eqwhere it makes sense. - Added
VfioDevice::set_irq_resample_fdto unmask level-triggered
IRQs via an eventfd.
Changed
- We skipped to version 0.4.0 to harmonize versions with
vfio-bindings. - The device handle in
VfioContainer::newhas become optional. - Device file descriptors have their own type (
VfioDeviceFd) to hide
the underlying hypervisor-specific types. - Fixed file descriptor handling on big endian architectures.
- Avoid logging errors for querying VGA regions for devices that don't
have them.