aboutsummaryrefslogtreecommitdiff
path: root/scripts/device-crash-test
AgeCommit message (Expand)AuthorFilesLines
2021-11-22scripts/device-crash-test: Use a QMP timeoutJohn Snow1-1/+1
2021-11-17Revert "device-crash-test: Ignore errors about a bus not being available"Thomas Huth1-1/+0
2021-11-16scripts/device-crash-test: hide tracebacks for QMP connect errorsJohn Snow1-3/+18
2021-11-16scripts/device-crash-test: don't emit AQMP connection errors to stdoutJohn Snow1-0/+6
2021-11-16scripts/device-crash-test: simplify Exception handlingJohn Snow1-6/+2
2021-04-01device-crash-test: Ignore errors about a bus not being availableThomas Huth1-0/+1
2021-03-18hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé1-1/+0
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé1-1/+0
2021-02-18device-crash-test: Remove problematic languageEduardo Habkost1-48/+48
2020-11-09device-crash-test: Check if path is actually an executable fileEduardo Habkost1-1/+3
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-1/+1
2020-02-07drop "from __future__ import print_function"Paolo Bonzini1-1/+0
2020-02-07scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé1-1/+1
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow1-1/+1
2019-02-22Introduce a Python module structureCleber Rosa1-0/+2
2019-01-25device-crash-test: Python 3 compatibility fixNisarg Shah1-1/+2
2019-01-18Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell1-16/+0
2019-01-17scripts: Remove unused python importsPhilippe Mathieu-Daudé1-1/+0
2019-01-17scripts/device-crash-test: Remove known crashesThomas Huth1-15/+0
2019-01-14hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth1-1/+0
2018-10-30scripts/device-crash-test: Remove devices that are not user_creatable anymoreThomas Huth1-17/+0
2018-10-03scripts/device-crash-test: Remove entries for serial devicesThomas Huth1-5/+0
2018-10-03device-crash-test: No need for sys.path hackEduardo Habkost1-1/+0
2018-10-01doc: replace x-root with rootdir for usb-mtpBandan1-1/+1
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost1-1/+2
2018-05-07scripts/device-crash-test: Removed fixed CAN entriesThomas Huth1-3/+0
2018-04-09device-crash-test: Remove fixed isa-fdc entryThomas Huth1-1/+0
2018-03-26scripts/device-crash-test: Remove fixed isapc-with-iommu entryThomas Huth1-1/+0
2018-03-26hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth1-3/+0
2018-03-12device-crash-test: Use 'python' binaryEduardo Habkost1-1/+1
2018-03-12device-crash-test: New known crashesEduardo Habkost1-0/+4
2018-01-19scripts: Remove fixed entries from the device-crash-testThomas Huth1-8/+0
2018-01-10hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge deviceThomas Huth1-1/+0
2017-11-05pci-assign: RemovePaolo Bonzini1-2/+0
2017-09-08hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth1-0/+3
2017-09-07hw/arm/allwinner-a10: Mark the allwinner-a10 device with user_creatable = falseThomas Huth1-1/+0
2017-07-17device-crash-test: Fix regexp on whitelistEduardo Habkost1-1/+1
2017-06-05scripts: Test script to look for -device crashesEduardo Habkost1-0/+624