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-macros
/
src
/
bits.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-09-17
rust: split "qom" crate
Marc-André Lureau
32
-44
/
+199
2025-09-17
rust: split "bql" crate
Marc-André Lureau
31
-120
/
+244
2025-09-17
rust: split "migration" crate
Marc-André Lureau
29
-68
/
+252
2025-09-17
rust: split "util" crate
Marc-André Lureau
33
-107
/
+243
2025-09-17
rust: make build.rs generic over various ./rust/projects
Marc-André Lureau
1
-2
/
+8
2025-09-17
rust: split Rust-only "common" crate
Marc-André Lureau
41
-359
/
+448
2025-09-17
rust: move Cell vmstate impl
Marc-André Lureau
2
-8
/
+12
2025-09-17
rust: move VMState handling to QOM module
Marc-André Lureau
2
-6
/
+8
2025-09-17
rust: move vmstate_clock!() to qdev module
Marc-André Lureau
2
-8
/
+9
2025-09-17
rust: add workspace authors
Marc-André Lureau
1
-0
/
+1
2025-09-17
rust: remove unused global qemu "allocator"
Marc-André Lureau
5
-142
/
+1
2025-09-17
docs/rust: update msrv
Marc-André Lureau
2
-1
/
+2
2025-09-17
rust: qdev: const_refs_to_static
Paolo Bonzini
6
-55
/
+33
2025-09-17
rust: vmstate: use const_refs_to_static
Paolo Bonzini
6
-217
/
+113
2025-09-17
rust: vmstate: convert to use builder pattern
Zhao Liu
8
-248
/
+454
2025-09-17
rust: add qdev Device derive macro
Manos Pitsidianakis
6
-58
/
+336
2025-09-17
rust: use inline const expressions
Paolo Bonzini
6
-36
/
+8
2025-09-17
rust: add missing const markers for MSRV==1.83.0
Paolo Bonzini
6
-16
/
+14
2025-09-17
meson, cargo: require Rust 1.83.0
Paolo Bonzini
5
-22
/
+19
2025-09-17
configure: bump Meson to 1.9.0 for use with Rust
Paolo Bonzini
5
-6
/
+6
2025-09-17
ci: temporarily remove rust from Ubuntu
Paolo Bonzini
1
-2
/
+2
2025-09-17
tcg/user: do not set exit_request gratuitously
Paolo Bonzini
1
-0
/
+2
2025-09-17
accel: make all calls to qemu_process_cpu_events look the same
Paolo Bonzini
7
-39
/
+30
2025-09-17
cpus: clear exit_request in qemu_process_cpu_events
Paolo Bonzini
8
-11
/
+9
2025-09-17
bsd-user, linux-user: introduce qemu_process_cpu_events
Paolo Bonzini
25
-23
/
+36
2025-09-17
treewide: rename qemu_wait_io_event/qemu_wait_io_event_common
Paolo Bonzini
11
-15
/
+15
2025-09-17
cpus: properly kick CPUs out of inner execution loop
Paolo Bonzini
9
-14
/
+17
2025-09-17
cpus: remove TCG-ism from cpu_exit()
Paolo Bonzini
1
-3
/
+1
2025-09-17
accel/tcg: inline cpu_exit()
Paolo Bonzini
1
-2
/
+12
2025-09-17
accel/tcg: create a thread-kick function for TCG
Paolo Bonzini
10
-21
/
+16
2025-09-17
accel: use atomic accesses for exit_request
Paolo Bonzini
9
-15
/
+24
2025-09-17
accel: use store_release/load_acquire for cross-thread exit_request
Paolo Bonzini
6
-19
/
+29
2025-09-17
cpus: document that qemu_cpu_kick() can be used for BQL-less operation
Paolo Bonzini
1
-1
/
+2
2025-09-17
cpu-common: use atomic access for interrupt_request
Paolo Bonzini
3
-14
/
+2
2025-09-17
treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
Paolo Bonzini
12
-40
/
+39
2025-09-17
user-exec: remove cpu_interrupt() stub
Paolo Bonzini
1
-5
/
+0
2025-09-17
target-arm: remove uses of cpu_interrupt() for user-mode emulation
Paolo Bonzini
6
-370
/
+429
2025-09-17
target/i386: limit a20 to system emulation
Paolo Bonzini
1
-0
/
+2
2025-09-17
target/sparc: limit cpu_check_irqs to system emulation
Paolo Bonzini
2
-0
/
+4
2025-09-17
target/ppc: limit cpu_interrupt_exittb to system emulation
Paolo Bonzini
1
-0
/
+2
2025-09-16
.gitmodules: move u-boot mirrors to qemu-project-mirrors
Alex Bennée
1
-2
/
+2
2025-09-16
tests/functional/x86_64: Accept a few locked pages in test_memlock.py
Richard Henderson
1
-1
/
+2
2025-09-15
iotests/check: always enable all python warnings
Daniel P. Berrangé
1
-0
/
+4
2025-09-15
iotests/151: ensure subprocesses are cleaned up
Daniel P. Berrangé
1
-0
/
+5
2025-09-15
iotests/147: ensure temporary sockets are closed before exiting
Daniel P. Berrangé
1
-0
/
+1
2025-09-15
python: ensure QEMUQtestProtocol closes its socket
Daniel P. Berrangé
1
-0
/
+2
2025-09-15
iotests: drop compat for old version context manager
Daniel P. Berrangé
2
-12
/
+4
2025-09-15
python: synchronize qemu.qmp documentation
John Snow
9
-87
/
+264
2025-09-15
python: backport 'avoid creating additional event loops per thread'
John Snow
3
-26
/
+57
2025-09-15
python: backport 'Remove deprecated get_event_loop calls'
John Snow
3
-3
/
+15
[next]