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
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
hw/loongarch/virt: Remove unnecessay pre-boot setting with BSP
Bibo Mao
2
-26
/
+0
2025-09-18
hw/loongarch/virt: Add BSP support with aux boot code
Bibo Mao
1
-2
/
+34
2025-09-17
accel/kvm: Set guest_memfd_offset to non-zero value only when guest_memfd is ...
Xiaoyao Li
1
-1
/
+2
2025-09-17
accel/kvm: Zero out mem explicitly in kvm_set_user_memory_region()
Xiaoyao Li
1
-1
/
+1
2025-09-17
accel/kvm: Switch to check KVM_CAP_GUEST_MEMFD and KVM_CAP_USER_MEMORY2 on VM
Xiaoyao Li
1
-2
/
+2
2025-09-17
i386/kvm: Drop KVM_CAP_X86_SMM check in kvm_arch_init()
Xiaoyao Li
1
-2
/
+1
2025-09-17
multiboot: Fix the split lock
Xiaoyao Li
2
-1
/
+1
2025-09-17
target/i386: Define enum X86ASIdx for x86's address spaces
Xiaoyao Li
4
-5
/
+10
2025-09-17
i386/cpu: Enable SMM cpu address space under KVM
Xiaoyao Li
3
-5
/
+15
2025-09-17
hpet: guard IRQ handling with BQL
Igor Mammedov
1
-0
/
+8
2025-09-17
rust: do not inline do_init_io
Paolo Bonzini
1
-5
/
+0
2025-09-17
rust: meson: remove unnecessary complication in device crates
Paolo Bonzini
2
-6
/
+0
2025-09-17
docs: update rust.rst
Marc-André Lureau
1
-29
/
+32
2025-09-17
rust: re-export qemu macros from common/qom/hwcore
Marc-André Lureau
34
-45
/
+35
2025-09-17
rust: re-export qemu_macros internal helper in "bits"
Marc-André Lureau
1
-2
/
+5
2025-09-17
rust: repurpose qemu_api -> tests
Marc-André Lureau
15
-230
/
+35
2025-09-17
rust/pl011: drop dependency on qemu_api
Marc-André Lureau
8
-5
/
+106
2025-09-17
rust/hpet: drop now unneeded qemu_api dep
Marc-André Lureau
3
-3
/
+0
2025-09-17
rust: rename qemu_api_macros -> qemu_macros
Marc-André Lureau
41
-69
/
+69
2025-09-17
rust: split "hwcore" crate
Marc-André Lureau
29
-81
/
+318
2025-09-17
rust: split "system" crate
Marc-André Lureau
24
-33
/
+177
2025-09-17
rust: split "chardev" crate
Marc-André Lureau
19
-20
/
+164
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
[next]