Age | Commit message (Expand) | Author |
2021-09-15 | mirror-top-perms: Fix AbnormalShutdown path | Hanna Reitz |
2021-09-15 | migrate-bitmaps-test: Fix pylint warnings | Hanna Reitz |
2021-09-15 | migrate-bitmaps-postcopy-test: Fix pylint warnings | Hanna Reitz |
2021-09-15 | iotests/297: Drop 169 and 199 from the skip list | Hanna Reitz |
2021-09-15 | iotests: Fix use-{list,dict}-literal warnings | Hanna Reitz |
2021-09-15 | iotests: Fix unspecified-encoding pylint warnings | Hanna Reitz |
2021-09-13 | tests/data/acpi/virt: Update IORT files for ITS | Shashi Mallela |
2021-09-13 | tests/data/acpi/virt: Add IORT files for ITS | Shashi Mallela |
2021-09-08 | qapi: Fix bogus error for 'if': { 'not': '' } | Markus Armbruster |
2021-09-08 | tests/qapi-schema: Cover 'not' condition with empty argument | Markus Armbruster |
2021-09-06 | tests/tcg/s390x: Test SIGILL and SIGSEGV handling | Ilya Leoshkevich |
2021-09-06 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-09-... | Peter Maydell |
2021-09-06 | libqtest: check for g_setenv() failure | Peter Maydell |
2021-09-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2021-09-04 | tests/vhost-user-bridge.c: Fix typo in help message | Peter Maydell |
2021-09-04 | tests/vhost-user-bridge.c: Sanity check socket path length | Peter Maydell |
2021-09-04 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-03' into ... | Peter Maydell |
2021-09-03 | qapi: Tweak error messages for unknown / conflicting 'if' keys | Markus Armbruster |
2021-09-03 | qapi: Tweak error messages for missing / conflicting meta-type | Markus Armbruster |
2021-09-03 | tests/qapi-schema: Hide OrderedDict in test output | Markus Armbruster |
2021-09-03 | qapi: Use "not COND" instead of "!COND" for generated documentation | Markus Armbruster |
2021-09-03 | qapi: Avoid redundant parens in code generated for conditionals | Markus Armbruster |
2021-09-03 | qapi: Fix C code generation for 'if' | Markus Armbruster |
2021-09-03 | tests/qapi-schema: Demonstrate broken C code for 'if' | Markus Armbruster |
2021-09-03 | tests/qapi-schema: Correct two 'if' conditionals | Markus Armbruster |
2021-09-03 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-020921-1' int... | Peter Maydell |
2021-09-02 | Merge remote-tracking branch 'remotes/a1xndr/tags/fuzz-pull-2021-09-01' into ... | Peter Maydell |
2021-09-02 | Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into... | Peter Maydell |
2021-09-02 | tests/plugins/syscalls: adhere to new arg-passing scheme | Mahmoud Mandour |
2021-09-02 | tests/plugins/mem: introduce "track" arg and make args not positional | Mahmoud Mandour |
2021-09-02 | tests/plugins/insn: made arg inline not positional and parse it as bool | Mahmoud Mandour |
2021-09-02 | tests/plugins/bb: adapt to the new arg passing scheme | Mahmoud Mandour |
2021-09-02 | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-09-01-1... | Peter Maydell |
2021-09-01 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210901'... | Peter Maydell |
2021-09-01 | iotests/image-fleecing: add test-case for copy-before-write filter | Vladimir Sementsov-Ogievskiy |
2021-09-01 | iotests/image-fleecing: prepare for adding new test-case | Vladimir Sementsov-Ogievskiy |
2021-09-01 | iotests/image-fleecing: rename tgt_node | Vladimir Sementsov-Ogievskiy |
2021-09-01 | iotests/image-fleecing: proper source device | Vladimir Sementsov-Ogievskiy |
2021-09-01 | iotests.py: hmp_qemu_io: support qdev | Vladimir Sementsov-Ogievskiy |
2021-09-01 | iotests: move 222 to tests/image-fleecing | Vladimir Sementsov-Ogievskiy |
2021-09-01 | iotests/222: constantly use single quotes for strings | Vladimir Sementsov-Ogievskiy |
2021-09-01 | iotests/222: fix pylint and mypy complains | Vladimir Sementsov-Ogievskiy |
2021-09-01 | block/copy-before-write: relax permission requirements when no parents | Vladimir Sementsov-Ogievskiy |
2021-09-01 | fuzz: unblock SIGALRM so the timeout works | Alexander Bulekov |
2021-09-01 | fuzz: use ITIMER_REAL for timeouts | Alexander Bulekov |
2021-09-01 | fuzz: make object-name matching case-insensitive | Alexander Bulekov |
2021-09-01 | fuzz: adjust timeout to allow for longer inputs | Alexander Bulekov |
2021-09-01 | fuzz: fix sparse memory access in the DMA callback | Alexander Bulekov |
2021-09-01 | block: rename backup-top to copy-before-write | Vladimir Sementsov-Ogievskiy |
2021-09-01 | iotests: use subprocess.DEVNULL instead of open("/dev/null") | John Snow |