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/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: 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: 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
2025-07-02
tests/functional: Add PCI hotplug test for aarch64
Gustavo Romero
3
-0
/
+79
2025-07-02
gitlab: mark s390x-system to allow failures
Alex Bennée
1
-0
/
+2
2025-07-01
tests/functional: test device passthrough on aarch64
Pierrick Bouvier
2
-0
/
+144
2025-07-01
tests/functional: Expand Aarch64 SMMU tests to run on HVF accelerator
Philippe Mathieu-Daudé
1
-3
/
+9
2025-07-01
tests/functional: Add hvf_available() helper
Peter Maydell
3
-3
/
+20
2025-07-01
tests/functional: Require TCG to run Aarch64 imx8mp-evk test
Philippe Mathieu-Daudé
1
-0
/
+1
2025-07-01
tests/functional: Restrict nested Aarch64 Xen test to TCG
Philippe Mathieu-Daudé
1
-0
/
+1
2025-07-01
tests/functional: Set sbsa-ref machine type in each test function
Philippe Mathieu-Daudé
3
-4
/
+7
2025-07-01
hw/arm/sbsa-ref: Tidy up use of RAMLIMIT_GB definition
Philippe Mathieu-Daudé
1
-3
/
+5
2025-07-01
hw/arm/virt: Rename cpu_post_init() -> post_cpus_gic_realized()
Philippe Mathieu-Daudé
1
-4
/
+5
2025-07-01
hw/arm/virt: Make EL2 accelerator check an accept-list
Philippe Mathieu-Daudé
1
-1
/
+1
2025-07-01
hw/arm/virt: Make EL3-guest accel check an accept-list
Philippe Mathieu-Daudé
1
-1
/
+1
[next]