Skip to content

Commit

Permalink
virtio-bindings: regenerate with Linux 6.12
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Ross <[email protected]>
  • Loading branch information
alyssais authored and epilys committed Nov 19, 2024
1 parent adbf691 commit fadbbc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions virtio-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upcoming Release

## Changed

- Regenerate bindings with Linux 6.12.

# v0.2.4

## Changed
Expand Down
1 change: 1 addition & 0 deletions virtio-bindings/src/virtio_gpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub const VIRTIO_GPU_CONTEXT_INIT_CAPSET_ID_MASK: u32 = 255;
pub const VIRTIO_GPU_CAPSET_VIRGL: u32 = 1;
pub const VIRTIO_GPU_CAPSET_VIRGL2: u32 = 2;
pub const VIRTIO_GPU_CAPSET_VENUS: u32 = 4;
pub const VIRTIO_GPU_CAPSET_DRM: u32 = 6;
pub const VIRTIO_GPU_EVENT_DISPLAY: u32 = 1;
pub const VIRTIO_GPU_BLOB_MEM_GUEST: u32 = 1;
pub const VIRTIO_GPU_BLOB_MEM_HOST3D: u32 = 2;
Expand Down

0 comments on commit fadbbc1

Please sign in to comment.