Skip to content

Commit 319955a

Browse files
alyssaisepilys
authored andcommitted
virtio-bindings: regenerate with Linux 6.9
Still no changes to the bindgen output from newer bindgen. Signed-off-by: Alyssa Ross <hi@alyssa.is>
1 parent 7421376 commit 319955a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

virtio-bindings/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Added
44

55
- Exposed virtio_ids.h bindings as a public module.
6-
- Regnerate bindings with Linux 6.7.
6+
- Regnerate bindings with Linux 6.9.
77
- Added virtio_input.h bindings.
88

99
# v0.2.2

virtio-bindings/src/virtio_config.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub const VIRTIO_CONFIG_S_FEATURES_OK: u32 = 8;
77
pub const VIRTIO_CONFIG_S_NEEDS_RESET: u32 = 64;
88
pub const VIRTIO_CONFIG_S_FAILED: u32 = 128;
99
pub const VIRTIO_TRANSPORT_F_START: u32 = 28;
10-
pub const VIRTIO_TRANSPORT_F_END: u32 = 41;
10+
pub const VIRTIO_TRANSPORT_F_END: u32 = 42;
1111
pub const VIRTIO_F_NOTIFY_ON_EMPTY: u32 = 24;
1212
pub const VIRTIO_F_ANY_LAYOUT: u32 = 27;
1313
pub const VIRTIO_F_VERSION_1: u32 = 32;
@@ -20,3 +20,4 @@ pub const VIRTIO_F_SR_IOV: u32 = 37;
2020
pub const VIRTIO_F_NOTIFICATION_DATA: u32 = 38;
2121
pub const VIRTIO_F_NOTIF_CONFIG_DATA: u32 = 39;
2222
pub const VIRTIO_F_RING_RESET: u32 = 40;
23+
pub const VIRTIO_F_ADMIN_VQ: u32 = 41;

virtio-bindings/src/virtio_gpu.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pub const VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP: u32 = 1;
4242
pub const VIRTIO_GPU_CONTEXT_INIT_CAPSET_ID_MASK: u32 = 255;
4343
pub const VIRTIO_GPU_CAPSET_VIRGL: u32 = 1;
4444
pub const VIRTIO_GPU_CAPSET_VIRGL2: u32 = 2;
45+
pub const VIRTIO_GPU_CAPSET_VENUS: u32 = 4;
4546
pub const VIRTIO_GPU_EVENT_DISPLAY: u32 = 1;
4647
pub const VIRTIO_GPU_BLOB_MEM_GUEST: u32 = 1;
4748
pub const VIRTIO_GPU_BLOB_MEM_HOST3D: u32 = 2;

0 commit comments

Comments
 (0)