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
/
src
/
assertions.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-11
hw/virtio/virtio-mem: Remove CONFIG_DEVICES include
Philippe Mathieu-Daudé
1
-4
/
+2
2025-03-11
hw/i386/fw_cfg: Check ACPI availability with acpi_builtin()
Philippe Mathieu-Daudé
2
-4
/
+7
2025-03-11
hw/acpi: Introduce acpi_builtin() helper
Philippe Mathieu-Daudé
3
-0
/
+13
2025-03-11
system: Replace arch_type global by qemu_arch_available() helper
Philippe Mathieu-Daudé
5
-8
/
+11
2025-03-11
system: Extract target-specific globals to their own compilation unit
Philippe Mathieu-Daudé
3
-14
/
+25
2025-03-11
hw/xen/hvm: Fix Aarch64 typo
Philippe Mathieu-Daudé
1
-1
/
+1
2025-03-11
hw/net/smc91c111: Don't allow data register access to overrun buffer
Peter Maydell
1
-12
/
+53
2025-03-11
hw/net/smc91c111: Use MAX_PACKET_SIZE instead of magic numbers
Peter Maydell
1
-3
/
+5
2025-03-11
hw/net/smc91c111: Sanitize packet length on tx
Peter Maydell
1
-5
/
+29
2025-03-11
hw/net/smc91c111: Sanitize packet numbers
Peter Maydell
1
-0
/
+45
2025-03-11
hw/rtc: Add Ricoh RS5C372 RTC emulation
Bernhard Beschow
7
-0
/
+292
2025-03-11
hw/sd/sdhci: Set reset value of interrupt registers
BALATON Zoltan
3
-0
/
+6
2025-03-10
migration: Prioritize RDMA in ram_save_target_page()
Li Zhijian
1
-4
/
+5
2025-03-10
migration: ram block cpr blockers
Steve Sistare
4
-0
/
+72
2025-03-10
migration: Fix UAF for incoming migration on MigrationState
Peter Xu
1
-2
/
+38
2025-03-10
xen: No need to flush the mapcache for grants
Stefano Stabellini
1
-1
/
+0
2025-03-10
hw/xen: Add "mode" parameter to xen-block devices
David Woodhouse
1
-0
/
+2
2025-03-10
xen/passthrough: use gsi to map pirq when dom0 is PVH
Jiqian Chen
2
-0
/
+64
2025-03-10
MAINTAINERS: remove widely sanctioned entities
Alex Bennée
1
-4
/
+3
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
[next]