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: qom: change the parent type to an associated type
Paolo Bonzini
2024-12-11
2
-10
/
+5
*
rust: qom: split ObjectType from ObjectImpl trait
Paolo Bonzini
2024-12-11
5
-21
/
+46
*
rust: qom: move bridge for TypeInfo functions out of pl011
Paolo Bonzini
2024-12-11
1
-4
/
+57
*
rust: qdev: move bridge for realize and reset functions out of pl011
Paolo Bonzini
2024-12-10
2
-7
/
+31
*
rust: qdev: move device_class_init! body to generic function, ClassInitImpl i...
Paolo Bonzini
2024-12-10
2
-33
/
+84
*
rust: qom: move ClassInitImpl to the instance side
Paolo Bonzini
2024-12-10
2
-5
/
+5
*
rust: qom: convert type_info! macro to an associated const
Paolo Bonzini
2024-12-10
2
-29
/
+22
*
rust: qom: rename Class trait to ClassInitImpl
Paolo Bonzini
2024-12-10
2
-5
/
+24
*
rust: qom: add default definitions for ObjectImpl
Paolo Bonzini
2024-12-10
2
-8
/
+4
*
rust: add a bit operation module
Paolo Bonzini
2024-12-10
4
-0
/
+123
*
rust: add bindings for interrupt sources
Paolo Bonzini
2024-12-10
4
-0
/
+122
*
rust: define prelude
Paolo Bonzini
2024-12-10
3
-0
/
+12
*
rust: cell: add BQL-enforcing RefCell variant
Paolo Bonzini
2024-12-10
3
-11
/
+539
*
rust: cell: add BQL-enforcing Cell variant
Paolo Bonzini
2024-12-10
3
-0
/
+300
*
rust/qemu-api: Fix fragment-specifiers in define_property macro
Junjie Mao
2024-12-10
1
-2
/
+2
*
rust: fix doc test syntax
Paolo Bonzini
2024-12-10
1
-3
/
+3
*
rust: build: add "make clippy", "make rustfmt", "make rustdoc"
Paolo Bonzini
2024-12-10
2
-6
/
+13
*
rust: build: establish a baseline of lints across all crates
Paolo Bonzini
2024-12-10
1
-3
/
+3
*
rust: fix a couple style issues from clippy
Paolo Bonzini
2024-12-10
1
-1
/
+1
*
rust: cargo: store desired warning levels in workspace Cargo.toml
Paolo Bonzini
2024-12-10
2
-4
/
+3
*
rust: build: generate lint flags from Cargo.toml
Paolo Bonzini
2024-12-10
1
-2
/
+2
*
rust: build: restrict --cfg generation to only required symbols
Paolo Bonzini
2024-12-10
1
-1
/
+1
*
rust: build: move rustc_args.py invocation to qemu-api crate
Paolo Bonzini
2024-12-10
1
-1
/
+4
*
rust: allow using build-root bindings.rs from cargo
Paolo Bonzini
2024-12-10
6
-32
/
+60
*
rust: apply --cfg MESON to all crates
Paolo Bonzini
2024-12-10
1
-1
/
+1
*
rust: do not use --generate-cstr
Paolo Bonzini
2024-11-05
2
-2
/
+12
*
rust: do not use MaybeUninit::zeroed()
Paolo Bonzini
2024-11-05
1
-14
/
+77
*
rust: introduce alternative implementation of offset_of!
Junjie Mao
2024-11-05
8
-14
/
+197
*
rust: create a cargo workspace
Paolo Bonzini
2024-11-05
2
-57
/
+0
*
rust: synchronize dependencies between subprojects and Cargo.lock
Paolo Bonzini
2024-11-05
2
-0
/
+48
*
rust: introduce a c_str macro
Paolo Bonzini
2024-11-05
5
-5
/
+63
*
rust: use std::os::raw instead of core::ffi
Paolo Bonzini
2024-11-05
5
-18
/
+20
*
rust: add definitions for vmstate
Manos Pitsidianakis
2024-11-05
5
-26
/
+370
*
rust: provide safe wrapper for MaybeUninit::zeroed()
Paolo Bonzini
2024-11-05
4
-4
/
+29
*
rust: make properties array immutable
Paolo Bonzini
2024-11-05
1
-34
/
+8
*
rust: clean up define_property macro
Paolo Bonzini
2024-11-05
1
-24
/
+7
*
rust: cleanup module_init!, use it from #[derive(Object)]
Paolo Bonzini
2024-11-05
1
-38
/
+27
*
rust: build integration test for the qemu_api crate
Paolo Bonzini
2024-11-05
4
-55
/
+101
*
rust: modernize link_section usage for ELF platforms
Paolo Bonzini
2024-11-05
1
-4
/
+10
*
rust: remove uses of #[no_mangle]
Paolo Bonzini
2024-11-05
2
-3
/
+0
*
rust: do not use --no-size_t-is-usize
Paolo Bonzini
2024-11-05
1
-3
/
+3
*
meson: pass rustc_args when building all crates
Paolo Bonzini
2024-11-05
2
-5
/
+7
*
rust: add utility procedural macro crate
Manos Pitsidianakis
2024-10-11
1
-0
/
+3
*
rust: add crate to expose bindings and interfaces
Manos Pitsidianakis
2024-10-11
10
-0
/
+527