summary refs log tree commit diff stats
path: root/rust/qemu-api/src/assertions.rs (unfollow)
Commit message (Expand)AuthorFilesLines
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-09MAINTAINERS: Consolidate core exec/vCPU handling sectionPhilippe Mathieu-Daudé1-7/+7
2025-03-09cpus: Remove CPUClass::has_work() handlerPhilippe Mathieu-Daudé5-15/+16
2025-03-09target/xtensa: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-7/+5
2025-03-09target/tricore: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2025-03-09target/sparc: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+3
2025-03-09target/sh4: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-2/+2
2025-03-09target/s390x: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé4-24/+23
2025-03-09target/s390x: Restrict I/O handler installers to system emulationPhilippe Mathieu-Daudé1-0/+2
2025-03-09target/rx: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2025-03-09target/riscv: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé2-6/+6
2025-03-09target/ppc: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+3
2025-03-09target/openrisc: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+3
2025-03-09target/mips: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé2-3/+5
2025-03-09target/microblaze: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+3
2025-03-09target/m68k: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+3
2025-03-09target/loongarch: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-5/+3
2025-03-09target/i386: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé2-7/+5
2025-03-09target/hppa: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+3
2025-03-09target/hexagon: Remove CPUClass:has_work() handlerPhilippe Mathieu-Daudé1-6/+0
2025-03-09target/avr: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2025-03-09target/arm: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+3
2025-03-09target/alpha: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+3
2025-03-09cpus: Introduce SysemuCPUOps::has_work() handlerPhilippe Mathieu-Daudé3-1/+9
2025-03-09cpus: Un-inline cpu_has_work()Philippe Mathieu-Daudé2-5/+7
2025-03-09cpus: Restrict cpu_has_work() to system emulationPhilippe Mathieu-Daudé1-14/+14
2025-03-09target/arm: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé2-4/+2
2025-03-09hw/acpi: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé2-4/+3
2025-03-09gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé4-31/+15
2025-03-09disas: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé1-3/+2
2025-03-09user: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé3-5/+5