aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-17virtio-scsi: fix race in virtio_scsi_dataplane_start()Stefan Hajnoczi2-3/+13
2022-08-16Update version for v7.1.0-rc3 releasev7.1.0-rc3Richard Henderson1-1/+1
2022-08-16Merge tag 'pull-request-2022-08-16' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2-10/+25
2022-08-16Merge tag 'pull-for-7.1-fixes-160822-1' of https://github.com/stsquad/qemu in...Richard Henderson2-6/+11
2022-08-16hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)Thomas Huth1-4/+19
2022-08-16tests/qtest: misc tweaks to readconfigDaniel P. Berrangé1-6/+6
2022-08-16tests/avocado: apply a band aid to aspeed-evb loginAlex Bennée1-0/+2
2022-08-16tests/avocado: add timeout to the aspeed testsAlex Bennée1-0/+2
2022-08-16linux-user: un-parent OBJECT(cpu) when closing threadAlex Bennée1-6/+7
2022-08-14Merge tag 'pull-la-20220814' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2-56/+97
2022-08-13docs/system/loongarch: Update the LoongArch documentXiaojuan Yang2-56/+97
2022-08-12Merge tag 'pull-target-arm-20220812' of https://git.linaro.org/people/pmaydel...Richard Henderson9-21/+31
2022-08-12Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_viv...Richard Henderson3-0/+30
2022-08-12cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé2-4/+4
2022-08-12hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4Zenghui Yu1-2/+2
2022-08-12tests/unit: fix a -Wformat-truncation warningMarc-André Lureau1-2/+1
2022-08-12Fix some typos in documentation (most of them found by codespell)Stefan Weil4-13/+13
2022-08-12target/arm: Don't report Statistical Profiling Extension in ID registersPeter Maydell1-0/+11
2022-08-11linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka3-0/+30
2022-08-10Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_viv...Richard Henderson2-0/+20
2022-08-10linux-user: fix compat with glibc >= 2.36 sys/mount.hDaniel P. Berrangé2-0/+20
2022-08-09Update version for v7.1.0-rc2 releasev7.1.0-rc2Richard Henderson1-1/+1
2022-08-09Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson2-8/+5
2022-08-09Merge tag 'pull-target-arm-20220809' of https://git.linaro.org/people/pmaydel...Richard Henderson1-0/+6
2022-08-09Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingRichard Henderson1-2/+2
2022-08-09icount: Take iothread lock when running QEMU timersPeter Maydell1-0/+6
2022-08-09hw/net/rocker: Avoid undefined shifts with more than 31 portsPeter Maydell1-2/+2
2022-08-08Merge tag 'pull-la-20220808' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson6-22/+36
2022-08-08target/loongarch: Remove cpu_fcsr0Richard Henderson6-22/+36
2022-08-08Merge tag 'mips-20220809' of https://github.com/philmd/qemu into stagingRichard Henderson4-6/+20
2022-08-08hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accessesPeter Maydell2-6/+8
2022-08-08hw/mips/malta: turn off x86 specific features of PIIX4_PMIgor Mammedov1-0/+9
2022-08-08target/mips: Handle lock_user() failure in UHI_plog semihosting callPeter Maydell1-0/+3
2022-08-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson4-24/+229
2022-08-08Merge tag 'pull-request-2022-08-08' of https://gitlab.com/thuth/qemu into sta...Richard Henderson4-2/+3
2022-08-08tests/qtest: add scenario for -readconfig handlingDaniel P. Berrangé2-0/+196
2022-08-08vl: remove dead code in parse_memory_options()Paolo Bonzini1-6/+1
2022-08-08vl: fix [memory] section with -readconfigPaolo Bonzini1-11/+14
2022-08-08xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_commandQiang Liu1-2/+2
2022-08-08contrib/vhost-user-blk: Clean up deallocation of VuVirtqElementMarkus Armbruster1-6/+3
2022-08-07tests/qemu-iotests/264: Allow up to 5s for the BLOCK_JOB_CANCEL event to arriveThomas Huth1-1/+1
2022-08-07tests/avocado: fix replay-linux testPavel Dovgalyuk1-0/+1
2022-08-07pc-bios/s390-ccw: Update the s390-ccw.img with the block size fixThomas Huth1-0/+0
2022-08-07pc-bios/s390-ccw: Fix booting with logical block size < physical block sizeThomas Huth1-1/+1
2022-08-05Merge tag 'pull-la-20220805' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson10-110/+119
2022-08-05Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Richard Henderson6-11/+37
2022-08-05target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()Song Gao3-29/+32
2022-08-05target/loongarch: Update loongarch-fpu.xmlSong Gao4-59/+52
2022-08-05target/loongarch: update loongarch-base64.xmlSong Gao1-6/+6
2022-08-05target/loongarch: add gdb_arch_name()Song Gao1-0/+6