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-03-10
plugins/core: make a single build unit
Alex Bennée
2
-13
/
+2
2025-03-10
plugins/api: build only once
Alex Bennée
2
-13
/
+1
2025-03-10
plugins/api: split out time control helpers
Alex Bennée
3
-41
/
+51
2025-03-10
plugins/api: split out the vaddr/hwaddr helpers
Alex Bennée
4
-71
/
+99
2025-03-10
plugins/api: split out binary path/start/end/entry code
Alex Bennée
8
-44
/
+115
2025-03-10
plugins/loader: compile loader only once
Alex Bennée
5
-12
/
+57
2025-03-10
plugins/plugin.h: include queue.h
Alex Bennée
1
-0
/
+1
2025-03-10
plugins/api: clean-up the includes
Alex Bennée
1
-3
/
+0
2025-03-10
include/qemu: plugin-memory.h doesn't need cpu-defs.h
Alex Bennée
1
-1
/
+0
2025-03-10
plugins/loader: populate target_name with target_name()
Alex Bennée
1
-1
/
+1
2025-03-10
plugins/api: use qemu_target_page_mask() to get value
Alex Bennée
3
-3
/
+4
2025-03-10
tests/functional: add boot error detection for RME tests
Pierrick Bouvier
2
-2
/
+4
2025-03-10
gitlab: add a new build_unit job to track build size
Alex Bennée
2
-0
/
+88
2025-03-10
tests/tcg: Suppress compiler false-positive warning on sha1.c
Peter Maydell
4
-3
/
+13
2025-03-10
tests/tcg: enable -fwrapv for test-i386-bmi
Alex Bennée
1
-1
/
+1
2025-03-10
tests/tcg: fix constraints in test-i386-adcox
Alex Bennée
1
-3
/
+3
2025-03-10
tests/tcg: add message to _Static_assert in test-avx
Alex Bennée
1
-1
/
+1
2025-03-10
tests/tcg: mark test-vma as a linux-only test
Alex Bennée
1
-0
/
+0
2025-03-10
tests/vm: bump timeout for shutdown
Alex Bennée
1
-1
/
+1
2025-03-10
libvirt-ci: bump to latest for vulkan-tools
Alex Bennée
24
-14
/
+34
2025-03-10
tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts
Philippe Mathieu-Daudé
2
-3
/
+14
2025-03-10
tests/functional: Introduce the dso_suffix() helper
Philippe Mathieu-Daudé
2
-1
/
+13
2025-03-10
plugins: add explicit dependency in functional tests
Pierrick Bouvier
4
-1
/
+6
2025-03-10
tests/functional: update the aarch64_virg_gpu images
Alex Bennée
1
-5
/
+5
2025-03-10
tests/functional: expand tests to cover virgl
Alex Bennée
1
-0
/
+22
2025-03-10
tests/functional: skip vulkan tests with nVidia
Alex Bennée
1
-1
/
+13
2025-03-10
tests/functional: bail early if vkmark hangs
Alex Bennée
1
-3
/
+5
2025-03-10
tests/functional: ensure we have a GPU device for tests
Alex Bennée
1
-0
/
+3
2025-03-10
tests/functional: factor out common code in gpu test
Alex Bennée
1
-17
/
+21
2025-03-10
tests/functional: move aarch64 GPU test into own file
Alex Bennée
4
-72
/
+98
2025-03-10
tap-linux: Open ipvtap and macvtap
Akihiko Odaki
1
-3
/
+14
2025-03-10
Revert "hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()"
Akihiko Odaki
1
-4
/
+0
2025-03-10
util/iov: Do not assert offset is in iov
Akihiko Odaki
2
-7
/
+3
2025-03-10
net: move backend cleanup to NIC cleanup
Eugenio Pérez
2
-14
/
+27
2025-03-10
net: parameterize the removing client from nc list
Eugenio Pérez
1
-5
/
+8
2025-03-09
MAINTAINERS: Consolidate core exec/vCPU handling section
Philippe Mathieu-Daudé
1
-7
/
+7
2025-03-09
cpus: Remove CPUClass::has_work() handler
Philippe Mathieu-Daudé
5
-15
/
+16
2025-03-09
target/xtensa: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
1
-7
/
+5
2025-03-09
target/tricore: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+1
2025-03-09
target/sparc: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+3
2025-03-09
target/sh4: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
1
-2
/
+2
2025-03-09
target/s390x: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
4
-24
/
+23
2025-03-09
target/s390x: Restrict I/O handler installers to system emulation
Philippe Mathieu-Daudé
1
-0
/
+2
2025-03-09
target/rx: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+1
2025-03-09
target/riscv: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
2
-6
/
+6
2025-03-09
target/ppc: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+3
2025-03-09
target/openrisc: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+3
2025-03-09
target/mips: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
2
-3
/
+5
2025-03-09
target/microblaze: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+3
2025-03-09
target/m68k: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+3
[next]