aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-26tests/docker: add sanitizers back to clang buildJohn Snow1-5/+1
2019-09-26target/ppc: fix signal delivery for ppc64abi32Alex Bennée1-1/+3
2019-09-26target/alpha: Tidy helper_fp_exc_raise_sRichard Henderson1-11/+4
2019-09-26target/alpha: Mask IOV exception with INV for user-onlyRichard Henderson1-0/+7
2019-09-26target/alpha: Write to fpcr_flush_to_zero onceRichard Henderson1-5/+4
2019-09-26target/alpha: Handle SWCR_MAP_DMZ earlierRichard Henderson1-4/+1
2019-09-26target/alpha: Fix SWCR_TRAP_ENABLE_MASKRichard Henderson1-9/+14
2019-09-26target/alpha: Fix SWCR_MAP_UMZRichard Henderson1-1/+1
2019-09-26target/alpha: Use array for FPCR_DYN conversionRichard Henderson1-16/+8
2019-09-26qcrypto-luks: more rigorous header checkingMaxim Levitsky1-0/+52
2019-09-26qcrypto-luks: simplify the math used for keyslot locationsMaxim Levitsky1-23/+40
2019-09-26qcrypto-luks: extract store key functionMaxim Levitsky1-123/+181
2019-09-26qcrypto-luks: extract check and parse headerMaxim Levitsky1-98/+125
2019-09-26qcrypto-luks: extract store and load headerMaxim Levitsky1-62/+93
2019-09-26qcrypto-luks: purge unused error codes from open callbackMaxim Levitsky1-32/+13
2019-09-26qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKSMaxim Levitsky1-90/+79
2019-09-26qcrypto-luks: pass keyslot index rather that pointer to the keyslotMaxim Levitsky1-3/+3
2019-09-26qcrypto-luks: simplify masterkey and masterkey lengthMaxim Levitsky1-23/+21
2019-09-26qcrypto-luks: don't overwrite cipher_mode in headerMaxim Levitsky1-3/+6
2019-09-26qcrypto-luks: rename some fields in QCryptoBlockLUKSHeaderMaxim Levitsky1-44/+47
2019-09-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-3/+20
2019-09-26Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190925a'...Peter Maydell8-112/+80
2019-09-26Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...Peter Maydell8-10/+47
2019-09-25cputlb: Pass retaddr to tb_check_watchpointRichard Henderson3-5/+5
2019-09-25cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson3-26/+22
2019-09-25cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson3-8/+5
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson3-5/+0
2019-09-25cputlb: Handle TLB_NOTDIRTY in probe_accessRichard Henderson1-9/+17
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson3-143/+42
2019-09-25cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson3-48/+46
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson4-71/+23
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson4-57/+26
2019-09-25exec: Adjust notdirty tracingRichard Henderson3-6/+5
2019-09-25cputlb: Introduce TLB_BSWAPRichard Henderson2-30/+46
2019-09-25cputlb: Split out load/store_memopRichard Henderson1-52/+55
2019-09-25cputlb: Use qemu_build_not_reached in load/store_helpersRichard Henderson1-3/+2
2019-09-25qemu/compiler.h: Add qemu_build_not_reachedRichard Henderson1-0/+15
2019-09-25cputlb: Disable __always_inline__ without optimizationRichard Henderson2-2/+13
2019-09-25exec: Use TARGET_PAGE_BITS_MIN for TLB flagsRichard Henderson1-6/+10
2019-09-25migration/postcopy: Recognise the recovery states as 'in_postcopy'Dr. David Alan Gilbert1-1/+8
2019-09-25tests/migration/postcopy: trim migration bandwidthDr. David Alan Gilbert1-1/+1
2019-09-25tests/migration: Fail on unexpected migration statesDr. David Alan Gilbert1-6/+17
2019-09-25migration/rdma.c: Swap synchronize_rcu for call_rcuDr. David Alan Gilbert1-12/+27
2019-09-25migration/rdma: Don't moan about disconnects at the endDr. David Alan Gilbert1-4/+8
2019-09-25migration: remove sent parameter in get_queued_page_not_dirtyWei Yang2-2/+2
2019-09-25migration/postcopy: unsentmap is not necessary for postcopyWei Yang2-72/+14
2019-09-25migration/postcopy: not necessary to do discard when canonicalizing bitmapWei Yang1-13/+1
2019-09-25migration: fix vmdesc leak on vmstate_save() errorMarc-André Lureau2-2/+3
2019-09-25vhost: Fix memory region section comparisonDr. David Alan Gilbert1-2/+7
2019-09-25memory: Provide an equality function for MemoryRegionSectionsDr. David Alan Gilbert1-0/+12