summary refs log tree commit diff stats
path: root/tests/functional/qemu_test/linuxkernel.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-25tests/functional: honour self.workdir in ACPI bits testsDaniel P. Berrangé1-31/+13
2024-11-25tests/functional: remove comments talking about avocadoDaniel P. Berrangé1-7/+6
2024-11-25tests/functional: remove obsolete reference to avocado bugDaniel P. Berrangé1-1/+0
2024-11-25tests/functional: remove leftover :avocado: tagsDaniel P. Berrangé2-47/+0
2024-11-25tests/functional: remove todo wrt avocado.utils.wait_forDaniel P. Berrangé1-2/+1
2024-11-25tests/functional: remove "AVOCADO" from env variable nameDaniel P. Berrangé1-1/+1
2024-11-25tests/functional: automatically clean up scratch files after testsDaniel P. Berrangé2-5/+15
2024-11-25tests/functional: fix mips64el test to honour workdirDaniel P. Berrangé1-1/+1
2024-11-22linux-user: Fix strace output for s390x mmap()Ilya Leoshkevich3-5/+9
2024-11-22linux-user: Print tid not pid with straceJ. Neuschäfer1-1/+1
2024-11-20Update version for v9.2.0-rc1 releasePeter Maydell1-1/+1
2024-11-20scsi: fix allocation for s390x loadparmPaolo Bonzini1-1/+1
2024-11-19docs: aspeed: Reorganize the "Boot options" sectionCédric Le Goater1-13/+86
2024-11-19hw/core/machine-smp: Fix error message parameterZhao Liu1-1/+1
2024-11-19hw/core/machine-smp: Initialize caches_bitmap before readingZhao Liu1-0/+1
2024-11-19hvf: remove unused but set variablePierrick Bouvier1-5/+5
2024-11-19hw/i386/pc: Remove vmport value assertionKamil Szczęk1-1/+0
2024-11-19trace: Don't include trace-root.h in control.c or control-target.cPeter Maydell2-2/+0
2024-11-19target/arm/hvf: Add trace.h headerPeter Maydell2-1/+2
2024-11-19system/dma-helpers.c: Move trace events to system/trace-eventsPeter Maydell3-8/+8
2024-11-19hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() for s->isrPeter Maydell1-8/+3
2024-11-19hw/intc/arm_gicv3: Use bitops.h uint32_t bit array functionsPeter Maydell1-40/+14
2024-11-19bitops.h: Define bit operations on 'uint32_t' arraysPeter Maydell2-3/+177
2024-11-19arm/ptw: Honour WXN/UWXN and SIF in short-format descriptorsPavel Skripkin1-31/+24
2024-11-19arm/ptw: Make get_S1prot accept decoded APPavel Skripkin1-8/+9
2024-11-19tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enableRoque Arcudia Hernandez1-0/+215
2024-11-19tests/qtest/cmsdk-apb-watchdog-test: Don't abort on assertion failureRoque Arcudia Hernandez1-0/+1
2024-11-19tests/qtest/cmsdk-apb-watchdog-test: Parameterize testsRoque Arcudia Hernandez2-31/+84
2024-11-19hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issuesRoque Arcudia Hernandez1-7/+27
2024-11-19hw/intc/openpic: Avoid taking address of out-of-bounds array indexPeter Maydell1-7/+8
2024-11-19hw/net/rocker/rocker_of_dpa.c: Remove superfluous error checkRodrigo Dias Correa1-10/+3
2024-11-19hw/timer/exynos4210_mct: fix possible int overflowDmitry Frolov1-1/+1
2024-11-18.gitlab-ci.d: Raise timeout on cross-accel build jobs to 60mPeter Maydell1-1/+1
2024-11-18pc-bios: Update the s390 bios images with the recent fixesThomas Huth1-0/+0
2024-11-18pc-bios/s390-ccw: Re-initialize receive queue index before each boot attemptThomas Huth1-0/+2
2024-11-18pc-bios/s390x: Initialize machine loadparm before probing IPL devicesJared Rossi1-1/+2
2024-11-18pc-bios/s390x: Initialize cdrom type to false for each IPL deviceJared Rossi1-0/+1
2024-11-18hw: Add "loadparm" property to scsi disk devices for booting on s390xThomas Huth4-13/+78
2024-11-18hw/display: check frame buffer can hold blobAlex Bennée2-3/+2
2024-11-18hw/display: factor out the scanout blob to fb conversionAlex Bennée3-44/+53
2024-11-18MAINTAINERS: CC rust/ patches to qemu-rust listManos Pitsidianakis1-0/+5
2024-11-18tests/tcg: Stop using exit() in the gdbstub testcasesIlya Leoshkevich4-10/+16
2024-11-18nbd-server: Silence server warnings on port probesEric Blake1-9/+17
2024-11-18hw/watchdog/cmsdk_apb_watchdog: Fix broken linkRoque Arcudia Hernandez1-2/+2
2024-11-18net: mark struct ip_header as QEMU_PACKEDPeter Maydell1-1/+1
2024-11-18hw/net/virtio-net.c: Don't assume IP length field is alignedPeter Maydell2-5/+20
2024-11-18hw/audio/hda: fix memory leak on audio setupPaolo Bonzini1-7/+7
2024-11-18Revert "hw/audio/hda: fix memory leak on audio setup"Paolo Bonzini1-20/+13
2024-11-18hw/misc/mos6522: Fix bad class definition of the MOS6522 deviceThomas Huth1-1/+1
2024-11-18hw/sd/sdhci: Fix coding styleJamin Lin1-22/+42