summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | block/backup: set copy_range and compress after filter insertionVladimir Sementsov-Ogievskiy2021-09-013-5/+3Star
| * | block/block-copy: introduce block_copy_set_copy_opts()Vladimir Sementsov-Ogievskiy2021-09-012-20/+32
| * | block-copy: move detecting fleecing scheme to block-copyVladimir Sementsov-Ogievskiy2021-09-015-28/+26Star
| * | block: rename backup-top to copy-before-writeVladimir Sementsov-Ogievskiy2021-09-017-100/+95Star
| * | qdev: allow setting drive property for realized deviceVladimir Sementsov-Ogievskiy2021-09-011-12/+31
| * | qdev-properties: PropertyInfo: add realized_set_allowed fieldVladimir Sementsov-Ogievskiy2021-09-012-3/+4
| * | block: introduce blk_replace_bsVladimir Sementsov-Ogievskiy2021-09-012-0/+9
| * | block: introduce bdrv_replace_child_bs()Vladimir Sementsov-Ogievskiy2021-09-012-0/+33
| * | iotests: use subprocess.DEVNULL instead of open("/dev/null")John Snow2021-09-011-7/+7
| * | iotests: use with-statement for open() callsJohn Snow2021-09-011-3/+4
| * | raw-format: drop WRITE and RESIZE child perms when possibleStefan Hajnoczi2021-09-011-1/+20
| * | block/monitor: Consolidate hmp_handle_error calls to reduce redundant codeMao Zhongyi2021-09-011-6/+6
| * | docs/devel/testing: add -p option to the debug section of QEMU iotestsEmanuele Giuseppe Esposito2021-09-011-0/+4
| * | qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito2021-09-014-6/+24
| * | docs/devel/testing: add -valgrind option to the debug section of QEMU iotestsEmanuele Giuseppe Esposito2021-09-011-0/+6
| * | qemu-iotests: insert valgrind command line as wrapper for qemu binaryEmanuele Giuseppe Esposito2021-09-011-1/+5
| * | qemu-iotests: allow valgrind to read/delete the generated log fileEmanuele Giuseppe Esposito2021-09-011-0/+11
| * | qemu-iotests: extend QMP socket timeout when using valgrindEmanuele Giuseppe Esposito2021-09-011-3/+3
| * | qemu-iotests: extend the check script to prepare supporting valgrind for pyth...Emanuele Giuseppe Esposito2021-09-013-3/+16
| * | docs/devel/testing: add -gdb option to the debugging section of QEMU iotestsEmanuele Giuseppe Esposito2021-09-011-0/+11
| * | qemu-iotests: add gdbserver option to script tests tooEmanuele Giuseppe Esposito2021-09-012-2/+13
| * | qemu_iotests: insert gdbserver command line as wrapper for qemu binaryEmanuele Giuseppe Esposito2021-09-011-1/+2
| * | qemu-iotests: delay QMP socket timersEmanuele Giuseppe Esposito2021-09-011-1/+5
| * | qemu-iotests: add option to attach gdbserverEmanuele Giuseppe Esposito2021-09-013-3/+25
| * | docs/devel/testing: add debug section to the QEMU iotests chapterEmanuele Giuseppe Esposito2021-09-011-0/+8
| * | python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachineEmanuele Giuseppe Esposito2021-09-011-1/+3
| * | python: Reduce strictness of pylint's duplicate-code checkJohn Snow2021-09-011-0/+5
| * | python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito2021-09-013-5/+10
| |/
* | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-09-01-1...Peter Maydell2021-09-0211-24/+97
|\ \
| * | tests: acpi: tpm1.2: Add expected TPM 1.2 ACPI blobsStefan Berger2021-08-313-2/+0Star
| * | tests: acpi: Add test cases for TPM 1.2 with TCPA tableStefan Berger2021-08-311-2/+8
| * | tests: Use QMP to check whether a TPM device model is availableStefan Berger2021-08-313-5/+43
| * | tests: acpi: prepare for new TPM 1.2 related tablesStefan Berger2021-08-313-0/+2
| * | tests: tpm: Create TPM 1.2 response in TPM emulatorStefan Berger2021-08-312-0/+9
| * | tests: acpi: tpm2: Add the renamed ACPI files and drop old onesStefan Berger2021-08-315-2/+0Star
| * | tests: Add suffix 'tpm2' or 'tpm12' to ACPI table filesStefan Berger2021-08-311-1/+2
| * | tests: acpi: Prepare for renaming of TPM2 related ACPI filesStefan Berger2021-08-313-0/+2
| * | tests: Add tpm_version field to TPMTestState and fill itStefan Berger2021-08-316-5/+24
| * | tests: Rename TestState to TPMTestStateStefan Berger2021-08-317-12/+12
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210901'...Peter Maydell2021-09-0168-969/+2926
|\ \ \
| * | | arm: Remove system_clock_scale globalPeter Maydell2021-09-0110-55/+5Star
| * | | hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell2021-09-013-7/+34
| * | | hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell2021-09-016-320/+368
| * | | hw/arm/stellaris: Fix code style issues in GPTM codePeter Maydell2021-09-011-5/+8
| * | | hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scalePeter Maydell2021-09-011-28/+84
| * | | hw/arm/msf2-soc: Wire up refclkPeter Maydell2021-09-012-0/+24
| * | | hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk propertyPeter Maydell2021-09-013-13/+25
| * | | hw/arm/msf2_soc: Don't allocate separate MemoryRegionsPeter Maydell2021-09-012-10/+11
| * | | hw/arm/stellaris: Wire sysclk up to armv7mPeter Maydell2021-09-011-1/+4
| * | | hw/arm/stellaris: split stellaris_sys_init()Peter Maydell2021-09-011-31/+25Star