Age | Commit message (Expand) | Author | Files | Lines |
2020-09-15 | qcow2: Make preallocate_co() resize the image to the correct size | Alberto Garcia | 3 | -20/+53 |
2020-09-15 | block/qcow: remove runtime opts | John Snow | 1 | -9/+0 |
2020-09-15 | block/rbd: remove runtime_opts | John Snow | 1 | -42/+0 |
2020-09-15 | qcow2: Return the original error code in qcow2_co_pwrite_zeroes() | Alberto Garcia | 1 | -1/+1 |
2020-09-15 | qcow2: Make qcow2_free_any_clusters() free only one cluster | Alberto Garcia | 3 | -9/+9 |
2020-09-15 | qcow2: Handle QCowL2Meta on error in preallocate_co() | Alberto Garcia | 1 | -23/+17 |
2020-09-15 | block/vhdx: Support vhdx image only with 512 bytes logical sector size | Swapnil Ingle | 1 | -3/+3 |
2020-09-15 | iotests: Skip test_stream_parallel in test 030 when doing "make check" | Thomas Huth | 2 | -0/+5 |
2020-09-15 | qemu-img: Explicit number replaced by a constant | Yi Li | 1 | -5/+5 |
2020-09-15 | qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset() | Alberto Garcia | 1 | -10/+14 |
2020-09-15 | qcow2: Don't check nb_clusters when removing l2meta from the list | Alberto Garcia | 1 | -3/+1 |
2020-09-15 | qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocs | Alberto Garcia | 4 | -3/+91 |
2020-09-15 | qcow2: Use macros for the L1, refcount and bitmap table entry sizes | Alberto Garcia | 6 | -83/+94 |
2020-09-15 | qemu-img: avoid unaligned read requests during convert | Peter Lieven | 2 | -2/+27 |
2020-09-15 | block/quorum.c: stable children names | Lukas Straub | 1 | -6/+14 |
2020-09-15 | qemu-iotests: Simplify FilePath __init__ | Nir Soffer | 1 | -3/+2 |
2020-09-15 | qemu-iotests: Merge FilePaths and FilePath | Nir Soffer | 5 | -18/+15 |
2020-09-15 | qemu-iotests: Support varargs syntax in FilePaths | Nir Soffer | 3 | -12/+10 |
2020-09-15 | qemu-iotests: Fix FilePaths docstring | Nir Soffer | 1 | -6/+13 |
2020-09-15 | qemu-iotests: Fix FilePaths cleanup | Nir Soffer | 1 | -4/+4 |
2020-09-14 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200914-... | Peter Maydell | 55 | -789/+3915 |
2020-09-14 | tests/acceptance: console boot tests for quanta-gsj | Havard Skinnemoen | 1 | -0/+83 |
2020-09-14 | docs/system: Add Nuvoton machine documentation | Havard Skinnemoen | 2 | -0/+93 |
2020-09-14 | hw/arm/npcm7xx: add board setup stub for CPU and UART clocks | Havard Skinnemoen | 2 | -0/+33 |
2020-09-14 | hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj | Havard Skinnemoen | 1 | -0/+20 |
2020-09-14 | hw/ssi: NPCM7xx Flash Interface Unit device model | Havard Skinnemoen | 7 | -0/+718 |
2020-09-14 | hw/mem: Stubbed out NPCM7xx Memory Controller model | Havard Skinnemoen | 5 | -0/+129 |
2020-09-14 | hw/nvram: NPCM7xx OTP device model | Havard Skinnemoen | 5 | -0/+552 |
2020-09-14 | hw/arm: Load -bios image as a boot ROM for npcm7xx | Havard Skinnemoen | 1 | -0/+32 |
2020-09-14 | roms: Add virtual Boot ROM for NPCM7xx SoCs | Havard Skinnemoen | 7 | -0/+19 |
2020-09-14 | hw/arm: Add two NPCM7xx-based machines | Havard Skinnemoen | 4 | -1/+166 |
2020-09-14 | hw/arm: Add NPCM730 and NPCM750 SoC models | Havard Skinnemoen | 4 | -0/+498 |
2020-09-14 | hw/timer: Add NPCM7xx Timer device model | Havard Skinnemoen | 4 | -0/+627 |
2020-09-14 | hw/misc: Add NPCM7xx Clock Controller device model | Havard Skinnemoen | 4 | -0/+319 |
2020-09-14 | hw/misc: Add NPCM7xx System Global Control Registers device model | Havard Skinnemoen | 6 | -0/+330 |
2020-09-14 | hw/arm: versal-virt: Correct the tx/rx GEM clocks | Edgar E. Iglesias | 1 | -1/+1 |
2020-09-14 | target/arm: Count PMU events when MDCR.SPME is set | Aaron Lindsay | 1 | -1/+1 |
2020-09-14 | Deprecate lm32 port | Peter Maydell | 1 | -0/+8 |
2020-09-14 | Deprecate Unicore32 port | Peter Maydell | 1 | -0/+8 |
2020-09-14 | docs/system/arm/mps2.rst: Make board list consistent | Peter Maydell | 1 | -7/+7 |
2020-09-14 | hw/arm/mps2: New board model mps2-an500 | Peter Maydell | 2 | -12/+59 |
2020-09-14 | hw/arm/mps2: New board model mps2-an386 | Peter Maydell | 2 | -8/+34 |
2020-09-14 | target/arm: Remove no-longer-reachable 32-bit KVM code | Peter Maydell | 4 | -80/+53 |
2020-09-14 | target/arm: Remove KVM support for 32-bit Arm hosts | Peter Maydell | 4 | -608/+10 |
2020-09-14 | target/arm: Convert VCMLA, VCADD size field to MO_* in decode | Peter Maydell | 2 | -16/+24 |
2020-09-14 | target/arm: Convert Neon VCVT fp size field to MO_* in decode | Peter Maydell | 2 | -4/+3 |
2020-09-14 | target/arm: Convert Neon 3-same-fp size field to MO_* in decode | Peter Maydell | 2 | -10/+21 |
2020-09-14 | decodetree: Improve identifier matching | Richard Henderson | 2 | -16/+37 |
2020-09-14 | hw/timer/armv7m_systick: assert that board code set system_clock_scale | Peter Maydell | 1 | -0/+8 |
2020-09-14 | hw/misc/a9scu: Report unimplemented accesses with qemu_log_mask(UNIMP) | Philippe Mathieu-Daudé | 1 | -0/+6 |