aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-16manual: escape backslashes in "parsed-literal" blocksLaszlo Ersek2-58/+58
2020-09-16ui/spice-input: Remove superfluous forward declarationPhilippe Mathieu-Daudé1-1/+0
2020-09-16hw/ppc/ppc4xx_pci: Replace magic value by the PCI_NUM_PINS definitionPhilippe Mathieu-Daudé1-1/+1
2020-09-16hw/gpio/max7310: Remove impossible checkPhilippe Mathieu-Daudé1-4/+1
2020-09-15Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200915-pull-request' ...Peter Maydell7-31/+28
2020-09-15virtio-gpu: build modularGerd Hoffmann2-16/+8
2020-09-15virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann3-11/+11
2020-09-15object_initialize: try module loadGerd Hoffmann1-0/+6
2020-09-15meson: remove duplicate qxl sourcesGerd Hoffmann1-2/+0
2020-09-15meson: fix module configGerd Hoffmann1-1/+1
2020-09-15meson: fix qxl dependenciesGerd Hoffmann1-1/+2
2020-09-15Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20200915' into ...Peter Maydell1-1/+2
2020-09-15seccomp: fix killing of whole process instead of threadDaniel P. Berrangé1-1/+2
2020-09-15Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-09-15' in...Peter Maydell24-282/+395
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