aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-15block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]Stefano Garzarella1-0/+1
2020-09-15qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia3-30/+26
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia3-20/+53
2020-09-15block/qcow: remove runtime optsJohn Snow1-9/+0
2020-09-15block/rbd: remove runtime_optsJohn Snow1-42/+0
2020-09-15qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia1-1/+1
2020-09-15qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia3-9/+9
2020-09-15qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia1-23/+17
2020-09-15block/vhdx: Support vhdx image only with 512 bytes logical sector sizeSwapnil Ingle1-3/+3
2020-09-15iotests: Skip test_stream_parallel in test 030 when doing "make check"Thomas Huth2-0/+5
2020-09-15qemu-img: Explicit number replaced by a constantYi Li1-5/+5
2020-09-15qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()Alberto Garcia1-10/+14
2020-09-15qcow2: Don't check nb_clusters when removing l2meta from the listAlberto Garcia1-3/+1
2020-09-15qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia4-3/+91
2020-09-15qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia6-83/+94
2020-09-15qemu-img: avoid unaligned read requests during convertPeter Lieven2-2/+27
2020-09-15block/quorum.c: stable children namesLukas Straub1-6/+14
2020-09-15qemu-iotests: Simplify FilePath __init__Nir Soffer1-3/+2
2020-09-15qemu-iotests: Merge FilePaths and FilePathNir Soffer5-18/+15
2020-09-15qemu-iotests: Support varargs syntax in FilePathsNir Soffer3-12/+10
2020-09-15qemu-iotests: Fix FilePaths docstringNir Soffer1-6/+13
2020-09-15qemu-iotests: Fix FilePaths cleanupNir Soffer1-4/+4
2020-09-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200914-...Peter Maydell55-789/+3915
2020-09-14tests/acceptance: console boot tests for quanta-gsjHavard Skinnemoen1-0/+83
2020-09-14docs/system: Add Nuvoton machine documentationHavard Skinnemoen2-0/+93
2020-09-14hw/arm/npcm7xx: add board setup stub for CPU and UART clocksHavard Skinnemoen2-0/+33
2020-09-14hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsjHavard Skinnemoen1-0/+20
2020-09-14hw/ssi: NPCM7xx Flash Interface Unit device modelHavard Skinnemoen7-0/+718
2020-09-14hw/mem: Stubbed out NPCM7xx Memory Controller modelHavard Skinnemoen5-0/+129
2020-09-14hw/nvram: NPCM7xx OTP device modelHavard Skinnemoen5-0/+552
2020-09-14hw/arm: Load -bios image as a boot ROM for npcm7xxHavard Skinnemoen1-0/+32
2020-09-14roms: Add virtual Boot ROM for NPCM7xx SoCsHavard Skinnemoen7-0/+19
2020-09-14hw/arm: Add two NPCM7xx-based machinesHavard Skinnemoen4-1/+166
2020-09-14hw/arm: Add NPCM730 and NPCM750 SoC modelsHavard Skinnemoen4-0/+498
2020-09-14hw/timer: Add NPCM7xx Timer device modelHavard Skinnemoen4-0/+627
2020-09-14hw/misc: Add NPCM7xx Clock Controller device modelHavard Skinnemoen4-0/+319
2020-09-14hw/misc: Add NPCM7xx System Global Control Registers device modelHavard Skinnemoen6-0/+330
2020-09-14hw/arm: versal-virt: Correct the tx/rx GEM clocksEdgar E. Iglesias1-1/+1
2020-09-14target/arm: Count PMU events when MDCR.SPME is setAaron Lindsay1-1/+1
2020-09-14Deprecate lm32 portPeter Maydell1-0/+8
2020-09-14Deprecate Unicore32 portPeter Maydell1-0/+8
2020-09-14docs/system/arm/mps2.rst: Make board list consistentPeter Maydell1-7/+7
2020-09-14hw/arm/mps2: New board model mps2-an500Peter Maydell2-12/+59
2020-09-14hw/arm/mps2: New board model mps2-an386Peter Maydell2-8/+34
2020-09-14target/arm: Remove no-longer-reachable 32-bit KVM codePeter Maydell4-80/+53
2020-09-14target/arm: Remove KVM support for 32-bit Arm hostsPeter Maydell4-608/+10
2020-09-14target/arm: Convert VCMLA, VCADD size field to MO_* in decodePeter Maydell2-16/+24
2020-09-14target/arm: Convert Neon VCVT fp size field to MO_* in decodePeter Maydell2-4/+3
2020-09-14target/arm: Convert Neon 3-same-fp size field to MO_* in decodePeter Maydell2-10/+21
2020-09-14decodetree: Improve identifier matchingRichard Henderson2-16/+37