aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-06iotests: add tests for blockdev-amendMaxim Levitsky5-0/+589
2020-07-06block/qcow2: implement blockdev-amendMaxim Levitsky2-1/+54
2020-07-06block/crypto: implement blockdev-amendMaxim Levitsky2-20/+66
2020-07-06block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky5-8/+174
2020-07-06iotests: qemu-img tests for luks key managementMaxim Levitsky5-0/+429
2020-07-06block/qcow2: extend qemu-img amend interface with crypto optionsMaxim Levitsky2-9/+107
2020-07-06block/crypto: implement the encryption key managementMaxim Levitsky2-3/+161
2020-07-06block/crypto: rename two functionsMaxim Levitsky1-13/+12
2020-07-06block/amend: refactor qcow2 amend optionsMaxim Levitsky12-353/+183
2020-07-06block/amend: separate amend and create options for qemu-imgMaxim Levitsky3-88/+107
2020-07-06block/amend: add 'force' optionMaxim Levitsky7-5/+19
2020-07-06qcrypto/luks: implement encryption key managementMaxim Levitsky2-6/+469
2020-07-06qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky6-0/+95
2020-07-06iotests: Check whether luks worksMax Reitz10-0/+16
2020-07-06iotests.py: Add (verify|has)_working_luks()Max Reitz1-0/+39
2020-07-06iotests.py: Add qemu_img_pipe_and_status()Max Reitz1-20/+20
2020-07-06iotests/common.rc: Add _require_working_luksMax Reitz1-0/+27
2020-07-06iotests: filter few more luks specific create optionsMaxim Levitsky9-20/+17
2020-07-06iotests: Make _filter_img_create more activeMax Reitz4-31/+91
2020-07-06qcow2: Fix preallocation on images with unaligned sizesAlberto Garcia3-3/+47
2020-07-06block/block-copy: block_copy_dirty_clusters: fix failure checkVladimir Sementsov-Ogievskiy1-1/+3
2020-07-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'...Peter Maydell45-311/+973
2020-07-04Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200703a'...Peter Maydell6-13/+80
2020-07-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200703' into stagingPeter Maydell22-126/+136
2020-07-03Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-64/+51
2020-07-03Deprecate TileGX portPeter Maydell1-0/+11
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell5-14/+22
2020-07-03hw/arm/spitz: Provide usual QOM macros for corgi-ssp and spitz-lcdtgPeter Maydell1-8/+15
2020-07-03hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell2-3/+7
2020-07-03hw/arm/spitz: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell1-5/+7
2020-07-03hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell3-8/+10
2020-07-03hw/arm/spitz: Encapsulate misc GPIO handling in a devicePeter Maydell1-43/+88
2020-07-03hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell4-24/+60
2020-07-03hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell3-14/+14
2020-07-03hw/arm/spitz: Use max111x properties to set initial valuesPeter Maydell1-4/+7
2020-07-03ssi: Add ssi_realize_and_unref()Peter Maydell2-1/+32
2020-07-03hw/misc/max111x: Don't use vmstate_register()Peter Maydell1-2/+1
2020-07-03hw/misc/max111x: provide QOM properties for setting initial valuesPeter Maydell1-10/+47
2020-07-03hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signalsPeter Maydell1-16/+12
2020-07-03hw/arm/spitz: Keep pointers to scp0, scp1 in SpitzMachineStatePeter Maydell1-17/+21
2020-07-03hw/arm/spitz: Keep pointers to MPU and SSI devices in SpitzMachineStatePeter Maydell1-26/+32
2020-07-03hw/arm/spitz: Create SpitzMachineClass abstract base classPeter Maydell1-35/+54
2020-07-03hw/arm/spitz: DetabifyPeter Maydell1-79/+79
2020-07-03hw/display/bcm2835_fb.c: Initialize all fields of structPeter Maydell1-0/+4
2020-07-03target/arm: Fix temp double-free in sve ldr/strRichard Henderson3-6/+9
2020-07-03tests/acpi: virt: update golden masters for DSDTAndrew Jones4-3/+0
2020-07-03hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones3-1/+8
2020-07-03tests/acpi: virt: allow DSDT acpi table changesAndrew Jones1-0/+3
2020-07-03tests/acpi: remove stale allowed tablesAndrew Jones1-18/+0
2020-07-03target/arm: kvm: Handle misconfigured dabt injectionBeata Michalska5-1/+124