index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
qemu-api
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
rust: repurpose qemu_api -> tests
Marc-André Lureau
3
-56
/
+0
5 days
rust: split "hwcore" crate
Marc-André Lureau
6
-714
/
+0
5 days
rust: split "system" crate
Marc-André Lureau
4
-215
/
+2
5 days
rust: split "chardev" crate
Marc-André Lureau
4
-273
/
+4
5 days
rust: split "qom" crate
Marc-André Lureau
9
-978
/
+15
5 days
rust: split "bql" crate
Marc-André Lureau
8
-905
/
+22
5 days
rust: split "migration" crate
Marc-André Lureau
7
-736
/
+6
5 days
rust: split "util" crate
Marc-André Lureau
10
-748
/
+5
5 days
rust: split Rust-only "common" crate
Marc-André Lureau
20
-1234
/
+60
5 days
rust: move Cell vmstate impl
Marc-André Lureau
2
-8
/
+12
5 days
rust: move VMState handling to QOM module
Marc-André Lureau
2
-6
/
+8
5 days
rust: move vmstate_clock!() to qdev module
Marc-André Lureau
2
-8
/
+9
5 days
rust: remove unused global qemu "allocator"
Marc-André Lureau
1
-135
/
+0
5 days
rust: qdev: const_refs_to_static
Paolo Bonzini
1
-13
/
+6
5 days
rust: vmstate: use const_refs_to_static
Paolo Bonzini
2
-178
/
+55
5 days
rust: vmstate: convert to use builder pattern
Zhao Liu
3
-11
/
+248
5 days
rust: add qdev Device derive macro
Manos Pitsidianakis
1
-9
/
+61
5 days
rust: use inline const expressions
Paolo Bonzini
5
-30
/
+5
5 days
rust: add missing const markers for MSRV==1.83.0
Paolo Bonzini
5
-13
/
+11
2025-08-27
rust: declare self as qemu_api for proc-macros
Manos Pitsidianakis
1
-0
/
+4
2025-07-16
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
1
-1
/
+2
2025-07-15
rust: bindings: allow any number of params
Michael S. Tsirkin
1
-1
/
+2
2025-07-10
rust/qemu-api: log: implement io::Write
Paolo Bonzini
1
-8
/
+84
2025-07-10
rust/bindings: allow unnecessary_transmutes (1.88)
Manos Pitsidianakis
1
-0
/
+1
2025-06-20
rust/qemu-api: Add initial logging support based on C API
Bernhard Beschow
3
-0
/
+76
2025-06-17
rust: qom: change instance_init to take a ParentInit<>
Paolo Bonzini
3
-28
/
+42
2025-06-17
rust: qom: make ParentInit lifetime-invariant
Paolo Bonzini
1
-4
/
+85
2025-06-17
rust: qom: introduce ParentInit
Paolo Bonzini
1
-1
/
+95
2025-06-17
rust: qemu_api: introduce MaybeUninit field projection
Paolo Bonzini
2
-0
/
+86
2025-06-06
rust: qdev: support returning errors from realize
Paolo Bonzini
1
-4
/
+8
2025-06-05
rust: qemu-api: add tests for Error bindings
Paolo Bonzini
1
-0
/
+104
2025-06-05
rust: qemu-api: add bindings to Error
Paolo Bonzini
2
-0
/
+315
2025-06-03
rust: cell: remove support for running doctests with "cargo test --doc"
Paolo Bonzini
1
-13
/
+9
2025-06-03
rust: bindings: allow ptr_offset_with_cast
Paolo Bonzini
1
-0
/
+1
2025-05-26
rust: Fix the typos in doc
Zhao Liu
2
-3
/
+3
2025-05-26
rust: Fix Zhao's email address
Zhao Liu
2
-2
/
+2
2025-05-06
rust: replace c_str! with c"" literals
Paolo Bonzini
4
-65
/
+3
2025-05-06
rust: remove offset_of replacement
Paolo Bonzini
4
-180
/
+8
2025-05-06
rust: enable clippy::ptr_cast_constness
Paolo Bonzini
4
-5
/
+5
2025-05-06
rust: qom: fix TODO about zeroability of classes
Paolo Bonzini
1
-3
/
+4
2025-05-06
rust: use MaybeUninit::zeroed() in const context
Paolo Bonzini
1
-89
/
+17
2025-05-06
rust: use std::ffi instead of std::os::raw
Paolo Bonzini
8
-12
/
+12
2025-05-02
rust/timer: Define NANOSECONDS_PER_SECOND binding as u64
Zhao Liu
1
-0
/
+2
2025-05-02
rust: assertions: Support index field wrapped in BqlCell
Paolo Bonzini
1
-16
/
+9
2025-05-02
vmstate: support varray for vmstate_clock!
Paolo Bonzini
1
-3
/
+10
2025-05-02
rust/vmstate: Add support for field_exists checks
Zhao Liu
1
-33
/
+37
2025-04-25
qom: Constify TypeInfo::interfaces
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-25
qom: Constify TypeInfo::class_data
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-25
qom: Have class_base_init() take a const data argument
Philippe Mathieu-Daudé
1
-1
/
+1
[next]