aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-07drop "from __future__ import print_function"Paolo Bonzini34-34/+0
2020-02-07make all Python scripts executablePaolo Bonzini4-0/+0
2020-02-07scripts/signrom: remove Python 2 support, add shebangPaolo Bonzini1-8/+4
2020-02-07tests/qemu-iotests/check: Only check for Python 3 interpreterPhilippe Mathieu-Daudé1-2/+1
2020-02-07scripts: Explicit usage of Python 3 (scripts without __main__)Philippe Mathieu-Daudé1-1/+1
2020-02-07tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__)Philippe Mathieu-Daudé36-36/+36
2020-02-07tests/vm: Remove shebang headerPhilippe Mathieu-Daudé1-1/+0
2020-02-07tests/acceptance: Remove shebang headerPhilippe Mathieu-Daudé2-2/+0
2020-02-07scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé23-23/+0
2020-02-07scripts/minikconf: Explicit usage of Python 3Philippe Mathieu-Daudé1-0/+1
2020-02-07scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé14-14/+14
2020-02-07tests: Explicit usage of Python 3Philippe Mathieu-Daudé8-8/+8
2020-02-07tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé35-35/+35
2020-02-07tests/qemu-iotests/check: Allow use of python3 interpreterPhilippe Mathieu-Daudé1-1/+2
2020-02-07scripts/checkpatch.pl: Only allow Python 3 interpreterPhilippe Mathieu-Daudé1-0/+6
2020-02-07tests/acceptance/migration: Default to -nodefaultsPhilippe Mathieu-Daudé1-1/+3
2020-02-07tests/acceptance/migration: Add the 'migration' tagPhilippe Mathieu-Daudé1-0/+3
2020-02-07tests/acceptance/migration: Test EXEC transport when migratingOksana Vohchana1-0/+10
2020-02-07tests/acceptance/migration: Test UNIX transport when migratingOksana Vohchana1-0/+6
2020-02-07tests/acceptance/migration: Factor out do_migrate()Oksana Vohchana1-6/+11
2020-02-07tests/acceptance/migration: Factor out assert_migration()Oksana Vohchana1-10/+11
2020-02-07tests/acceptance/version: Default to -nodefaultsPhilippe Mathieu-Daudé1-0/+1
2020-02-07tests/acceptance/boot_linux_console: Do not use VGA on Clipper machinePhilippe Mathieu-Daudé1-1/+1
2020-02-07tests/acceptance/virtio_check_params: Disable the testPhilippe Mathieu-Daudé1-0/+2
2020-02-07tests/acceptance/virtio_check_params: Default to -nodefaultsPhilippe Mathieu-Daudé1-0/+1
2020-02-07tests/acceptance/virtio_check_params: List machine being testedPhilippe Mathieu-Daudé1-0/+4
2020-02-07tests/acceptance/virtio_check_params: Improve exception loggingPhilippe Mathieu-Daudé1-2/+6
2020-02-07tests: rename virtio_seg_max_adjust to virtio_check_paramsDenis Plotnikov1-0/+0
2020-02-07tests/acceptance: Add boot tests for some of the QEMU advent calendar imagesThomas Huth2-1/+97
2020-02-07tests/boot_linux_console: Tag Emcraft Smartfusion2 as running 'u-boot'Philippe Mathieu-Daudé1-0/+1
2020-02-07tests/boot_linux_console: fix extract_from_deb() commentLiam Merwick1-1/+1
2020-02-07tests/boot_linux_console: use os.path for filesystem pathsLiam Merwick1-1/+6
2020-02-07tests/boot_linux_console: add extract_from_rpm methodLiam Merwick1-0/+16
2020-02-07travis.yml: install rpm2cpio for acceptance testsLiam Merwick1-0/+1
2020-02-07Acceptance tests: Add interrupt_interactive_console_until_pattern()Philippe Mathieu-Daudé1-2/+30
2020-02-07Acceptance tests: Extract _console_interaction()Philippe Mathieu-Daudé1-14/+17
2020-02-07python/qemu/machine: Allow to use other serial consoles than defaultPhilippe Mathieu-Daudé1-1/+9
2020-02-07python: Treat None-return of greeting cmdLukáš Doktor1-1/+1
2020-02-07qemu-deprecated: Remove text about Python 2Thomas Huth1-8/+0
2020-02-07python/qemu: accel: Fix kvm_available() on ppc64leWainer dos Santos Moschetta1-1/+2
2020-02-07python/qemu: qmp: Remove unnused attributesWainer dos Santos Moschetta1-4/+0
2020-02-07python/qemu: qmp: Make QEMUMonitorProtocol a context managerWainer dos Santos Moschetta1-2/+13
2020-02-07python/qemu: qmp: Make accept()'s timeout configurableWainer dos Santos Moschetta1-2/+9
2020-02-07python/qemu: Delint the qmp moduleWainer dos Santos Moschetta1-10/+41
2020-02-07python/qemu: qmp: Replace socket.error with OSErrorWainer dos Santos Moschetta1-8/+8
2020-02-06Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-02-06' in...Peter Maydell16-73/+220
2020-02-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell14-22/+37
2020-02-06iotests: add test for backup-top failure on permission activationVladimir Sementsov-Ogievskiy3-0/+101
2020-02-06block/backup-top: fix failure pathVladimir Sementsov-Ogievskiy1-9/+12
2020-02-06qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded valueAlberto Garcia1-3/+5