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
/
utils.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-04
accel/tcg: Prefer local AccelState over global current_accel()
Philippe Mathieu-Daudé
1
-1
/
+1
2025-07-04
accel/hvf: Re-use QOM allocated state
Philippe Mathieu-Daudé
1
-3
/
+1
2025-07-04
accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
11
-11
/
+11
2025-07-04
accel: Keep reference to AccelOpsClass in AccelClass
Philippe Mathieu-Daudé
4
-3
/
+10
2025-07-04
accel: Expose and register generic_handle_interrupt()
Philippe Mathieu-Daudé
8
-6
/
+13
2025-07-04
accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
Philippe Mathieu-Daudé
6
-5
/
+18
2025-07-04
accel/whpx: Expose whpx_enabled() to common code
Philippe Mathieu-Daudé
5
-17
/
+27
2025-07-04
accel/nvmm: Expose nvmm_enabled() to common code
Philippe Mathieu-Daudé
5
-18
/
+27
2025-07-04
accel/system: Document cpu_synchronize_state_post_init/reset()
Philippe Mathieu-Daudé
2
-0
/
+16
2025-07-04
accel/system: Document cpu_synchronize_state()
Philippe Mathieu-Daudé
2
-1
/
+18
2025-07-04
accel/kvm: Remove kvm_cpu_synchronize_state() stub
Philippe Mathieu-Daudé
1
-4
/
+0
2025-07-04
accel/whpx: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
1
-12
/
+11
2025-07-04
accel/nvmm: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
1
-11
/
+10
2025-07-04
accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
5
-11
/
+10
2025-07-04
cpus: Document CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
1
-1
/
+2
2025-07-04
accel/hvf: Report missing com.apple.security.hypervisor entitlement
Philippe Mathieu-Daudé
1
-0
/
+5
2025-07-04
accel/hvf: Move generic method declarations to hvf-all.c
Philippe Mathieu-Daudé
2
-269
/
+271
2025-07-04
accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
Philippe Mathieu-Daudé
2
-28
/
+30
2025-07-04
accel/hvf: Restrict internal declarations
Philippe Mathieu-Daudé
2
-38
/
+34
2025-07-04
accel/tcg: Unregister the RCU before exiting RR thread
Philippe Mathieu-Daudé
1
-0
/
+2
2025-07-04
accel/tcg: Clear exit_request once in tcg_cpu_exec()
Philippe Mathieu-Daudé
2
-1
/
+3
2025-07-04
accel/tcg: Factor tcg_dump_stats() out for re-use
Philippe Mathieu-Daudé
2
-3
/
+10
2025-07-04
accel/tcg: Factor tcg_dump_flush_info() out
Philippe Mathieu-Daudé
1
-10
/
+17
2025-07-04
accel/tcg: Remove profiler leftover
Philippe Mathieu-Daudé
1
-6
/
+0
2025-07-04
accel/tcg: Remove 'info opcount' and @x-query-opcount
Philippe Mathieu-Daudé
4
-54
/
+0
2025-07-04
accel/kvm: Reduce kvm_create_vcpu() declaration scope
Philippe Mathieu-Daudé
2
-9
/
+7
2025-07-04
accel/kvm: Remove kvm_init_cpu_signals() stub
Philippe Mathieu-Daudé
1
-5
/
+0
2025-07-04
system/cpus: Assert interrupt handling is done with BQL locked
Philippe Mathieu-Daudé
2
-2
/
+2
2025-07-02
tests/functional/test_aarch64_sbsaref_freebsd: Fix the URL of the ISO image
Thomas Huth
1
-4
/
+4
2025-07-02
target/s390x: A fix for the trouble with tribles
Thomas Huth
1
-1
/
+1
2025-07-02
target/s390x: set has_deprecated_props flag
Collin Walling
1
-0
/
+3
2025-07-02
MAINTAINERS: fix paths for relocated files
Sean Wei
1
-9
/
+6
2025-07-02
treewide: fix paths for relocated files in comments
Sean Wei
4
-5
/
+5
2025-07-02
treewide: update docs file extensions (.txt -> .rst) in comments
Sean Wei
8
-10
/
+10
2025-07-02
MAINTAINERS: fix VMware filename typo (vwm -> vmw)
Sean Wei
1
-1
/
+1
2025-07-02
MAINTAINERS: fix vendor capitalization (Vmware -> VMware)
Sean Wei
1
-1
/
+1
2025-07-02
MAINTAINERS: update docs file extensions (.txt -> .rst)
Sean Wei
1
-2
/
+2
2025-07-02
virtio-gpu: support context init multiple timeline
Yiwei Zhang
1
-0
/
+44
2025-07-02
MAINTAINERS: add Akihiko and Dmitry as reviewers
Alex Bennée
1
-0
/
+2
2025-07-02
MAINTAINERS: add myself to virtio-gpu for Odd Fixes
Alex Bennée
1
-1
/
+2
2025-07-02
plugins: Update plugin version and add notes
Rowan Hart
1
-1
/
+8
2025-07-02
plugins: Add patcher plugin and test
Rowan Hart
6
-2
/
+328
2025-07-02
tests/tcg: Remove copy-pasted notes and from i386 and add x86_64 system tests...
Rowan Hart
1
-7
/
+5
2025-07-02
plugins: Add memory hardware address read/write API
Rowan Hart
2
-0
/
+190
2025-07-02
plugins: Add memory virtual address write API
Rowan Hart
2
-0
/
+39
2025-07-02
plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks
Rowan Hart
6
-6
/
+96
2025-07-02
plugins: Add register write API
Rowan Hart
2
-24
/
+56
2025-07-02
gdbstub: Expose gdb_write_register function to consumers of gdbstub
Rowan Hart
2
-1
/
+15
2025-07-02
semihosting/uaccess: Compile once
Philippe Mathieu-Daudé
1
-4
/
+1
2025-07-02
semihosting/uaccess: Remove uses of target_ulong type
Philippe Mathieu-Daudé
2
-11
/
+11
[next]