Skip to content

Commit e9b92e4

Browse files
alyssaisepilys
authored andcommitted
virtio-bindings: regenerate with Linux 6.4
Still on bindgen 0.63.0, because newer versions generate exactly the same thing. Signed-off-by: Alyssa Ross <[email protected]>
1 parent 72da2ce commit e9b92e4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

crates/virtio-bindings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Upcoming Release
2+
3+
- Regenerate bindings with Linux 6.4.
4+
15
# v0.2.1
26

37
- Regenerate bindings with Linux 6.3.

crates/virtio-bindings/src/virtio_config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ pub const VIRTIO_F_RING_PACKED: u32 = 34;
1717
pub const VIRTIO_F_IN_ORDER: u32 = 35;
1818
pub const VIRTIO_F_ORDER_PLATFORM: u32 = 36;
1919
pub const VIRTIO_F_SR_IOV: u32 = 37;
20+
pub const VIRTIO_F_NOTIFICATION_DATA: u32 = 38;
2021
pub const VIRTIO_F_RING_RESET: u32 = 40;

crates/virtio-bindings/src/virtio_net/generated.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pub const VIRTIO_NET_F_GUEST_USO4: u32 = 54;
5757
pub const VIRTIO_NET_F_GUEST_USO6: u32 = 55;
5858
pub const VIRTIO_NET_F_HOST_USO: u32 = 56;
5959
pub const VIRTIO_NET_F_HASH_REPORT: u32 = 57;
60+
pub const VIRTIO_NET_F_GUEST_HDRLEN: u32 = 59;
6061
pub const VIRTIO_NET_F_RSS: u32 = 60;
6162
pub const VIRTIO_NET_F_RSC_EXT: u32 = 61;
6263
pub const VIRTIO_NET_F_STANDBY: u32 = 62;

0 commit comments

Comments
 (0)