78669 Commits (e6f1306b1003e2ce4e63c8e5dbe362d27fb8766c)
 

Author SHA1 Message Date
Alex Bennée e6f1306b10 tests/docker: add --registry support to tooling 6 years ago
Alex Bennée 8a8a50a957 gitlab: build containers with buildkit and metadata 6 years ago
Daniel P. Berrangé c962864f1d gitlab: convert jobs to use custom built containers 6 years ago
Daniel P. Berrangé fa821f23e1 gitlab: build all container images during CI 6 years ago
Daniel P. Berrangé d0caa0a881 gitlab: introduce explicit "container" and "build" stages 6 years ago
Thomas Huth 5117ba25d2 gitlab-ci: Fix the change rules after moving the YML files 6 years ago
Alex Bennée 91f6ff72b6 .gitignore: un-ignore .gitlab-ci.d 6 years ago
Alex Bennée 767b6bd22b tests/docker: change tag naming scheme of our images 6 years ago
Alex Bennée 10c927dcc5 tests/docker: check for an parameters not empty string 6 years ago
Alex Bennée b09539444a tests/vm: allow us to take advantage of MTTCG 6 years ago
Alex Bennée 2fea3a125d tests/vm: switch from optsparse to argparse 6 years ago
Robert Foley ff14ab0c13 tests/vm: Add workaround to consume console 6 years ago
Robert Foley 0fc8f660c5 python/qemu: Add ConsoleSocket for optional use in QEMUMachine 6 years ago
Robert Foley df00168039 tests/vm: change scripts to use self._config 6 years ago
Robert Foley d322fe2daf tests/vm: Added a new script for centos.aarch64. 6 years ago
Robert Foley 13336606a5 tests/vm: Added a new script for ubuntu.aarch64. 6 years ago
Robert Foley e56833b48b tests/vm: Add common Ubuntu python module 6 years ago
Robert Foley 3f1e8137f2 tests/vm: Added configuration file support 6 years ago
Robert Foley 5d676197eb tests/vm: Add configuration to basevm.py 6 years ago
Robert Foley 1f335d18e5 tests/vm: pass args through to BaseVM's __init__ 6 years ago
Robert Foley 995f5c3c32 util/coroutine: Cleanup start_switch_fiber_ for TSAN. 6 years ago
David Edmondson b418d26561 crypto/linux_keyring: fix 'secret_keyring' configure test 6 years ago
Peter Maydell 827937158b xen patches 6 years ago
Peter Maydell 0fb7ea4515 virtio: bugfix 6 years ago
Peter Maydell 45db94cc90 qemu-openbios queue 6 years ago
Peter Maydell f2a1cf9180 Error reporting patches patches for 2020-07-07 6 years ago
Vladimir Sementsov-Ogievskiy 1de7096d83 xen: Use ERRP_GUARD() 6 years ago
Vladimir Sementsov-Ogievskiy 795d946d07 nbd: Use ERRP_GUARD() 6 years ago
Vladimir Sementsov-Ogievskiy 92c451222c virtio-9p: Use ERRP_GUARD() 6 years ago
Vladimir Sementsov-Ogievskiy 8b4b52759a fw_cfg: Use ERRP_GUARD() 6 years ago
Vladimir Sementsov-Ogievskiy 76612456aa pflash: Use ERRP_GUARD() 6 years ago
Vladimir Sementsov-Ogievskiy de1b3800b7 sd: Use ERRP_GUARD() 6 years ago
Vladimir Sementsov-Ogievskiy 8220f3ac74 scripts: Coccinelle script to use ERRP_GUARD() 6 years ago
Vladimir Sementsov-Ogievskiy ae7c80a7bd error: New macro ERRP_GUARD() 6 years ago
Markus Armbruster a43770df5d hmp: Ignore Error objects where the return value suffices 6 years ago
Markus Armbruster 2d226cf6d1 qdev: Ignore Error objects where the return value suffices 6 years ago
Markus Armbruster 9e194e063f qemu-img: Ignore Error objects where the return value suffices 6 years ago
Markus Armbruster 386f6c07d2 error: Avoid error_propagate() after migrate_add_blocker() 6 years ago
Markus Armbruster 7b3cb8037c qapi: Purge error_propagate() from QAPI core 6 years ago
Markus Armbruster cdd2b228b9 qapi: Smooth visitor error checking in generated code 6 years ago
Markus Armbruster b11a093c60 qapi: Smooth another visitor error checking pattern 6 years ago
Markus Armbruster 4bc6d7ee0e block/parallels: Simplify parallels_open() after previous commit 6 years ago
Markus Armbruster a5f9b9df25 error: Reduce unnecessary error propagation 6 years ago
Markus Armbruster 992861fb1e error: Eliminate error_propagate() manually 6 years ago
Markus Armbruster af175e85f9 error: Eliminate error_propagate() with Coccinelle, part 2 6 years ago
Markus Armbruster 668f62ec62 error: Eliminate error_propagate() with Coccinelle, part 1 6 years ago
Markus Armbruster dcfe480544 error: Avoid unnecessary error_propagate() after error_setg() 6 years ago
Markus Armbruster 0c0e618d23 qdev: Use returned bool to check for failure, Coccinelle part 6 years ago
Markus Armbruster 73ac1aac39 qdev: Make functions taking Error ** return bool, not void 6 years ago
Markus Armbruster b783f54d60 qom: Make functions taking Error ** return bool, not 0/-1 6 years ago