summary refs log tree commit diff stats
path: root/rust/qemu-api/src/assertions.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-11hw/virtio/virtio-mem: Remove CONFIG_DEVICES includePhilippe Mathieu-Daudé1-4/+2
2025-03-11hw/i386/fw_cfg: Check ACPI availability with acpi_builtin()Philippe Mathieu-Daudé2-4/+7
2025-03-11hw/acpi: Introduce acpi_builtin() helperPhilippe Mathieu-Daudé3-0/+13
2025-03-11system: Replace arch_type global by qemu_arch_available() helperPhilippe Mathieu-Daudé5-8/+11
2025-03-11system: Extract target-specific globals to their own compilation unitPhilippe Mathieu-Daudé3-14/+25
2025-03-11hw/xen/hvm: Fix Aarch64 typoPhilippe Mathieu-Daudé1-1/+1
2025-03-11hw/net/smc91c111: Don't allow data register access to overrun bufferPeter Maydell1-12/+53
2025-03-11hw/net/smc91c111: Use MAX_PACKET_SIZE instead of magic numbersPeter Maydell1-3/+5
2025-03-11hw/net/smc91c111: Sanitize packet length on txPeter Maydell1-5/+29
2025-03-11hw/net/smc91c111: Sanitize packet numbersPeter Maydell1-0/+45
2025-03-11hw/rtc: Add Ricoh RS5C372 RTC emulationBernhard Beschow7-0/+292
2025-03-11hw/sd/sdhci: Set reset value of interrupt registersBALATON Zoltan3-0/+6
2025-03-10migration: Prioritize RDMA in ram_save_target_page()Li Zhijian1-4/+5
2025-03-10migration: ram block cpr blockersSteve Sistare4-0/+72
2025-03-10migration: Fix UAF for incoming migration on MigrationStatePeter Xu1-2/+38
2025-03-10xen: No need to flush the mapcache for grantsStefano Stabellini1-1/+0
2025-03-10hw/xen: Add "mode" parameter to xen-block devicesDavid Woodhouse1-0/+2
2025-03-10xen/passthrough: use gsi to map pirq when dom0 is PVHJiqian Chen2-0/+64
2025-03-10MAINTAINERS: remove widely sanctioned entitiesAlex Bennée1-4/+3
2025-03-10plugins/core: make a single build unitAlex Bennée2-13/+2
2025-03-10plugins/api: build only onceAlex Bennée2-13/+1
2025-03-10plugins/api: split out time control helpersAlex Bennée3-41/+51
2025-03-10plugins/api: split out the vaddr/hwaddr helpersAlex Bennée4-71/+99
2025-03-10plugins/api: split out binary path/start/end/entry codeAlex Bennée8-44/+115
2025-03-10plugins/loader: compile loader only onceAlex Bennée5-12/+57
2025-03-10plugins/plugin.h: include queue.hAlex Bennée1-0/+1
2025-03-10plugins/api: clean-up the includesAlex Bennée1-3/+0
2025-03-10include/qemu: plugin-memory.h doesn't need cpu-defs.hAlex Bennée1-1/+0
2025-03-10plugins/loader: populate target_name with target_name()Alex Bennée1-1/+1
2025-03-10plugins/api: use qemu_target_page_mask() to get valueAlex Bennée3-3/+4
2025-03-10tests/functional: add boot error detection for RME testsPierrick Bouvier2-2/+4
2025-03-10gitlab: add a new build_unit job to track build sizeAlex Bennée2-0/+88
2025-03-10tests/tcg: Suppress compiler false-positive warning on sha1.cPeter Maydell4-3/+13
2025-03-10tests/tcg: enable -fwrapv for test-i386-bmiAlex Bennée1-1/+1
2025-03-10tests/tcg: fix constraints in test-i386-adcoxAlex Bennée1-3/+3
2025-03-10tests/tcg: add message to _Static_assert in test-avxAlex Bennée1-1/+1
2025-03-10tests/tcg: mark test-vma as a linux-only testAlex Bennée1-0/+0
2025-03-10tests/vm: bump timeout for shutdownAlex Bennée1-1/+1
2025-03-10libvirt-ci: bump to latest for vulkan-toolsAlex Bennée24-14/+34
2025-03-10tests/functional: Allow running TCG plugins tests on non-Linux/BSD hostsPhilippe Mathieu-Daudé2-3/+14
2025-03-10tests/functional: Introduce the dso_suffix() helperPhilippe Mathieu-Daudé2-1/+13
2025-03-10plugins: add explicit dependency in functional testsPierrick Bouvier4-1/+6
2025-03-10tests/functional: update the aarch64_virg_gpu imagesAlex Bennée1-5/+5
2025-03-10tests/functional: expand tests to cover virglAlex Bennée1-0/+22
2025-03-10tests/functional: skip vulkan tests with nVidiaAlex Bennée1-1/+13
2025-03-10tests/functional: bail early if vkmark hangsAlex Bennée1-3/+5
2025-03-10tests/functional: ensure we have a GPU device for testsAlex Bennée1-0/+3
2025-03-10tests/functional: factor out common code in gpu testAlex Bennée1-17/+21
2025-03-10tests/functional: move aarch64 GPU test into own fileAlex Bennée4-72/+98
2025-03-10tap-linux: Open ipvtap and macvtapAkihiko Odaki1-3/+14