Skip to content

Releases: rust-vmm/vfio

vfio-user-v0.1.1

09 Sep 15:54

Choose a tag to compare

What's Changed

  • vfio-bindings: Avoid manual modifications to auto-generated code by @likebreath in #96
  • build(deps): bump rust-vmm-ci from c3ef897 to aa2f8a9 by @dependabot[bot] in #95
  • vfio-user: make flags more ergonomic by @blitz in #98
  • vfio-user: Fix clippy warning mismatched_lifetime_syntaxes by @RuoqingHe in #102
  • vfio-bindings: Disable multi-version support by @RuoqingHe in #101
  • build(deps): bump rust-vmm-ci from aa2f8a9 to af54708 by @dependabot[bot] in #105
  • build(deps): bump rust-vmm-ci from af54708 to 659de9e by @dependabot[bot] in #108
  • vfio-user: Fix beta clippy issues by @likebreath in #110
  • build(deps): bump rust-vmm-ci from 659de9e to 0b1cb86 by @dependabot[bot] in #109
  • Add new bindings from kernel v6.6 by @likebreath in #104
  • vfio-ioctls: upgrade mshv-bindings and mshv-ioctls by @anirudhrb in #111
  • misc: prepare new release of vfio crates by @anirudhrb in #112

New Contributors

Full Changelog: vfio-user-v0.1.0...vfio-user-v0.1.1

vfio-ioctls-v0.5.1

09 Sep 15:54

Choose a tag to compare

What's Changed

  • vfio-bindings: Avoid manual modifications to auto-generated code by @likebreath in #96
  • build(deps): bump rust-vmm-ci from c3ef897 to aa2f8a9 by @dependabot[bot] in #95
  • vfio-user: make flags more ergonomic by @blitz in #98
  • vfio-user: Fix clippy warning mismatched_lifetime_syntaxes by @RuoqingHe in #102
  • vfio-bindings: Disable multi-version support by @RuoqingHe in #101
  • build(deps): bump rust-vmm-ci from aa2f8a9 to af54708 by @dependabot[bot] in #105
  • build(deps): bump rust-vmm-ci from af54708 to 659de9e by @dependabot[bot] in #108
  • vfio-user: Fix beta clippy issues by @likebreath in #110
  • build(deps): bump rust-vmm-ci from 659de9e to 0b1cb86 by @dependabot[bot] in #109
  • Add new bindings from kernel v6.6 by @likebreath in #104
  • vfio-ioctls: upgrade mshv-bindings and mshv-ioctls by @anirudhrb in #111
  • misc: prepare new release of vfio crates by @anirudhrb in #112

New Contributors

Full Changelog: vfio-user-v0.1.0...vfio-ioctls-v0.5.1

vfio-bindings-v0.6.0

09 Sep 15:55

Choose a tag to compare

What's Changed

  • vfio-bindings: Avoid manual modifications to auto-generated code by @likebreath in #96
  • build(deps): bump rust-vmm-ci from c3ef897 to aa2f8a9 by @dependabot[bot] in #95
  • vfio-user: make flags more ergonomic by @blitz in #98
  • vfio-user: Fix clippy warning mismatched_lifetime_syntaxes by @RuoqingHe in #102
  • vfio-bindings: Disable multi-version support by @RuoqingHe in #101
  • build(deps): bump rust-vmm-ci from aa2f8a9 to af54708 by @dependabot[bot] in #105
  • build(deps): bump rust-vmm-ci from af54708 to 659de9e by @dependabot[bot] in #108
  • vfio-user: Fix beta clippy issues by @likebreath in #110
  • build(deps): bump rust-vmm-ci from 659de9e to 0b1cb86 by @dependabot[bot] in #109
  • Add new bindings from kernel v6.6 by @likebreath in #104
  • vfio-ioctls: upgrade mshv-bindings and mshv-ioctls by @anirudhrb in #111
  • misc: prepare new release of vfio crates by @anirudhrb in #112

New Contributors

Full Changelog: vfio-user-v0.1.0...vfio-bindings-v0.6.0

vfio-user-v0.1.0

10 Jun 09:33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: vfio-bindings-v0.4.0...vfio-user-v0.1.0

vfio-ioctls-v0.5.0

10 Jun 08:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: vfio-bindings-v0.4.0...vfio-ioctls-v0.5.0

vfio-bindings-v0.5.0

10 Jun 08:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: vfio-bindings-v0.4.0...vfio-bindings-v0.5.0

vfio-ioctls v0.4.0

08 May 12:56

Choose a tag to compare

Added

  • Enable support for Microsoft Hyper-V.
  • VfioError now propagates the underlying error for more error
    types.
  • Many structs now derive Eq where it makes sense.
  • Added VfioDevice::set_irq_resample_fd to 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::new has 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.

vfio-bindings v0.4.0

08 May 13:01

Choose a tag to compare

Added

  • Update vmm-sys-util to ">=0.12.1"

vfio-ioctls-v0.1.0: ioctls: prepare for publishing v0.1.0

20 Dec 12:13

Choose a tag to compare

vfio-bindings-v0.3.1

19 Dec 07:46
a012b18

Choose a tag to compare