Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit f6a05c0

Browse files
AlexandruCihodarugbionescu
authored andcommitted
[versionize]: Derive versionize where needed
Signed-off-by: AlexandruCihodaru <[email protected]>
1 parent 69c5e02 commit f6a05c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/x86/bindings.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ fn bindgen_test_layout_kvm_regs() {
17071707
);
17081708
}
17091709
#[repr(C)]
1710-
#[derive(Debug, Copy, Clone, PartialEq)]
1710+
#[derive(Debug, Copy, Clone, PartialEq, Versionize)]
17111711
pub struct kvm_lapic_state {
17121712
pub regs: [::std::os::raw::c_char; 1024usize],
17131713
}
@@ -3730,7 +3730,7 @@ fn bindgen_test_layout_kvm_debugregs() {
37303730
);
37313731
}
37323732
#[repr(C)]
3733-
#[derive(Debug, Copy, Clone, PartialEq)]
3733+
#[derive(Debug, Copy, Clone, PartialEq, Versionize)]
37343734
pub struct kvm_xsave {
37353735
pub region: [__u32; 1024usize],
37363736
}

0 commit comments

Comments
 (0)