aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-01MAINTAINERS: add fuzzing reviewerQiuhao Li1-0/+1
2021-09-01MAINTAINERS: Add myself as a reviewer for Device FuzzingDarren Kenny1-0/+1
2021-09-01fuzz: unblock SIGALRM so the timeout worksAlexander Bulekov1-0/+5
2021-09-01fuzz: use ITIMER_REAL for timeoutsAlexander Bulekov1-1/+1
2021-09-01fuzz: add an instrumentation filterAlexander Bulekov2-6/+37
2021-09-01fuzz: make object-name matching case-insensitiveAlexander Bulekov1-4/+20
2021-09-01fuzz: adjust timeout to allow for longer inputsAlexander Bulekov1-4/+9
2021-09-01fuzz: fix sparse memory access in the DMA callbackAlexander Bulekov1-3/+10
2021-09-01block/backup: set copy_range and compress after filter insertionVladimir Sementsov-Ogievskiy3-5/+3
2021-09-01block/block-copy: introduce block_copy_set_copy_opts()Vladimir Sementsov-Ogievskiy2-20/+32
2021-09-01block-copy: move detecting fleecing scheme to block-copyVladimir Sementsov-Ogievskiy5-28/+26
2021-09-01block: rename backup-top to copy-before-writeVladimir Sementsov-Ogievskiy7-100/+95
2021-09-01qdev: allow setting drive property for realized deviceVladimir Sementsov-Ogievskiy1-12/+31
2021-09-01qdev-properties: PropertyInfo: add realized_set_allowed fieldVladimir Sementsov-Ogievskiy2-3/+4
2021-09-01block: introduce blk_replace_bsVladimir Sementsov-Ogievskiy2-0/+9
2021-09-01block: introduce bdrv_replace_child_bs()Vladimir Sementsov-Ogievskiy2-0/+33
2021-09-01iotests: use subprocess.DEVNULL instead of open("/dev/null")John Snow1-7/+7
2021-09-01iotests: use with-statement for open() callsJohn Snow1-3/+4
2021-09-01raw-format: drop WRITE and RESIZE child perms when possibleStefan Hajnoczi1-1/+20
2021-09-01block/monitor: Consolidate hmp_handle_error calls to reduce redundant codeMao Zhongyi1-6/+6
2021-09-01docs/devel/testing: add -p option to the debug section of QEMU iotestsEmanuele Giuseppe Esposito1-0/+4
2021-09-01qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito4-6/+24
2021-09-01docs/devel/testing: add -valgrind option to the debug section of QEMU iotestsEmanuele Giuseppe Esposito1-0/+6
2021-09-01qemu-iotests: insert valgrind command line as wrapper for qemu binaryEmanuele Giuseppe Esposito1-1/+5
2021-09-01qemu-iotests: allow valgrind to read/delete the generated log fileEmanuele Giuseppe Esposito1-0/+11
2021-09-01qemu-iotests: extend QMP socket timeout when using valgrindEmanuele Giuseppe Esposito1-3/+3
2021-09-01qemu-iotests: extend the check script to prepare supporting valgrind for pyth...Emanuele Giuseppe Esposito3-3/+16
2021-09-01docs/devel/testing: add -gdb option to the debugging section of QEMU iotestsEmanuele Giuseppe Esposito1-0/+11
2021-09-01qemu-iotests: add gdbserver option to script tests tooEmanuele Giuseppe Esposito2-2/+13
2021-09-01qemu_iotests: insert gdbserver command line as wrapper for qemu binaryEmanuele Giuseppe Esposito1-1/+2
2021-09-01qemu-iotests: delay QMP socket timersEmanuele Giuseppe Esposito1-1/+5
2021-09-01qemu-iotests: add option to attach gdbserverEmanuele Giuseppe Esposito3-3/+25
2021-09-01docs/devel/testing: add debug section to the QEMU iotests chapterEmanuele Giuseppe Esposito1-0/+8
2021-09-01python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachineEmanuele Giuseppe Esposito1-1/+3
2021-09-01python: Reduce strictness of pylint's duplicate-code checkJohn Snow1-0/+5
2021-09-01python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito3-5/+10
2021-09-01arm: Remove system_clock_scale globalPeter Maydell10-55/+5
2021-09-01hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell3-7/+34
2021-09-01hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell6-320/+368
2021-09-01hw/arm/stellaris: Fix code style issues in GPTM codePeter Maydell1-5/+8
2021-09-01hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scalePeter Maydell1-28/+84
2021-09-01hw/arm/msf2-soc: Wire up refclkPeter Maydell2-0/+24
2021-09-01hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk propertyPeter Maydell3-13/+25
2021-09-01hw/arm/msf2_soc: Don't allocate separate MemoryRegionsPeter Maydell2-10/+11
2021-09-01hw/arm/stellaris: Wire sysclk up to armv7mPeter Maydell1-1/+4
2021-09-01hw/arm/stellaris: split stellaris_sys_init()Peter Maydell1-31/+25
2021-09-01hw/arm/nrf51: Wire up sysclkPeter Maydell2-0/+22
2021-09-01hw/arm/stm32vldiscovery: Delete trailing blank linePeter Maydell1-1/+0
2021-09-01hw/arm/stm32f405: Wire up sysclk and refclkPeter Maydell3-5/+40
2021-09-01hw/arm/stm32f205: Wire up sysclk and refclkPeter Maydell3-5/+41