aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-26docs/devel: add "check-tcg" to testing.rstAlex Bennée
2019-09-26configure: preserve PKG_CONFIG for subdir buildsAlex Bennée
2019-09-26tests/tcg: add simple record/replay smoke test for aarch64Alex Bennée
2019-09-26tests/tcg: add generic version of float_convsAlex Bennée
2019-09-26tests/tcg: add float_madds test to multiarchAlex Bennée
2019-09-26tests/tcg: re-enable linux-test for ppc64abi32Alex Bennée
2019-09-26tests/tcg: clean-up some comments after the de-tanglingAlex Bennée
2019-09-26podman: fix command invocationJohn Snow
2019-09-26tests/docker: reduce scary warnings by cleaning up clean upAlex Bennée
2019-09-26tests/docker: remove python2.7 from debian9-mxeJohn Snow
2019-09-26tests/docker: fix DOCKER_PARTIAL_IMAGESAlex Bennée
2019-09-26tests/docker: add sanitizers back to clang buildJohn Snow
2019-09-26target/ppc: fix signal delivery for ppc64abi32Alex Bennée
2019-09-26target/alpha: Tidy helper_fp_exc_raise_sRichard Henderson
2019-09-26target/alpha: Mask IOV exception with INV for user-onlyRichard Henderson
2019-09-26target/alpha: Write to fpcr_flush_to_zero onceRichard Henderson
2019-09-26target/alpha: Handle SWCR_MAP_DMZ earlierRichard Henderson
2019-09-26target/alpha: Fix SWCR_TRAP_ENABLE_MASKRichard Henderson
2019-09-26target/alpha: Fix SWCR_MAP_UMZRichard Henderson
2019-09-26target/alpha: Use array for FPCR_DYN conversionRichard Henderson
2019-09-26Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190925a'...Peter Maydell
2019-09-26Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...Peter Maydell
2019-09-25migration/postcopy: Recognise the recovery states as 'in_postcopy'Dr. David Alan Gilbert
2019-09-25tests/migration/postcopy: trim migration bandwidthDr. David Alan Gilbert
2019-09-25tests/migration: Fail on unexpected migration statesDr. David Alan Gilbert
2019-09-25migration/rdma.c: Swap synchronize_rcu for call_rcuDr. David Alan Gilbert
2019-09-25migration/rdma: Don't moan about disconnects at the endDr. David Alan Gilbert
2019-09-25migration: remove sent parameter in get_queued_page_not_dirtyWei Yang
2019-09-25migration/postcopy: unsentmap is not necessary for postcopyWei Yang
2019-09-25migration/postcopy: not necessary to do discard when canonicalizing bitmapWei Yang
2019-09-25migration: fix vmdesc leak on vmstate_save() errorMarc-André Lureau
2019-09-25util/qemu-sockets: fix keep_alive handling in inet_connect_saddrVladimir Sementsov-Ogievskiy
2019-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-09-24' into ...Peter Maydell
2019-09-24Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190924' into st...Peter Maydell
2019-09-24Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190924-pull-request...Peter Maydell
2019-09-24tests: Use iothreads during iotest 223Eric Blake
2019-09-24nbd: Grab aio context lock in more placesEric Blake
2019-09-24nbd/server: attach client channel to the export's AioContextSergio Lopez
2019-09-24nbd/client: Add hint when TLS is missingEric Blake
2019-09-24qapi: Assert .visit() and .check_clash() run only after .check()Markus Armbruster
2019-09-24qapi: Fix excessive QAPISchemaEntity.check() recursionMarkus Armbruster
2019-09-24qapi: Fix to .check() empty structs just onceMarkus Armbruster
2019-09-24qapi: Delete useless check_exprs() code for simple union kindMarkus Armbruster
2019-09-24qapi: Clean up around check_known_keys()Markus Armbruster
2019-09-24qapi: Simplify check_keys()Markus Armbruster
2019-09-24qapi: Normalize 'if' in check_exprs(), like other sugarMarkus Armbruster
2019-09-24qapi: Fix missing 'if' checks in struct, union, alternate 'data'Markus Armbruster
2019-09-24qapi: Reject blank 'if' conditions in addition to empty onesMarkus Armbruster
2019-09-24qapi: Fix broken discriminator error messagesMarkus Armbruster
2019-09-24qapi: Remove null from schema languageMarkus Armbruster