We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d219302 commit 4b593cfCopy full SHA for 4b593cf
virtio-bindings/CHANGELOG.md
@@ -3,7 +3,7 @@
3
## Added
4
5
- Exposed virtio_ids.h bindings as a public module.
6
-- Regnerate bindings with Linux 6.6.
+- Regnerate bindings with Linux 6.7.
7
- Added virtio_input.h bindings.
8
9
# v0.2.2
virtio-bindings/src/virtio_config.rs
@@ -18,4 +18,5 @@ pub const VIRTIO_F_IN_ORDER: u32 = 35;
18
pub const VIRTIO_F_ORDER_PLATFORM: u32 = 36;
19
pub const VIRTIO_F_SR_IOV: u32 = 37;
20
pub const VIRTIO_F_NOTIFICATION_DATA: u32 = 38;
21
+pub const VIRTIO_F_NOTIF_CONFIG_DATA: u32 = 39;
22
pub const VIRTIO_F_RING_RESET: u32 = 40;
0 commit comments