aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-18Merge tag 'pull-nbd-2024-11-18' of https://repo.or.cz/qemu/ericb into stagingPeter Maydell1-9/+17
2024-11-18Merge tag 'pull-request-2024-11-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell23-176/+567
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-18nbd-server: Silence server warnings on port probesEric Blake1-9/+17
2024-11-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-1/+6
2024-11-18Merge tag 'hw-misc-20241118' of https://github.com/philmd/qemu into stagingPeter Maydell17-143/+189
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
2024-11-18configure: Use -ef to compare pathsAkihiko Odaki1-1/+1
2024-11-18target/i386: hyperv: add stub for hyperv_syndbg_query_optionsPaolo Bonzini1-0/+5
2024-11-18tests/qtest/migration: Fix indentationsFabiano Rosas2-28/+35
2024-11-18usb-hub: Fix handling port power control messagesGuenter Roeck1-0/+1
2024-11-18MAINTAINERS: Update my email address for COLOZhang Chen1-1/+1
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-18hw/i386/elfboot: allocate "header" in heapSergio Lopez1-1/+3
2024-11-18hw/misc/nrf51_rng: Don't use BIT_MASK() when we mean BIT()Peter Maydell1-5/+5
2024-11-18vl: fix qemu_validate_options() indentionGerd Hoffmann1-9/+9
2024-11-18Merge tag 'pull-vfio-20241118' of https://github.com/legoater/qemu into stagingPeter Maydell2-2/+5
2024-11-18hw/s390x: Restrict "loadparm" property to devices that can be used for bootingThomas Huth5-3/+9
2024-11-18docs/system/bootindex: Make it clear that s390x can also boot from virtio-netThomas Huth1-1/+1
2024-11-18docs/system/s390x/bootdevices: Update loadparm documentationJared Rossi1-1/+23
2024-11-18tests/tcg/s390x: Add the floating-point multiply-and-add testIlya Leoshkevich4-145/+420
2024-11-18target/s390x: Fix the floating-point multiply-and-add NaN rulesIlya Leoshkevich3-10/+29
2024-11-18hw/usb: Use __attribute__((packed)) vs __packedRoque Arcudia Hernandez1-1/+1
2024-11-18vfio/container: Fix container object destructionCédric Le Goater1-1/+1
2024-11-18vfio/igd: fix calculation of graphics stolen memoryCorvin Köhne1-1/+1
2024-11-18vfio/igd: add pci id for Coffee LakeCorvin Köhne1-0/+3
2024-11-16Merge tag 'pull-tcg-20241116' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell24-39/+174
2024-11-16tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()Peter Maydell1-1/+14
2024-11-16linux-user/arm: Select vdso for be8 and be32 modesRichard Henderson5-12/+41
2024-11-16linux-user/ppc: Reduce vdso alignment to 4kRichard Henderson4-2/+4
2024-11-16linux-user/loongarch64: Reduce vdso alignment to 4kRichard Henderson2-1/+2
2024-11-16linux-user/arm: Reduce vdso alignment to 4kRichard Henderson3-1/+1
2024-11-16linux-user/aarch64: Reduce vdso alignment to 4kRichard Henderson3-2/+3
2024-11-16linux-user: Drop image_info.alignmentRichard Henderson2-5/+3
2024-11-16linux-user: Honor elf alignment when placing imagesRichard Henderson1-7/+28
2024-11-16cpu: ensure we don't call start_exclusive from cpu_execPierrick Bouvier1-0/+3