summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/cxl: Add stub write function for RO MemoryRegionOps entries.Jonathan Cameron2022-08-171-3/+9
| * hw/cxl: Fix wrong query of target portsJonathan Cameron2022-08-171-7/+5Star
| * hw/cxl: Fix memory leak in error pathsJonathan Cameron2022-08-171-2/+3
| * x86: disable rng seeding via setup_dataGerd Hoffmann2022-08-173-3/+3
| * hw/virtio: fix vhost_user_read tracepointAlex Bennée2022-08-171-2/+2
| * hw/virtio: handle un-configured shutdown in virtio-pciAlex Bennée2022-08-171-2/+7
| * hw/virtio: gracefully handle unset vhost_dev vdevAlex Bennée2022-08-171-3/+7
| * virtio-scsi: fix race in virtio_scsi_dataplane_start()Stefan Hajnoczi2022-08-172-3/+13
|/
* Update version for v7.1.0-rc3 releaseRichard Henderson2022-08-171-1/+1
* Merge tag 'pull-request-2022-08-16' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2022-08-162-10/+25
|\
| * hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)Thomas Huth2022-08-161-4/+19
| * tests/qtest: misc tweaks to readconfigDaniel P. Berrangé2022-08-161-6/+6
* | Merge tag 'pull-for-7.1-fixes-160822-1' of https://github.com/stsquad/qemu in...Richard Henderson2022-08-162-6/+11
|\ \ | |/ |/|
| * tests/avocado: apply a band aid to aspeed-evb loginAlex Bennée2022-08-161-0/+2
| * tests/avocado: add timeout to the aspeed testsAlex Bennée2022-08-161-0/+2
| * linux-user: un-parent OBJECT(cpu) when closing threadAlex Bennée2022-08-161-6/+7
|/
* Merge tag 'pull-la-20220814' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-08-142-56/+97
|\
| * docs/system/loongarch: Update the LoongArch documentXiaojuan Yang2022-08-132-56/+97
|/
* Merge tag 'pull-target-arm-20220812' of https://git.linaro.org/people/pmaydel...Richard Henderson2022-08-129-21/+31
|\
| * cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé2022-08-122-4/+4
| * hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4Zenghui Yu2022-08-121-2/+2
| * tests/unit: fix a -Wformat-truncation warningMarc-André Lureau2022-08-121-2/+1Star
| * Fix some typos in documentation (most of them found by codespell)Stefan Weil2022-08-124-13/+13
| * target/arm: Don't report Statistical Profiling Extension in ID registersPeter Maydell2022-08-121-0/+11
* | Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_viv...Richard Henderson2022-08-123-0/+30
|\ \ | |/ |/|
| * linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka2022-08-113-0/+30
|/
* Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_viv...Richard Henderson2022-08-102-0/+20
|\
| * linux-user: fix compat with glibc >= 2.36 sys/mount.hDaniel P. Berrangé2022-08-102-0/+20
|/
* Update version for v7.1.0-rc2 releaseRichard Henderson2022-08-101-1/+1
* Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson2022-08-092-8/+5Star
|\
| * xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_commandQiang Liu2022-08-081-2/+2
| * contrib/vhost-user-blk: Clean up deallocation of VuVirtqElementMarkus Armbruster2022-08-081-6/+3Star
* | Merge tag 'pull-target-arm-20220809' of https://git.linaro.org/people/pmaydel...Richard Henderson2022-08-091-0/+6
|\ \
| * | icount: Take iothread lock when running QEMU timersPeter Maydell2022-08-091-0/+6
* | | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingRichard Henderson2022-08-091-2/+2
|\ \ \ | |/ / |/| |
| * | hw/net/rocker: Avoid undefined shifts with more than 31 portsPeter Maydell2022-08-091-2/+2
|/ /
* | Merge tag 'pull-la-20220808' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-08-096-22/+36
|\ \
| * | target/loongarch: Remove cpu_fcsr0Richard Henderson2022-08-096-22/+36
|/ /
* | Merge tag 'mips-20220809' of https://github.com/philmd/qemu into stagingRichard Henderson2022-08-094-6/+20
|\ \
| * | hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accessesPeter Maydell2022-08-082-6/+8
| * | hw/mips/malta: turn off x86 specific features of PIIX4_PMIgor Mammedov2022-08-081-0/+9
| * | target/mips: Handle lock_user() failure in UHI_plog semihosting callPeter Maydell2022-08-081-0/+3
|/ /
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-08-084-24/+229
|\ \
| * | tests/qtest: add scenario for -readconfig handlingDaniel P. Berrangé2022-08-082-0/+196
| * | vl: remove dead code in parse_memory_options()Paolo Bonzini2022-08-081-6/+1Star
| * | vl: fix [memory] section with -readconfigPaolo Bonzini2022-08-081-11/+14
| * | scsi-disk: ensure block size is non-zero and changes limited to bits 8-15Mark Cave-Ayland2022-08-011-4/+14
| * | scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZEMark Cave-Ayland2022-08-011-3/+4
* | | Merge tag 'pull-request-2022-08-08' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2022-08-084-2/+3
|\ \ \ | |_|/ |/| |
| * | tests/qemu-iotests/264: Allow up to 5s for the BLOCK_JOB_CANCEL event to arriveThomas Huth2022-08-071-1/+1