index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-27
tests/acceptance: Test powernv machines
Cédric Le Goater
1
-0
/
+35
2021-09-27
tests/acceptance/ppc_prep_40p.py: clean up unused import
Cleber Rosa
1
-1
/
+0
2021-09-27
tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update
Cleber Rosa
1
-2
/
+2
2021-09-27
tests/acceptance/boot_xen.py: removed unused import
Cleber Rosa
1
-1
/
+0
2021-09-27
acceptance/tests/vnc.py: use explicit syntax for enabling passwords
Cleber Rosa
1
-1
/
+1
2021-09-27
Acceptance Tests: improve check-acceptance description
Cleber Rosa
1
-1
/
+1
2021-09-27
qemu: Split machine_ppc.py acceptance tests
David Gibson
4
-69
/
+101
2021-09-27
tests/Makefile: add AVOCADO_TESTS option to make check-acceptance
Willian Rampazzo
1
-1
/
+4
2021-09-27
tests/Makefile: allow control over tags during check-acceptance
Willian Rampazzo
1
-3
/
+9
2021-09-27
avocado_qemu: fix inheritance order on LinuxTest class
Willian Rampazzo
1
-1
/
+1
2021-09-27
avocado_qemu: explicitly return None to avoid R1710
Willian Rampazzo
1
-0
/
+1
2021-09-27
avocado_qemu: tweak ssh connect method
Willian Rampazzo
1
-2
/
+2
2021-09-27
avocado_qemu: fix import module based on isort
Willian Rampazzo
1
-13
/
+5
2021-09-27
avocado_qemu: standardize super() call following PEP3135
Willian Rampazzo
1
-2
/
+2
2021-09-27
Acceptance Tests: add standard clean up at test tearDown()
Cleber Rosa
1
-0
/
+1
2021-09-27
tests/acceptance: Linux boot test for record/replay
Pavel Dovgalyuk
1
-0
/
+116
2021-09-27
tests/acceptance: add replay kernel test for alpha
Pavel Dovgalyuk
1
-0
/
+17
2021-09-27
tests/acceptance: add replay kernel test for nios2
Pavel Dovgalyuk
1
-0
/
+11
2021-09-27
tests/acceptance: add replay kernel test for openrisc
Pavel Dovgalyuk
1
-0
/
+11
2021-09-27
tests/acceptance: add replay kernel test for s390x
Pavel Dovgalyuk
1
-0
/
+15
2021-09-27
tests/qapi-schema: Make test-qapi.py -u work when files are absent
Markus Armbruster
1
-3
/
+13
2021-09-27
tests/qapi-schema: Use Python OSError instead of outmoded IOError
Markus Armbruster
1
-2
/
+2
2021-09-27
test-clone-visitor: Correct an accidental rename
Markus Armbruster
1
-2
/
+2
2021-09-27
tests/qapi-schema: Rename flat-union-* test cases to union-*
Markus Armbruster
65
-48
/
+48
2021-09-27
qapi: Drop simple unions
Markus Armbruster
10
-10
/
+10
2021-09-27
tests/qapi-schema: Purge simple unions from tests
Markus Armbruster
26
-84
/
+30
2021-09-27
tests/qapi-schema: Drop simple union __org.qemu_x-Union1
Markus Armbruster
3
-29
/
+13
2021-09-27
test-clone-visitor: Wean off __org.qemu_x-Union1
Markus Armbruster
1
-35
/
+41
2021-09-27
tests/qapi-schema: Rewrite simple union TestIfUnion to be flat
Markus Armbruster
2
-11
/
+9
2021-09-27
tests/qapi-schema: Simple union UserDefListUnion is now unused, drop
Markus Armbruster
2
-81
/
+0
2021-09-27
tests/qapi-schema: Wean off UserDefListUnion
Markus Armbruster
3
-3
/
+3
2021-09-27
test-clone-visitor: Wean off UserDefListUnion
Markus Armbruster
1
-8
/
+16
2021-09-27
test-qobject-output-visitor: Wean off UserDefListUnion
Markus Armbruster
1
-297
/
+92
2021-09-27
test-qobject-input-visitor: Wean off UserDefListUnion
Markus Armbruster
1
-312
/
+148
2021-09-27
tests/qapi-schema: Prepare for simple union UserDefListUnion removal
Markus Armbruster
2
-0
/
+32
2021-09-27
qapi: Convert simple union SocketAddressLegacy to flat one
Markus Armbruster
1
-3
/
+3
2021-09-25
qapi: Stop enforcing "type name should not end in 'Kind'
Markus Armbruster
4
-5
/
+0
2021-09-25
qapi: Tidy up unusual line breaks
Markus Armbruster
3
-18
/
+18
2021-09-15
qemu-img: Add -F shorthand to convert
Eric Blake
1
-1
/
+1
2021-09-15
qcow2: handle_dependencies(): relax conflict detection
Vladimir Sementsov-Ogievskiy
2
-3
/
+6
2021-09-15
block: bdrv_inactivate_recurse(): check for permissions and fix crash
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-15
tests: add migrate-during-backup
Vladimir Sementsov-Ogievskiy
2
-0
/
+102
2021-09-15
iotests/297: Cover tests/
Hanna Reitz
1
-2
/
+3
2021-09-15
mirror-top-perms: Fix AbnormalShutdown path
Hanna Reitz
1
-1
/
+1
2021-09-15
migrate-bitmaps-test: Fix pylint warnings
Hanna Reitz
1
-18
/
+25
2021-09-15
migrate-bitmaps-postcopy-test: Fix pylint warnings
Hanna Reitz
1
-6
/
+7
2021-09-15
iotests/297: Drop 169 and 199 from the skip list
Hanna Reitz
1
-1
/
+1
2021-09-15
iotests: Fix use-{list,dict}-literal warnings
Hanna Reitz
1
-2
/
+2
2021-09-15
iotests: Fix unspecified-encoding pylint warnings
Hanna Reitz
2
-4
/
+6
2021-09-13
tests/data/acpi/virt: Update IORT files for ITS
Shashi Mallela
5
-4
/
+0
[next]