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-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-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
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
rust/pl011: merge device_class.rs into device.rs
Manos Pitsidianakis
3
-111
/
+96
12 days
rust: devices are not staticlibs
Paolo Bonzini
2
-6
/
+0
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/qemu-api-macros: add unit tests
Manos Pitsidianakis
3
-0
/
+143
2025-07-10
rust/qemu-api-macros: normalize TryInto output
Manos Pitsidianakis
1
-2
/
+2
2025-07-10
rust/bindings: allow unnecessary_transmutes (1.88)
Manos Pitsidianakis
1
-0
/
+1
2025-07-10
rust/qemu-api-macros: use syn::Error directly
Manos Pitsidianakis
3
-106
/
+64
2025-07-10
rust/qemu-api: Fix binding path in source directory
Zhao Liu
1
-5
/
+7
2025-06-20
rust: hpet: fix new warning
Paolo Bonzini
1
-1
/
+1
2025-06-20
rust: pl011: Add missing logging to match C version
Bernhard Beschow
1
-0
/
+6
2025-06-20
rust: pl011: Implement logging
Bernhard Beschow
1
-4
/
+8
2025-06-20
rust/qemu-api: Add initial logging support based on C API
Bernhard Beschow
5
-0
/
+79
2025-06-20
rust: move rust.bindgen to qemu-api crate
Paolo Bonzini
4
-2
/
+45
2025-06-20
rust: prepare variable definitions for multiple bindgen invocations
Paolo Bonzini
2
-2
/
+2
2025-06-17
rust: qom: change instance_init to take a ParentInit<>
Paolo Bonzini
5
-57
/
+63
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: hpet: fully initialize object during instance_init
Paolo Bonzini
1
-17
/
+25
2025-06-17
rust: qemu_api: introduce MaybeUninit field projection
Paolo Bonzini
3
-0
/
+87
2025-06-06
rust: make TryFrom macro more resilient
Paolo Bonzini
1
-3
/
+4
2025-06-06
rust/hpet: Drop BqlCell wrapper for num_timers
Zhao Liu
1
-16
/
+11
2025-06-06
rust/hpet: return errors from realize if properties are incorrect
Paolo Bonzini
2
-13
/
+10
2025-06-06
rust/hpet: change type of num_timers to usize
Paolo Bonzini
1
-12
/
+12
2025-06-06
rust: qdev: support returning errors from realize
Paolo Bonzini
3
-8
/
+14
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
6
-0
/
+336
2025-06-05
util/error: expose Error definition to Rust code
Paolo Bonzini
1
-0
/
+1
2025-06-05
subprojects: add the foreign crate
Paolo Bonzini
2
-1
/
+3
2025-06-05
subprojects: add the anyhow crate
Paolo Bonzini
2
-1
/
+3
2025-06-03
rust: qemu-api-macros: add from_bits and into_bits to #[derive(TryInto)]
Paolo Bonzini
1
-8
/
+36
2025-06-03
rust: pl011: use the bits macro
Paolo Bonzini
5
-44
/
+49
2025-06-03
rust: add "bits", a custom bitflags implementation
Paolo Bonzini
8
-0
/
+728
2025-06-03
rust: use native Meson support for clippy and rustdoc
Paolo Bonzini
3
-16
/
+0
2025-06-03
rust: cell: remove support for running doctests with "cargo test --doc"
Paolo Bonzini
1
-13
/
+9
2025-06-03
rust: add qemu-api doctests to "meson test"
Paolo Bonzini
1
-0
/
+9
2025-06-03
rust: use "objects" for Rust executables as well
Paolo Bonzini
2
-22
/
+7
2025-06-03
rust: bindings: allow ptr_offset_with_cast
Paolo Bonzini
1
-0
/
+1
2025-05-28
rust: make declaration of dependent crates more consistent
Paolo Bonzini
4
-23
/
+23
2025-05-27
rust: hpet: rename hpet module to "device"
Paolo Bonzini
2
-1
/
+1
2025-05-26
rust: Fix the typos in doc
Zhao Liu
3
-5
/
+5
2025-05-26
rust: Fix Zhao's email address
Zhao Liu
6
-6
/
+6
2025-05-14
rust: pl011: Cut down amount of text quoted from PL011 TRM
Peter Maydell
1
-210
/
+51
2025-05-12
rust: pl011: Really use RX FIFO depth
Paolo Bonzini
1
-6
/
+13
2025-05-12
rust: pl011: Rename RX FIFO methods
Paolo Bonzini
1
-4
/
+4
2025-05-06
rust: clippy: enable uninlined_format_args lint
Paolo Bonzini
4
-10
/
+12
2025-05-06
rust: replace c_str! with c"" literals
Paolo Bonzini
11
-102
/
+31
2025-05-06
rust: remove offset_of replacement
Paolo Bonzini
14
-233
/
+16
2025-05-06
rust: enable clippy::ptr_cast_constness
Paolo Bonzini
6
-7
/
+7
[next]