summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé2020-02-0714-14/+14
* tests: Explicit usage of Python 3Philippe Mathieu-Daudé2020-02-078-8/+8
* tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé2020-02-0735-35/+35
* tests/qemu-iotests/check: Allow use of python3 interpreterPhilippe Mathieu-Daudé2020-02-071-1/+2
* scripts/checkpatch.pl: Only allow Python 3 interpreterPhilippe Mathieu-Daudé2020-02-071-0/+6
* tests/acceptance/migration: Default to -nodefaultsPhilippe Mathieu-Daudé2020-02-071-1/+3
* tests/acceptance/migration: Add the 'migration' tagPhilippe Mathieu-Daudé2020-02-071-0/+3
* tests/acceptance/migration: Test EXEC transport when migratingOksana Vohchana2020-02-071-0/+10
* tests/acceptance/migration: Test UNIX transport when migratingOksana Vohchana2020-02-071-0/+6
* tests/acceptance/migration: Factor out do_migrate()Oksana Vohchana2020-02-071-6/+11
* tests/acceptance/migration: Factor out assert_migration()Oksana Vohchana2020-02-071-10/+11
* tests/acceptance/version: Default to -nodefaultsPhilippe Mathieu-Daudé2020-02-071-0/+1
* tests/acceptance/boot_linux_console: Do not use VGA on Clipper machinePhilippe Mathieu-Daudé2020-02-071-1/+1
* tests/acceptance/virtio_check_params: Disable the testPhilippe Mathieu-Daudé2020-02-071-0/+2
* tests/acceptance/virtio_check_params: Default to -nodefaultsPhilippe Mathieu-Daudé2020-02-071-0/+1
* tests/acceptance/virtio_check_params: List machine being testedPhilippe Mathieu-Daudé2020-02-071-0/+4
* tests/acceptance/virtio_check_params: Improve exception loggingPhilippe Mathieu-Daudé2020-02-071-2/+6
* tests: rename virtio_seg_max_adjust to virtio_check_paramsDenis Plotnikov2020-02-071-0/+0
* tests/acceptance: Add boot tests for some of the QEMU advent calendar imagesThomas Huth2020-02-072-1/+97
* tests/boot_linux_console: Tag Emcraft Smartfusion2 as running 'u-boot'Philippe Mathieu-Daudé2020-02-071-0/+1
* tests/boot_linux_console: fix extract_from_deb() commentLiam Merwick2020-02-071-1/+1
* tests/boot_linux_console: use os.path for filesystem pathsLiam Merwick2020-02-071-1/+6
* tests/boot_linux_console: add extract_from_rpm methodLiam Merwick2020-02-071-0/+16
* travis.yml: install rpm2cpio for acceptance testsLiam Merwick2020-02-071-0/+1
* Acceptance tests: Add interrupt_interactive_console_until_pattern()Philippe Mathieu-Daudé2020-02-071-2/+30
* Acceptance tests: Extract _console_interaction()Philippe Mathieu-Daudé2020-02-071-14/+17
* python/qemu/machine: Allow to use other serial consoles than defaultPhilippe Mathieu-Daudé2020-02-071-1/+9
* python: Treat None-return of greeting cmdLukáš Doktor2020-02-071-1/+1
* qemu-deprecated: Remove text about Python 2Thomas Huth2020-02-071-8/+0Star
* python/qemu: accel: Fix kvm_available() on ppc64leWainer dos Santos Moschetta2020-02-071-1/+2
* python/qemu: qmp: Remove unnused attributesWainer dos Santos Moschetta2020-02-071-4/+0Star
* python/qemu: qmp: Make QEMUMonitorProtocol a context managerWainer dos Santos Moschetta2020-02-071-2/+13
* python/qemu: qmp: Make accept()'s timeout configurableWainer dos Santos Moschetta2020-02-071-2/+9
* python/qemu: Delint the qmp moduleWainer dos Santos Moschetta2020-02-071-10/+41
* python/qemu: qmp: Replace socket.error with OSErrorWainer dos Santos Moschetta2020-02-071-8/+8
* Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-02-06' in...Peter Maydell2020-02-0616-73/+220
|\
| * iotests: add test for backup-top failure on permission activationVladimir Sementsov-Ogievskiy2020-02-063-0/+101
| * block/backup-top: fix failure pathVladimir Sementsov-Ogievskiy2020-02-061-9/+12
| * qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded valueAlberto Garcia2020-02-061-3/+5
| * qcow2: Don't require aligned offsets in qcow2_co_copy_range_from()Alberto Garcia2020-02-061-4/+0Star
| * qcow2: Use bs->bl.request_alignment when updating an L1 entryAlberto Garcia2020-02-061-10/+15
| * qcow2: Tighten cluster_offset alignment assertionsAlberto Garcia2020-02-061-6/+3Star
| * qcow2: Don't round the L1 table allocation up to the sector sizeAlberto Garcia2020-02-064-7/+5Star
| * iotests: Enable more tests in the 'auto' group to improve test coverageThomas Huth2020-02-061-7/+7
| * iotests: Skip Python-based tests if QEMU does not support virtio-blkThomas Huth2020-02-061-2/+10
| * iotests: Check for the availability of the required devices in 267 and 127Thomas Huth2020-02-063-0/+18
| * iotests: Test 183 does not work on macOS and OpenBSDThomas Huth2020-02-061-0/+1
| * iotests: Test 041 only works on certain systemsThomas Huth2020-02-061-1/+2
| * iotests: remove 'linux' from default supported platformsJohn Snow2020-02-061-5/+11
| * qcow2: Use a GString in report_unsupported_feature()Alberto Garcia2020-02-061-12/+11Star