Skip to content

Commit 670b638

Browse files
committed
iommufd-bindings: Regenerate bindings from kernel v6.15
This update incorporates features such as vIOMMU, vDevice, vEVENTQ, and HW_QUEUE, etc. These features are required to implement a virtual IOMMU that leverages hardware IOMMU acceleration. Signed-off-by: Bo Chen <bchen@crusoe.ai>
1 parent 083c016 commit 670b638

File tree

3 files changed

+553
-13
lines changed

3 files changed

+553
-13
lines changed

iommufd-bindings/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ repository = "https://github.com/cloud-hypervisor/iommufd"
88
readme = "README.md"
99
edition = "2024"
1010
keywords = ["iommufd"]
11+
12+
[lib]
13+
doctest = false

iommufd-bindings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ specific structures, members, or constants are supported and valid for the
88
kernel version they are using.
99

1010
Currently, the bindings are generated using bindgen version 0.72.0 and
11-
kernel version [v6.6](https://github.com/torvalds/linux/tree/v6.6).
11+
kernel version [v6.15](https://github.com/torvalds/linux/tree/v6.15).
1212

1313
## Regenerating Bindings
1414

0 commit comments

Comments
 (0)