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: merge device_class.rs into device.rs
Manos Pitsidianakis
2025-07-22
3
-111
/
+96
*
rust: devices are not staticlibs
Paolo Bonzini
2025-07-22
2
-6
/
+0
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2025-07-16
1
-1
/
+2
|
\
|
*
rust: bindings: allow any number of params
Michael S. Tsirkin
2025-07-15
1
-1
/
+2
*
|
rust/qemu-api: log: implement io::Write
Paolo Bonzini
2025-07-10
1
-8
/
+84
*
|
rust/qemu-api-macros: add unit tests
Manos Pitsidianakis
2025-07-10
3
-0
/
+143
*
|
rust/qemu-api-macros: normalize TryInto output
Manos Pitsidianakis
2025-07-10
1
-2
/
+2
*
|
rust/bindings: allow unnecessary_transmutes (1.88)
Manos Pitsidianakis
2025-07-10
1
-0
/
+1
*
|
rust/qemu-api-macros: use syn::Error directly
Manos Pitsidianakis
2025-07-10
3
-106
/
+64
*
|
rust/qemu-api: Fix binding path in source directory
Zhao Liu
2025-07-10
1
-5
/
+7
|
/
*
rust: hpet: fix new warning
Paolo Bonzini
2025-06-20
1
-1
/
+1
*
rust: pl011: Add missing logging to match C version
Bernhard Beschow
2025-06-20
1
-0
/
+6
*
rust: pl011: Implement logging
Bernhard Beschow
2025-06-20
1
-4
/
+8
*
rust/qemu-api: Add initial logging support based on C API
Bernhard Beschow
2025-06-20
5
-0
/
+79
*
rust: move rust.bindgen to qemu-api crate
Paolo Bonzini
2025-06-20
4
-2
/
+45
*
rust: prepare variable definitions for multiple bindgen invocations
Paolo Bonzini
2025-06-20
2
-2
/
+2
*
rust: qom: change instance_init to take a ParentInit<>
Paolo Bonzini
2025-06-17
5
-57
/
+63
*
rust: qom: make ParentInit lifetime-invariant
Paolo Bonzini
2025-06-17
1
-4
/
+85
*
rust: qom: introduce ParentInit
Paolo Bonzini
2025-06-17
1
-1
/
+95
*
rust: hpet: fully initialize object during instance_init
Paolo Bonzini
2025-06-17
1
-17
/
+25
*
rust: qemu_api: introduce MaybeUninit field projection
Paolo Bonzini
2025-06-17
3
-0
/
+87
*
rust: make TryFrom macro more resilient
Paolo Bonzini
2025-06-06
1
-3
/
+4
*
rust/hpet: Drop BqlCell wrapper for num_timers
Zhao Liu
2025-06-06
1
-16
/
+11
*
rust/hpet: return errors from realize if properties are incorrect
Paolo Bonzini
2025-06-06
2
-13
/
+10
*
rust/hpet: change type of num_timers to usize
Paolo Bonzini
2025-06-06
1
-12
/
+12
*
rust: qdev: support returning errors from realize
Paolo Bonzini
2025-06-06
3
-8
/
+14
*
rust: qemu-api: add tests for Error bindings
Paolo Bonzini
2025-06-05
1
-0
/
+104
*
rust: qemu-api: add bindings to Error
Paolo Bonzini
2025-06-05
6
-0
/
+336
*
util/error: expose Error definition to Rust code
Paolo Bonzini
2025-06-05
1
-0
/
+1
*
subprojects: add the foreign crate
Paolo Bonzini
2025-06-05
2
-1
/
+3
*
subprojects: add the anyhow crate
Paolo Bonzini
2025-06-05
2
-1
/
+3
*
rust: qemu-api-macros: add from_bits and into_bits to #[derive(TryInto)]
Paolo Bonzini
2025-06-03
1
-8
/
+36
*
rust: pl011: use the bits macro
Paolo Bonzini
2025-06-03
5
-44
/
+49
*
rust: add "bits", a custom bitflags implementation
Paolo Bonzini
2025-06-03
8
-0
/
+728
*
rust: use native Meson support for clippy and rustdoc
Paolo Bonzini
2025-06-03
3
-16
/
+0
*
rust: cell: remove support for running doctests with "cargo test --doc"
Paolo Bonzini
2025-06-03
1
-13
/
+9
*
rust: add qemu-api doctests to "meson test"
Paolo Bonzini
2025-06-03
1
-0
/
+9
*
rust: use "objects" for Rust executables as well
Paolo Bonzini
2025-06-03
2
-22
/
+7
*
rust: bindings: allow ptr_offset_with_cast
Paolo Bonzini
2025-06-03
1
-0
/
+1
*
rust: make declaration of dependent crates more consistent
Paolo Bonzini
2025-05-28
4
-23
/
+23
*
rust: hpet: rename hpet module to "device"
Paolo Bonzini
2025-05-27
2
-1
/
+1
*
rust: Fix the typos in doc
Zhao Liu
2025-05-26
3
-5
/
+5
*
rust: Fix Zhao's email address
Zhao Liu
2025-05-26
6
-6
/
+6
*
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
[next]