summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-11tests/functional: Fix bad usage of has_cmdThomas Huth2-4/+5
2024-09-11tests/functional: Convert the multiprocess avocado test into a standalone testThomas Huth4-112/+102
2024-09-11tests/functional: Convert the or1k-sim Avocado testThomas Huth3-8/+33
2024-09-11tests/functional: Convert the m68k MCF5208EVB Avocado testThomas Huth3-8/+30
2024-09-11tests/functional: Convert the Alpha Clipper Avocado testThomas Huth3-21/+42
2024-09-11tests/functional: Convert Aarch64 Raspi4 avocado testsPhilippe Mathieu-Daudé4-97/+101
2024-09-11tests/functional: Convert Aarch64 Raspi3 avocado testsPhilippe Mathieu-Daudé4-23/+43
2024-09-11tests/functional: Convert ARM Raspi2 avocado testsPhilippe Mathieu-Daudé4-85/+97
2024-09-11tests/functional: Convert mips32eb 4Kc Malta avocado testsPhilippe Mathieu-Daudé4-63/+86
2024-09-11tests/functional: Convert nanomips Malta avocado testsPhilippe Mathieu-Daudé2-60/+50
2024-09-11tests/functional: Convert mips32el Malta YAMON avocado testPhilippe Mathieu-Daudé5-62/+61
2024-09-11tests/functional: Convert mips64el 5KEc Malta avocado testsPhilippe Mathieu-Daudé2-74/+76
2024-09-11tests/functional: Convert mips64el I6400 Malta avocado testsPhilippe Mathieu-Daudé4-108/+110
2024-09-11tests/functional: Convert mips64el Fuloong2e avocado test (2/2)Philippe Mathieu-Daudé2-24/+22
2024-09-11tests/functional: Convert the m68k Q800 Avocado test into a functional testThomas Huth4-25/+40
2024-09-11tests/functional: Add the LinuxKernelTest for testing the Linux boot processThomas Huth2-0/+42
2024-09-11MAINTAINERS: Remove myself from the Meson sectionThomas Huth1-1/+0
2024-09-11MAINTAINERS: Remove myself as reviewerBeraldo Leal1-3/+0
2024-09-11contrib/plugins/Makefile: Add a 'distclean' targetThomas Huth2-1/+3
2024-09-11gitlab-ci: Build MSYS2 job using multiple CPUsPhilippe Mathieu-Daudé1-1/+2
2024-09-11meson: Move -fsanitize=undefined into normal configuratonRichard Henderson2-8/+13
2024-09-11meson: Split --enable-sanitizers to --enable-{asan, ubsan}Richard Henderson8-16/+28
2024-09-09system: improve migration debugDenis V. Lunev2-0/+6
2024-09-09tests/migration: Add integration test for 'qatzip' compression methodBryan Zhang1-0/+27
2024-09-09migration: Introduce 'qatzip' compression methodBryan Zhang5-3/+402
2024-09-09migration: Add migration parameters for QATzipBryan Zhang4-0/+57
2024-09-09meson: Introduce 'qatzip' feature to the build systemBryan Zhang3-0/+15
2024-09-09docs/migration: add qatzip compression featureYuan Liu2-0/+166
2024-09-09ci: migration: Don't run python tests in the compat jobFabiano Rosas1-0/+8
2024-09-09softmmu/physmem: fix memory leak in dirty_memory_extend()David Hildenbrand2-26/+10
2024-09-09softmmu: Support concurrent bounce buffersMattias Nissler5-36/+76
2024-09-09crypto: Introduce x509 utilsDorjoy Chowdhury3-0/+102
2024-09-09crypto: Support SHA384 hash when using glibDorjoy Chowdhury1-1/+1
2024-09-09crypto: Define macros for hash algorithm digest lengthsDorjoy Chowdhury2-7/+15
2024-09-09crypto: use consistent error reporting pattern for unsupported cipher modesDaniel P. Berrangé1-4/+14
2024-09-09crypto: avoid leak of ctx when bad cipher mode is givenDaniel P. Berrangé1-2/+5
2024-09-09tests/unit: build pbkdf test on macOSDaniel P. Berrangé1-1/+1
2024-09-09tests/unit: always build the pbkdf crypto unit testDaniel P. Berrangé2-8/+9
2024-09-09crypto: check gnutls & gcrypt support the requested pbkdf hashDaniel P. Berrangé2-2/+2
2024-09-09crypto: run qcrypto_pbkdf2_count_iters in a new threadTiago Pasqualini1-7/+46
2024-09-09iotests: fix expected output from gnutlsDaniel P. Berrangé1-6/+6
2024-09-08hw/nubus/nubus-device: Range check 'slot' propertyPeter Maydell1-0/+7
2024-09-08hw/m68k/mcf5208: Add URLs for datasheetsPeter Maydell1-0/+8
2024-09-08hw/m68k/mcf5208: Avoid shifting off end of integerPeter Maydell1-1/+1
2024-09-06tests/qtest: Bump timeout on ahci-testPeter Maydell1-0/+1
2024-09-06tests/qtest: Add missing qtest_quit() to stm32 testsPeter Maydell2-0/+4
2024-09-06hw/ufs: ufs descriptor read test implementedYoochan Jeong1-0/+153
2024-09-06hw/ufs: ufs attribute read/write test implementedYoochan Jeong1-0/+137
2024-09-06hw/ufs: ufs flag read/write test implementedYoochan Jeong1-0/+83
2024-09-06hw/ufs: minor bug fixes related to ufs-testYoochan Jeong3-9/+27