@@ -2067,7 +2067,11 @@ impl Default for kvm_run__bindgen_ty_1__bindgen_ty_8 {
20672067}
20682068impl :: std:: fmt:: Debug for kvm_run__bindgen_ty_1__bindgen_ty_8 {
20692069 fn fmt ( & self , f : & mut :: std:: fmt:: Formatter < ' _ > ) -> :: std:: fmt:: Result {
2070- write ! ( f , "kvm_run__bindgen_ty_1__bindgen_ty_8 {{ nr: {:?}, args: {:?}, ret: {:?}, __bindgen_anon_1: {:?} }}" , self . nr , self . args , self . ret , self . __bindgen_anon_1)
2070+ write ! (
2071+ f,
2072+ "kvm_run__bindgen_ty_1__bindgen_ty_8 {{ nr: {:?}, args: {:?}, ret: {:?}, __bindgen_anon_1: {:?} }}" ,
2073+ self . nr, self . args, self . ret, self . __bindgen_anon_1
2074+ )
20712075 }
20722076}
20732077#[ repr( C ) ]
@@ -2194,8 +2198,18 @@ const _: () = {
21942198 [ "Alignment of kvm_run__bindgen_ty_1__bindgen_ty_14__bindgen_ty_1__bindgen_ty_1" ]
21952199 [ :: std:: mem:: align_of :: < kvm_run__bindgen_ty_1__bindgen_ty_14__bindgen_ty_1__bindgen_ty_1 > (
21962200 ) - 1usize ] ;
2197- [ "Offset of field: kvm_run__bindgen_ty_1__bindgen_ty_14__bindgen_ty_1__bindgen_ty_1::insn_size" ] [ :: std :: mem :: offset_of ! ( kvm_run__bindgen_ty_1__bindgen_ty_14__bindgen_ty_1__bindgen_ty_1 , insn_size) - 0usize ] ;
2198- [ "Offset of field: kvm_run__bindgen_ty_1__bindgen_ty_14__bindgen_ty_1__bindgen_ty_1::insn_bytes" ] [ :: std :: mem :: offset_of ! ( kvm_run__bindgen_ty_1__bindgen_ty_14__bindgen_ty_1__bindgen_ty_1 , insn_bytes) - 1usize ] ;
2201+ [
2202+ "Offset of field: kvm_run__bindgen_ty_1__bindgen_ty_14__bindgen_ty_1__bindgen_ty_1::insn_size" ,
2203+ ] [ :: std:: mem:: offset_of!(
2204+ kvm_run__bindgen_ty_1__bindgen_ty_14__bindgen_ty_1__bindgen_ty_1,
2205+ insn_size
2206+ ) - 0usize ] ;
2207+ [
2208+ "Offset of field: kvm_run__bindgen_ty_1__bindgen_ty_14__bindgen_ty_1__bindgen_ty_1::insn_bytes" ,
2209+ ] [ :: std:: mem:: offset_of!(
2210+ kvm_run__bindgen_ty_1__bindgen_ty_14__bindgen_ty_1__bindgen_ty_1,
2211+ insn_bytes
2212+ ) - 1usize ] ;
21992213} ;
22002214#[ allow( clippy:: unnecessary_operation, clippy:: identity_op) ]
22012215const _: ( ) = {
@@ -2245,7 +2259,11 @@ impl Default for kvm_run__bindgen_ty_1__bindgen_ty_14 {
22452259}
22462260impl :: std:: fmt:: Debug for kvm_run__bindgen_ty_1__bindgen_ty_14 {
22472261 fn fmt ( & self , f : & mut :: std:: fmt:: Formatter < ' _ > ) -> :: std:: fmt:: Result {
2248- write ! ( f , "kvm_run__bindgen_ty_1__bindgen_ty_14 {{ suberror: {:?}, ndata: {:?}, flags: {:?}, __bindgen_anon_1: {:?} }}" , self . suberror , self . ndata , self . flags , self . __bindgen_anon_1)
2262+ write ! (
2263+ f,
2264+ "kvm_run__bindgen_ty_1__bindgen_ty_14 {{ suberror: {:?}, ndata: {:?}, flags: {:?}, __bindgen_anon_1: {:?} }}" ,
2265+ self . suberror, self . ndata, self . flags, self . __bindgen_anon_1
2266+ )
22492267 }
22502268}
22512269#[ repr( C ) ]
@@ -2390,7 +2408,11 @@ impl Default for kvm_run__bindgen_ty_1__bindgen_ty_19 {
23902408}
23912409impl :: std:: fmt:: Debug for kvm_run__bindgen_ty_1__bindgen_ty_19 {
23922410 fn fmt ( & self , f : & mut :: std:: fmt:: Formatter < ' _ > ) -> :: std:: fmt:: Result {
2393- write ! ( f , "kvm_run__bindgen_ty_1__bindgen_ty_19 {{ type: {:?}, ndata: {:?}, __bindgen_anon_1: {:?} }}" , self . type_ , self . ndata , self . __bindgen_anon_1)
2411+ write ! (
2412+ f,
2413+ "kvm_run__bindgen_ty_1__bindgen_ty_19 {{ type: {:?}, ndata: {:?}, __bindgen_anon_1: {:?} }}" ,
2414+ self . type_, self . ndata, self . __bindgen_anon_1
2415+ )
23942416 }
23952417}
23962418#[ repr( C ) ]
@@ -2705,7 +2727,23 @@ impl Default for kvm_run {
27052727}
27062728impl :: std:: fmt:: Debug for kvm_run {
27072729 fn fmt ( & self , f : & mut :: std:: fmt:: Formatter < ' _ > ) -> :: std:: fmt:: Result {
2708- write ! ( f , "kvm_run {{ request_interrupt_window: {:?}, immediate_exit: {:?}, padding1: {:?}, exit_reason: {:?}, ready_for_interrupt_injection: {:?}, if_flag: {:?}, flags: {:?}, cr8: {:?}, apic_base: {:?}, __bindgen_anon_1: {:?}, kvm_valid_regs: {:?}, kvm_dirty_regs: {:?}, s: {:?} }}" , self . request_interrupt_window , self . immediate_exit , self . padding1 , self . exit_reason , self . ready_for_interrupt_injection , self . if_flag , self . flags , self . cr8 , self . apic_base , self . __bindgen_anon_1 , self . kvm_valid_regs , self . kvm_dirty_regs , self . s)
2730+ write ! (
2731+ f,
2732+ "kvm_run {{ request_interrupt_window: {:?}, immediate_exit: {:?}, padding1: {:?}, exit_reason: {:?}, ready_for_interrupt_injection: {:?}, if_flag: {:?}, flags: {:?}, cr8: {:?}, apic_base: {:?}, __bindgen_anon_1: {:?}, kvm_valid_regs: {:?}, kvm_dirty_regs: {:?}, s: {:?} }}" ,
2733+ self . request_interrupt_window,
2734+ self . immediate_exit,
2735+ self . padding1,
2736+ self . exit_reason,
2737+ self . ready_for_interrupt_injection,
2738+ self . if_flag,
2739+ self . flags,
2740+ self . cr8,
2741+ self . apic_base,
2742+ self . __bindgen_anon_1,
2743+ self . kvm_valid_regs,
2744+ self . kvm_dirty_regs,
2745+ self . s
2746+ )
27092747 }
27102748}
27112749#[ repr( C ) ]
@@ -2835,7 +2873,11 @@ impl Default for kvm_coalesced_mmio {
28352873}
28362874impl :: std:: fmt:: Debug for kvm_coalesced_mmio {
28372875 fn fmt ( & self , f : & mut :: std:: fmt:: Formatter < ' _ > ) -> :: std:: fmt:: Result {
2838- write ! ( f , "kvm_coalesced_mmio {{ phys_addr: {:?}, len: {:?}, __bindgen_anon_1: {:?}, data: {:?} }}" , self . phys_addr , self . len , self . __bindgen_anon_1 , self . data)
2876+ write ! (
2877+ f,
2878+ "kvm_coalesced_mmio {{ phys_addr: {:?}, len: {:?}, __bindgen_anon_1: {:?}, data: {:?} }}" ,
2879+ self . phys_addr, self . len, self . __bindgen_anon_1, self . data
2880+ )
28392881 }
28402882}
28412883#[ repr( C ) ]
@@ -3037,7 +3079,11 @@ impl Default for kvm_clear_dirty_log {
30373079}
30383080impl :: std:: fmt:: Debug for kvm_clear_dirty_log {
30393081 fn fmt ( & self , f : & mut :: std:: fmt:: Formatter < ' _ > ) -> :: std:: fmt:: Result {
3040- write ! ( f , "kvm_clear_dirty_log {{ slot: {:?}, num_pages: {:?}, first_page: {:?}, __bindgen_anon_1: {:?} }}" , self . slot , self . num_pages , self . first_page , self . __bindgen_anon_1)
3082+ write ! (
3083+ f,
3084+ "kvm_clear_dirty_log {{ slot: {:?}, num_pages: {:?}, first_page: {:?}, __bindgen_anon_1: {:?} }}" ,
3085+ self . slot, self . num_pages, self . first_page, self . __bindgen_anon_1
3086+ )
30413087 }
30423088}
30433089#[ repr( C ) ]
@@ -3272,7 +3318,11 @@ impl Default for kvm_irq_routing_msi {
32723318}
32733319impl :: std:: fmt:: Debug for kvm_irq_routing_msi {
32743320 fn fmt ( & self , f : & mut :: std:: fmt:: Formatter < ' _ > ) -> :: std:: fmt:: Result {
3275- write ! ( f , "kvm_irq_routing_msi {{ address_lo: {:?}, address_hi: {:?}, data: {:?}, __bindgen_anon_1: {:?} }}" , self . address_lo , self . address_hi , self . data , self . __bindgen_anon_1)
3321+ write ! (
3322+ f,
3323+ "kvm_irq_routing_msi {{ address_lo: {:?}, address_hi: {:?}, data: {:?}, __bindgen_anon_1: {:?} }}" ,
3324+ self . address_lo, self . address_hi, self . data, self . __bindgen_anon_1
3325+ )
32763326 }
32773327}
32783328#[ repr( C ) ]
0 commit comments