From 0f9aca4ef41e9f4dff61c92048f4d60b00d27871 Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 14 Mar 2025 01:15:52 +0000 Subject: deploy: 3ebd8b163dc8d5679d90927de1c2fcd639882362 --- src/kvm_rs/kvm_sys.rs.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/kvm_rs/kvm_sys.rs.html') diff --git a/src/kvm_rs/kvm_sys.rs.html b/src/kvm_rs/kvm_sys.rs.html index 37de075..aa07b25 100644 --- a/src/kvm_rs/kvm_sys.rs.html +++ b/src/kvm_rs/kvm_sys.rs.html @@ -1,4 +1,5 @@ -kvm_sys.rs - source
1
+kvm_sys.rs - source

kvm_rs/
kvm_sys.rs

+1
 2
 3
 4
@@ -267,8 +268,7 @@
 267
 268
 269
-270
-
//! Definitions of the system header [`<linux/kvm.h>`][kvm-h].
+270
//! Definitions of the system header [`<linux/kvm.h>`][kvm-h].
 //!
 //! [kvm-h]: https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/kvm.h
 
@@ -277,7 +277,7 @@
 #![allow(dead_code)]
 
 // Generated by `build.rs`.
-include!(concat!(env!("OUT_DIR"), "/kvm_constants.rs"));
+include!(concat!(env!("OUT_DIR"), "/kvm_constants.rs"));
 
 #[repr(C)]
 #[derive(Default, Debug)]
@@ -361,7 +361,7 @@
     pub userspace_addr: u64,
 }
 
-#[cfg(target_arch = "x86_64")]
+#[cfg(target_arch = "x86_64")]
 #[repr(C)]
 #[derive(Default, Debug)]
 pub struct kvm_debugregs {
@@ -380,7 +380,7 @@
     pub arch: kvm_guest_debug_arch,
 }
 
-#[cfg(target_arch = "x86_64")]
+#[cfg(target_arch = "x86_64")]
 #[repr(C)]
 #[derive(Default, Debug)]
 pub(crate) struct kvm_guest_debug_arch {
@@ -423,7 +423,7 @@
     pub is_write: u8,
 }
 
-#[cfg(target_arch = "x86_64")]
+#[cfg(target_arch = "x86_64")]
 #[repr(C)]
 #[derive(Copy, Clone, Debug)]
 pub(crate) struct kvm_run_debug {
@@ -503,13 +503,13 @@
         assert_eq!(mem::size_of::<kvm_run_union_s>(), TEST_KVM_RUN_UNION_S_SIZE);
     }
 
-    #[cfg(target_arch = "x86_64")]
+    #[cfg(target_arch = "x86_64")]
     #[test]
     fn check_kvm_run_x86() {
         assert_eq!(mem::size_of::<kvm_run_debug>(), TEST_KVM_RUN_DEBUG_SIZE);
     }
 
-    #[cfg(target_arch = "x86_64")]
+    #[cfg(target_arch = "x86_64")]
     #[test]
     fn check_kvm_debugregs() {
         assert_eq!(mem::size_of::<kvm_debugregs>(), TEST_KVM_DEBUGREGS_SIZE);
@@ -525,7 +525,7 @@
         );
     }
 
-    #[cfg(target_arch = "x86_64")]
+    #[cfg(target_arch = "x86_64")]
     #[test]
     fn check_kvm_guest_dbg_arch() {
         assert_eq!(
-- 
cgit v1.2.3