aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-11-18Merge tag 'hw-misc-20241118' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-11-18hw/watchdog/cmsdk_apb_watchdog: Fix broken linkRoque Arcudia Hernandez
2024-11-18net: mark struct ip_header as QEMU_PACKEDPeter Maydell
2024-11-18hw/net/virtio-net.c: Don't assume IP length field is alignedPeter Maydell
2024-11-18hw/audio/hda: fix memory leak on audio setupPaolo Bonzini
2024-11-18Revert "hw/audio/hda: fix memory leak on audio setup"Paolo Bonzini
2024-11-18hw/misc/mos6522: Fix bad class definition of the MOS6522 deviceThomas Huth
2024-11-18hw/sd/sdhci: Fix coding styleJamin Lin
2024-11-18configure: Use -ef to compare pathsAkihiko Odaki
2024-11-18target/i386: hyperv: add stub for hyperv_syndbg_query_optionsPaolo Bonzini
2024-11-18tests/qtest/migration: Fix indentationsFabiano Rosas
2024-11-18usb-hub: Fix handling port power control messagesGuenter Roeck
2024-11-18MAINTAINERS: Update my email address for COLOZhang Chen
2024-11-18hw/display: check frame buffer can hold blobAlex Bennée
2024-11-18hw/display: factor out the scanout blob to fb conversionAlex Bennée
2024-11-18hw/i386/elfboot: allocate "header" in heapSergio Lopez
2024-11-18hw/misc/nrf51_rng: Don't use BIT_MASK() when we mean BIT()Peter Maydell
2024-11-18vl: fix qemu_validate_options() indentionGerd Hoffmann
2024-11-18Merge tag 'pull-vfio-20241118' of https://github.com/legoater/qemu into stagingPeter Maydell
2024-11-18vfio/container: Fix container object destructionCédric Le Goater
2024-11-18vfio/igd: fix calculation of graphics stolen memoryCorvin Köhne
2024-11-18vfio/igd: add pci id for Coffee LakeCorvin Köhne
2024-11-16Merge tag 'pull-tcg-20241116' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-11-16tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()Peter Maydell
2024-11-16linux-user/arm: Select vdso for be8 and be32 modesRichard Henderson
2024-11-16linux-user/ppc: Reduce vdso alignment to 4kRichard Henderson
2024-11-16linux-user/loongarch64: Reduce vdso alignment to 4kRichard Henderson
2024-11-16linux-user/arm: Reduce vdso alignment to 4kRichard Henderson
2024-11-16linux-user/aarch64: Reduce vdso alignment to 4kRichard Henderson
2024-11-16linux-user: Drop image_info.alignmentRichard Henderson
2024-11-16linux-user: Honor elf alignment when placing imagesRichard Henderson
2024-11-16cpu: ensure we don't call start_exclusive from cpu_execPierrick Bouvier
2024-11-16target/i386: fix hang when using slow path for ptw_setlPierrick Bouvier
2024-11-16tests/tcg: Test that sigreturn() does not corrupt the signal maskIlya Leoshkevich
2024-11-16linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDRIlya Leoshkevich
2024-11-16accel/tcg: Fix user-only probe_access_internal plugin checkRichard Henderson
2024-11-16target/arm: Drop user-only special case in sve_stN_rRichard Henderson
2024-11-16linux-user: Fix setreuid and setregid to use direct syscallsHelge Deller
2024-11-15Merge tag 'migration-20241113-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-11-13Update version for v9.2.0-rc0 releasev9.2.0-rc0Peter Maydell
2024-11-13migration: fix-possible-int-overflowDmitry Frolov
2024-11-13migration: Check current_migration in migration_is_running()Peter Xu
2024-11-13edk2: update submodule to edk2-stable202408.01Gerd Hoffmann
2024-11-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-11-09hw/i386/pc: Don't try to init PCI NICs if there is no PCI busPeter Maydell
2024-11-09rust: qemu-api-macros: always process subprojects before dependenciesPaolo Bonzini
2024-11-09i386/hvf: Removes duplicate/shadowed variables in hvf_vcpu_execPhil Dennis-Jordan
2024-11-09i386/hvf: Raise exception on error setting APICBASEPhil Dennis-Jordan
2024-11-09i386/hvf: Fixes startup memory leak (vmcs caps)Phil Dennis-Jordan