aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Update version for 4.2.1 releasev4.2.1stable-4.2Michael Roth1-1/+1
2020-06-22iotests/283: Use consistent size for source and targetKevin Wolf2-2/+6
2020-06-22Fix tulip breakageHelge Deller1-6/+0
2020-06-22tcg/mips: mips sync* encode errorlixinyu1-5/+5
2020-06-22target/xtensa: fix pasto in pfwait.r opcode nameMax Filippov1-1/+1
2020-06-22vpc: Don't round up already aligned BAT sizesKevin Wolf1-1/+1
2020-06-22spapr: Fix failure path for attempting to hot unplug PCI bridgesDavid Gibson1-0/+1
2020-06-22net: tulip: check frame size and r/w data lengthPrasad J Pandit1-9/+27
2020-06-22sheepdog: Consistently set bdrv_has_zero_init_truncateEric Blake1-0/+2
2020-06-22qcow2: List autoclear bit names in headerEric Blake5-15/+26
2020-06-22migration/ram: fix use after free of local_errVladimir Sementsov-Ogievskiy1-0/+1
2020-06-22migration/colo: fix use after free of local_errVladimir Sementsov-Ogievskiy1-0/+1
2020-06-22hmp/vnc: Fix info vnc list leakDr. David Alan Gilbert1-2/+3
2020-06-22block: bdrv_set_backing_bs: fix use-after-freeVladimir Sementsov-Ogievskiy1-1/+1
2020-06-22block: Avoid memleak on qcow2 image info failureEric Blake1-0/+1
2020-06-22ppc/ppc405_boards: Remove unnecessary NULL checkPhilippe Mathieu-Daudé1-3/+3
2020-06-22iotests: Fix nonportable use of od --endianEric Blake1-5/+17
2020-06-22pc-bios: s390x: Save iplb location in lowcoreJanosch Frank5-3/+18
2020-06-22hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definitionNiek Linnenbank1-2/+2
2020-06-22vhost-user-blk: delete virtioqueues in unrealize to fix memleaksPan Nengyuan1-0/+8
2020-06-22virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan1-1/+2
2020-06-22virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan1-0/+1
2020-06-22target/arm: Correct definition of PMCRDPPeter Maydell1-1/+2
2020-06-22block: Fix VM size field width in snapshot dumpMax Reitz1-2/+2
2020-06-22block: fix crash on zero-length unaligned write and readVladimir Sementsov-Ogievskiy1-1/+27
2020-06-22target/arm/monitor: query-cpu-model-expansion crashed qemu when using machine...Liang Yan1-6/+9
2020-06-22iotests: add test for backup-top failure on permission activationVladimir Sementsov-Ogievskiy3-0/+101
2020-06-22block/backup-top: fix failure pathVladimir Sementsov-Ogievskiy1-9/+12
2020-06-22block: fix memleaks in bdrv_refresh_filenamePan Nengyuan1-0/+1
2020-06-22target/arm: fix TCG leak for fcvt half->doubleAlex Bennée1-2/+2
2020-06-22audio/oss: fix buffer pos calculationGerd Hoffmann1-1/+1
2020-06-22hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bitZenghui Yu1-7/+4
2020-06-22tpm-ppi: page-align PPI RAMMarc-André Lureau1-1/+2
2020-06-22block/backup: fix memory leak in bdrv_backup_top_append()Eiichi Tsukata1-1/+1
2020-06-22s390x: adapter routes error handlingCornelia Huck2-0/+12
2020-06-22target/i386: kvm: initialize feature MSRs very earlyPaolo Bonzini2-33/+49
2020-06-22target/arm: Fix PAuth sbox functionsVincent Dehors1-2/+2
2020-06-22m68k: Fix regression causing Single-Step via GDB/RSP to not single stepLaurent Vivier1-15/+27
2020-06-22Revert "vnc: allow fall back to RAW encoding"Gerd Hoffmann1-18/+2
2020-06-22migration: Rate limit inside host pagesDr. David Alan Gilbert4-27/+37
2020-06-22runstate: ignore finishmigrate -> prelaunch transitionLaurent Vivier1-4/+6
2020-06-22target/arm: Return correct IL bit in merge_syn_data_abortJeff Kubascik1-1/+1
2020-06-22migration-test: ppc64: fix FORTH test programLaurent Vivier1-3/+2
2020-06-22blkdebug: Allow taking/unsharing permissionsMax Reitz2-2/+105
2020-06-22block: Add bdrv_qapi_perm_to_blk_perm()Max Reitz2-0/+19
2020-06-22hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word positionSimon Veith1-1/+1
2020-06-22hw/arm/smmuv3: Use correct bit positions in EVT_SET_ADDR2 macroSimon Veith1-2/+2
2020-06-22hw/arm/smmuv3: Align stream table base address to table sizeSimon Veith1-4/+14
2020-06-22hw/arm/smmuv3: Check stream IDs against actual table LOG2SIZESimon Veith1-2/+6
2020-06-22hw/arm/smmuv3: Correct SMMU_BASE_ADDR_MASK valueSimon Veith1-1/+1