index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rust: pl011: Cut down amount of text quoted from PL011 TRM
Peter Maydell
2025-05-14
1
-210
/
+51
*
rust: pl011: Really use RX FIFO depth
Paolo Bonzini
2025-05-12
1
-6
/
+13
*
rust: pl011: Rename RX FIFO methods
Paolo Bonzini
2025-05-12
1
-4
/
+4
*
rust: clippy: enable uninlined_format_args lint
Paolo Bonzini
2025-05-06
4
-10
/
+12
*
rust: replace c_str! with c"" literals
Paolo Bonzini
2025-05-06
11
-102
/
+31
*
rust: remove offset_of replacement
Paolo Bonzini
2025-05-06
14
-233
/
+16
*
rust: enable clippy::ptr_cast_constness
Paolo Bonzini
2025-05-06
6
-7
/
+7
*
rust: qom: fix TODO about zeroability of classes
Paolo Bonzini
2025-05-06
1
-3
/
+4
*
rust: use MaybeUninit::zeroed() in const context
Paolo Bonzini
2025-05-06
2
-92
/
+20
*
rust: qemu_api_macros: make pattern matching more readable and efficient
Paolo Bonzini
2025-05-06
1
-47
/
+37
*
rust: use std::ffi instead of std::os::raw
Paolo Bonzini
2025-05-06
11
-16
/
+20
*
meson, cargo: require Rust 1.77.0
Paolo Bonzini
2025-05-06
2
-2
/
+2
*
rust: centralize config in workspace root
Stefan Zabka
2025-05-02
5
-21
/
+32
*
rust/hpet: Support migration
Zhao Liu
2025-05-02
1
-1
/
+145
*
rust/timer: Define NANOSECONDS_PER_SECOND binding as u64
Zhao Liu
2025-05-02
1
-0
/
+2
*
rust/vmstate_test: Test varray with num field wrapped in BqlCell
Zhao Liu
2025-05-02
1
-8
/
+33
*
rust: assertions: Support index field wrapped in BqlCell
Paolo Bonzini
2025-05-02
1
-16
/
+9
*
vmstate: support varray for vmstate_clock!
Paolo Bonzini
2025-05-02
1
-3
/
+10
*
rust/vmstate: Add support for field_exists checks
Zhao Liu
2025-05-02
1
-33
/
+37
*
qom: Constify TypeInfo::interfaces
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Constify TypeInfo::class_data
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Have class_base_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
include/system: Move exec/address-spaces.h to system/address-spaces.h
Richard Henderson
2025-04-23
1
-1
/
+1
*
include/system: Move exec/memory.h to system/memory.h
Richard Henderson
2025-04-23
1
-1
/
+1
*
rust/hw/char/pl011: Extract DR write logic into separate function
Rakesh Jeyasingh
2025-04-23
1
-6
/
+8
*
rust/hw/char/pl011: Extract extract DR read logic into separate function
Rakesh Jeyasingh
2025-04-23
1
-19
/
+20
*
rust/vmstate_test: Fix typo in test_vmstate_macro_array_of_pointer_wrapped()
Zhao Liu
2025-04-23
1
-2
/
+2
*
rust/hpet: Fix a clippy error
Zhao Liu
2025-04-23
1
-1
/
+1
*
rust/hpet: convert HPETTimer index to u8 type
Zhao Liu
2025-04-23
1
-5
/
+5
*
rust/hpet: convert num_timers to u8 type
Zhao Liu
2025-04-23
1
-13
/
+18
*
rust: hpet: fix decoding of timer registers
Paolo Bonzini
2025-03-21
1
-1
/
+1
*
rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock
Zhao Liu
2025-03-21
2
-3
/
+10
*
rust/vmstate: Add unit test for vmstate_validate
Zhao Liu
2025-03-21
1
-2
/
+80
*
rust/vmstate: Add unit test for pointer case
Zhao Liu
2025-03-21
1
-4
/
+115
*
rust/vmstate: Add unit test for vmstate_{of|struct} macro
Zhao Liu
2025-03-21
1
-2
/
+156
*
rust/vmstate: Add unit test for vmstate_of macro
Zhao Liu
2025-03-21
3
-2
/
+139
*
rust/vmstate: Support vmstate_validate
Zhao Liu
2025-03-21
1
-1
/
+51
*
rust/vmstate: Re-implement VMState trait for timer binding
Zhao Liu
2025-03-21
1
-7
/
+3
*
rust/vmstate: Relax array check when build varray in vmstate_struct
Zhao Liu
2025-03-21
1
-3
/
+9
*
rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()
Zhao Liu
2025-03-21
1
-1
/
+1
*
rust/vmstate: Fix "cannot infer type" error in vmstate_struct
Zhao Liu
2025-03-21
1
-7
/
+9
*
rust/vmstate: Fix type check for varray in vmstate_struct
Zhao Liu
2025-03-21
2
-1
/
+16
*
rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flag
Zhao Liu
2025-03-21
1
-0
/
+4
*
rust/vmstate: Fix num field when varray flags are set
Zhao Liu
2025-03-21
1
-0
/
+1
*
rust/vmstate: Fix num_offset in vmstate macros
Zhao Liu
2025-03-21
1
-2
/
+2
*
rust/vmstate: Remove unnecessary unsafe
Zhao Liu
2025-03-21
1
-1
/
+1
*
rust: pl011: Check size of state struct at compile time
Peter Maydell
2025-03-21
2
-1
/
+9
*
rust: assertions: add static_assert
Paolo Bonzini
2025-03-21
1
-0
/
+22
*
qdev, rust/hpet: fix type of HPET "timers" property
Paolo Bonzini
2025-03-20
1
-3
/
+3
[prev]
[next]