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
/
qemu-api
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: repurpose qemu_api -> tests
Marc-André Lureau
2025-09-17
10
-775
/
+0
*
rust: rename qemu_api_macros -> qemu_macros
Marc-André Lureau
2025-09-17
2
-3
/
+3
*
rust: split "hwcore" crate
Marc-André Lureau
2025-09-17
10
-896
/
+3
*
rust: split "system" crate
Marc-André Lureau
2025-09-17
7
-221
/
+7
*
rust: split "chardev" crate
Marc-André Lureau
2025-09-17
7
-280
/
+9
*
rust: split "qom" crate
Marc-André Lureau
2025-09-17
12
-985
/
+27
*
rust: split "bql" crate
Marc-André Lureau
2025-09-17
12
-928
/
+28
*
rust: split "migration" crate
Marc-André Lureau
2025-09-17
12
-747
/
+15
*
rust: split "util" crate
Marc-André Lureau
2025-09-17
15
-818
/
+11
*
rust: make build.rs generic over various ./rust/projects
Marc-André Lureau
2025-09-17
1
-2
/
+8
*
rust: split Rust-only "common" crate
Marc-André Lureau
2025-09-17
23
-1245
/
+67
*
rust: move Cell vmstate impl
Marc-André Lureau
2025-09-17
2
-8
/
+12
*
rust: move VMState handling to QOM module
Marc-André Lureau
2025-09-17
2
-6
/
+8
*
rust: move vmstate_clock!() to qdev module
Marc-André Lureau
2025-09-17
2
-8
/
+9
*
rust: remove unused global qemu "allocator"
Marc-André Lureau
2025-09-17
3
-137
/
+0
*
rust: qdev: const_refs_to_static
Paolo Bonzini
2025-09-17
2
-16
/
+7
*
rust: vmstate: use const_refs_to_static
Paolo Bonzini
2025-09-17
3
-199
/
+99
*
rust: vmstate: convert to use builder pattern
Zhao Liu
2025-09-17
5
-76
/
+323
*
rust: add qdev Device derive macro
Manos Pitsidianakis
2025-09-17
2
-28
/
+66
*
rust: use inline const expressions
Paolo Bonzini
2025-09-17
5
-30
/
+5
*
rust: add missing const markers for MSRV==1.83.0
Paolo Bonzini
2025-09-17
5
-13
/
+11
*
rust: move dependencies to rust/Cargo.toml
Paolo Bonzini
2025-08-27
1
-3
/
+3
*
rust: declare self as qemu_api for proc-macros
Manos Pitsidianakis
2025-08-27
1
-0
/
+4
*
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/bindings: allow unnecessary_transmutes (1.88)
Manos Pitsidianakis
2025-07-10
1
-0
/
+1
*
|
rust/qemu-api: Fix binding path in source directory
Zhao Liu
2025-07-10
1
-5
/
+7
|
/
*
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
3
-1
/
+111
*
rust: prepare variable definitions for multiple bindgen invocations
Paolo Bonzini
2025-06-20
1
-1
/
+1
*
rust: qom: change instance_init to take a ParentInit<>
Paolo Bonzini
2025-06-17
3
-28
/
+42
*
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: qemu_api: introduce MaybeUninit field projection
Paolo Bonzini
2025-06-17
3
-0
/
+87
*
rust: qdev: support returning errors from realize
Paolo Bonzini
2025-06-06
1
-4
/
+8
*
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
4
-0
/
+318
*
subprojects: add the foreign crate
Paolo Bonzini
2025-06-05
1
-1
/
+1
*
subprojects: add the anyhow crate
Paolo Bonzini
2025-06-05
1
-1
/
+1
*
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
1
-22
/
+5
*
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
1
-3
/
+1
*
rust: Fix the typos in doc
Zhao Liu
2025-05-26
2
-3
/
+3
*
rust: Fix Zhao's email address
Zhao Liu
2025-05-26
3
-3
/
+3
*
rust: clippy: enable uninlined_format_args lint
Paolo Bonzini
2025-05-06
1
-2
/
+2
*
rust: replace c_str! with c"" literals
Paolo Bonzini
2025-05-06
7
-79
/
+14
*
rust: remove offset_of replacement
Paolo Bonzini
2025-05-06
9
-199
/
+10
[next]