aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-27Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell
2019-09-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
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-25cputlb: Pass retaddr to tb_check_watchpointRichard Henderson
2019-09-25cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson
2019-09-25cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson
2019-09-25cputlb: Handle TLB_NOTDIRTY in probe_accessRichard Henderson
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson
2019-09-25cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson
2019-09-25exec: Adjust notdirty tracingRichard Henderson
2019-09-25cputlb: Introduce TLB_BSWAPRichard Henderson
2019-09-25cputlb: Split out load/store_memopRichard Henderson
2019-09-25cputlb: Use qemu_build_not_reached in load/store_helpersRichard Henderson
2019-09-25qemu/compiler.h: Add qemu_build_not_reachedRichard Henderson
2019-09-25cputlb: Disable __always_inline__ without optimizationRichard Henderson
2019-09-25exec: Use TARGET_PAGE_BITS_MIN for TLB flagsRichard Henderson
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-25vhost: Fix memory region section comparisonDr. David Alan Gilbert
2019-09-25memory: Provide an equality function for MemoryRegionSectionsDr. David Alan Gilbert
2019-09-25memory: Align MemoryRegionSections fieldsDr. David Alan Gilbert
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