]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2020-07-11  Max Filippovtests/docker: update toolchain set in debian-xtensa...
2020-07-11  Alex Bennéetests/docker: fall back more gracefully when pull fails
2020-07-11  Jon Dorondocs: Add to gdbstub documentation the PhyMemMode
2020-07-11  Alex Bennéedocs/devel: add some notes on tcg-icount for developers
2020-07-11  Alex Bennéedocs/devel: convert and update MTTCG design document
2020-07-11  Richard Hendersontests/qht-bench: Adjust threshold computation
2020-07-11  Richard Hendersontests/qht-bench: Adjust testing rate by -1
2020-07-11  Thomas Huthtravis.yml: Test also the other targets on s390x
2020-07-11  Alex Bennéeshippable: pull images from registry instead of building
2020-07-11  Alex Bennéetesting: add check-build target
2020-07-11  Alex Bennéecontainers.yml: build with docker.py tooling
2020-07-11  Alex Bennéegitlab: limit re-builds of the containers
2020-07-11  Daniel P. Berrangétests: improve performance of device-introspect-test
2020-07-11  Alex Bennéegitlab: add avocado asset caching
2020-07-11  Alex Bennéegitlab: enable check-tcg for linux-user tests
2020-07-11  Alex Bennéelinux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_rese...
2020-07-11  Alex Bennéetests/docker: add a linux-user testing focused image
2020-07-11  Alex Bennéetests/tcg: add more default compilers to configure.sh
2020-07-11  Alex Bennéegitlab: add acceptance testing to system builds
2020-07-11  Alex Bennéetests/acceptance: skip LinuxInitrd 2gib with v4.16...
2020-07-11  Alex Bennéetests/acceptance: skip multicore mips_malta tests on...
2020-07-11  Alex Bennéetests/acceptance: fix dtb path for machine_rx_gdbsim
2020-07-11  Alex Bennéetests/acceptance: skip s390x_ccw_vrtio_tcg on GitLab
2020-07-11  Alex Bennéetests/docker: add packages needed for check-acceptance
2020-07-11  Alex Bennéetests/docker: add --registry support to tooling
2020-07-11  Alex Bennéegitlab: build containers with buildkit and metadata
2020-07-11  Daniel P. Berrangégitlab: convert jobs to use custom built containers
2020-07-11  Daniel P. Berrangégitlab: build all container images during CI
2020-07-11  Daniel P. Berrangégitlab: introduce explicit "container" and "build"...
2020-07-11  Thomas Huthgitlab-ci: Fix the change rules after moving the YML...
2020-07-11  Alex Bennée.gitignore: un-ignore .gitlab-ci.d
2020-07-11  Alex Bennéetests/docker: change tag naming scheme of our images
2020-07-11  Alex Bennéetests/docker: check for an parameters not empty string
2020-07-11  Alex Bennéetests/vm: allow us to take advantage of MTTCG
2020-07-11  Alex Bennéetests/vm: switch from optsparse to argparse
2020-07-11  Robert Foleytests/vm: Add workaround to consume console
2020-07-11  Robert Foleypython/qemu: Add ConsoleSocket for optional use in...
2020-07-11  Robert Foleytests/vm: change scripts to use self._config
2020-07-11  Robert Foleytests/vm: Added a new script for centos.aarch64.
2020-07-11  Robert Foleytests/vm: Added a new script for ubuntu.aarch64.
2020-07-11  Robert Foleytests/vm: Add common Ubuntu python module
2020-07-11  Robert Foleytests/vm: Added configuration file support
2020-07-11  Robert Foleytests/vm: Add configuration to basevm.py
2020-07-11  Robert Foleytests/vm: pass args through to BaseVM's __init__
2020-07-11  Robert Foleyutil/coroutine: Cleanup start_switch_fiber_ for TSAN.
2020-07-11  David Edmondsoncrypto/linux_keyring: fix 'secret_keyring' configure...
2020-07-11  Peter MaydellMerge remote-tracking branch 'remotes/aperard/tags...
2020-07-10  Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2020-07-10  Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2020-07-10  Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-07-10  Vladimir Sementsov... xen: Use ERRP_GUARD()
2020-07-10  Vladimir Sementsov... nbd: Use ERRP_GUARD()
2020-07-10  Vladimir Sementsov... virtio-9p: Use ERRP_GUARD()
2020-07-10  Vladimir Sementsov... fw_cfg: Use ERRP_GUARD()
2020-07-10  Vladimir Sementsov... pflash: Use ERRP_GUARD()
2020-07-10  Vladimir Sementsov... sd: Use ERRP_GUARD()
2020-07-10  Vladimir Sementsov... scripts: Coccinelle script to use ERRP_GUARD()
2020-07-10  Vladimir Sementsov... error: New macro ERRP_GUARD()
2020-07-10  Markus Armbrusterhmp: Ignore Error objects where the return value suffices
2020-07-10  Markus Armbrusterqdev: Ignore Error objects where the return value suffices
2020-07-10  Markus Armbrusterqemu-img: Ignore Error objects where the return value...
2020-07-10  Markus Armbrustererror: Avoid error_propagate() after migrate_add_blocker()
2020-07-10  Markus Armbrusterqapi: Purge error_propagate() from QAPI core
2020-07-10  Markus Armbrusterqapi: Smooth visitor error checking in generated code
2020-07-10  Markus Armbrusterqapi: Smooth another visitor error checking pattern
2020-07-10  Markus Armbrusterblock/parallels: Simplify parallels_open() after previo...
2020-07-10  Markus Armbrustererror: Reduce unnecessary error propagation
2020-07-10  Markus Armbrustererror: Eliminate error_propagate() manually
2020-07-10  Markus Armbrustererror: Eliminate error_propagate() with Coccinelle...
2020-07-10  Markus Armbrustererror: Eliminate error_propagate() with Coccinelle...
2020-07-10  Markus Armbrustererror: Avoid unnecessary error_propagate() after error_...
2020-07-10  Markus Armbrusterqdev: Use returned bool to check for failure, Coccinell...
2020-07-10  Markus Armbrusterqdev: Make functions taking Error ** return bool, not...
2020-07-10  Markus Armbrusterqom: Make functions taking Error ** return bool, not...
2020-07-10  Markus Armbrusterqom: Use returned bool to check for failure, manual...
2020-07-10  Markus Armbrusterqom: Use returned bool to check for failure, Coccinelle...
2020-07-10  Markus Armbrusterqom: Make functions taking Error ** return bool, not...
2020-07-10  Markus Armbrusterqom: Put name parameter before value / visitor parameter
2020-07-10  Markus Armbrusterqom: Use return values to check for error where that...
2020-07-10  Markus Armbrusterqom: Don't handle impossible object_property_get_link...
2020-07-10  Markus Armbrusterqom: Crash more nicely on object_property_get_link...
2020-07-10  Markus Armbrusterqom: Rename qdev_get_type() to object_get_type()
2020-07-10  Markus Armbrusterqom: Use error_reportf_err() instead of g_printerr...
2020-07-10  Markus Armbrusters390x/pci: Fix harmless mistake in zpci's property...
2020-07-10  Markus Armbrusterqapi: Use returned bool to check for failure, manual...
2020-07-10  Markus Armbrusterqapi: Use returned bool to check for failure, Coccinell...
2020-07-10  Markus Armbrusterqapi: Make visitor functions taking Error ** return...
2020-07-10  Markus Armbrusterhmp: Eliminate a variable in hmp_migrate_set_parameter()
2020-07-10  Markus Armbrusterblock: Avoid error accumulation in bdrv_img_create()
2020-07-10  Markus Armbrusterqemu-option: Use returned bool to check for failure
2020-07-10  Markus Armbrusterqemu-option: Make functions taking Error ** return...
2020-07-10  Markus Armbrusterqemu-option: Replace opt_set() by cleaner opt_validate()
2020-07-10  Markus Armbrusterqemu-option: Factor out helper opt_create()
2020-07-10  Markus Armbrusterqemu-option: Simplify around find_default_by_name()
2020-07-10  Markus Armbrusterqemu-option: Factor out helper find_default_by_name()
2020-07-10  Markus Armbrusterqemu-option: Make uses of find_desc_by_name() more...
2020-07-10  Markus Armbrusterqemu-option: Check return value instead of @err where...
2020-07-10  Markus Armbrustervirtio-crypto-pci: Tidy up virtio_crypto_pci_realize()
2020-07-10  Markus Armbrustermacio: Tidy up error handling in macio_newworld_realize()
2020-07-10  Markus Armbrusterqdev: Use returned bool to check for qdev_realize(...
next