aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-reques...Peter Maydell18-94/+732
2019-07-15migration: always initial RAMBlock.bmap to 1 for new migrationIvan Ren1-7/+8
2019-07-15migration/postcopy: remove redundant cpu_synchronize_all_post_initWei Yang1-1/+0
2019-07-15migration/postcopy: fix document of postcopy_send_discard_bm_ram()Wei Yang1-3/+2
2019-07-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190715'...Peter Maydell9-26/+174
2019-07-15migration: allow private destination ram with x-ignore-sharedPeng Tao1-7/+0
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu5-2/+150
2019-07-15kvm: Support KVM_CLEAR_DIRTY_LOGPeter Xu2-0/+183
2019-07-15kvm: Introduce slots lock for memory listenerPeter Xu2-12/+48
2019-07-15kvm: Persistent per kvmslot dirty bitmapPeter Xu2-3/+9
2019-07-15kvm: Update comments for sync_dirty_bitmapPeter Xu1-6/+6
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu4-0/+83
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu3-4/+4
2019-07-15bitmap: Add bitmap_copy_with_{src|dst}_offset()Peter Xu4-0/+168
2019-07-15memory: Don't set migration bitmap when without migrationPeter Xu3-2/+14
2019-07-15migration: No need to take rcu during sync_dirty_bitmapPeter Xu2-4/+2
2019-07-15migration/ram.c: reset complete_round when we gets a queued pageWei Yang1-0/+6
2019-07-15migration/multifd: sync packet_num after all thread are doneWei Yang1-4/+4
2019-07-15cutils: remove one unnecessary pointer operationWei Yang1-4/+4
2019-07-15migration/xbzrle: update cache and current_data in one placeWei Yang1-10/+15
2019-07-15migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOSWei Yang1-1/+1
2019-07-15migration-test: rename parameter to parameter_intJuan Quintela1-27/+28
2019-07-15migration: fix multifd_recv event typoJuan Quintela1-1/+1
2019-07-15target/arm: NS BusFault on vector table fetch escalates to NS HardFaultPeter Maydell1-4/+17
2019-07-15target/arm: Set VFP-related MVFR0 fields for arm926 and arm1026Peter Maydell1-0/+12
2019-07-15pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell3-4/+91
2019-07-15hw/arm/virt: Fix non-secure flash modeDavid Engraf1-1/+1
2019-07-15hw/display/xlnx_dp: Avoid crash when reading empty RX FIFOPhilippe Mathieu-Daudé1-4/+11
2019-07-15hw/ssi/mss-spi: Avoid crash when reading empty RX FIFOPhilippe Mathieu-Daudé1-1/+7
2019-07-15hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[]Philippe Mathieu-Daudé1-0/+4
2019-07-15hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memoryPhilippe Mathieu-Daudé1-0/+16
2019-07-15hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrsPhilippe Mathieu-Daudé1-12/+11
2019-07-15target/arm: report ARMv8-A FP support for AArch32 -cpu maxAlex Bennée1-0/+4
2019-07-15Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20190715' into s...Peter Maydell1-1/+1
2019-07-15Fix build error when VNC is configured outChristophe de Dinechin1-1/+1
2019-07-15Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190714' into stagingPeter Maydell8-66/+139
2019-07-14tcg: Release mmap_lock on translation faultRichard Henderson2-23/+63
2019-07-14tcg: Remove duplicate #if !defined(CODE_ACCESS)Richard Henderson1-2/+0
2019-07-14tcg: Remove cpu_ld*_code_raRichard Henderson1-1/+5
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson5-37/+57
2019-07-14include/qemu/atomic.h: Add signal_barrierRichard Henderson1-0/+11
2019-07-14tcg/aarch64: Fix output of extract2 opcodesRichard Henderson1-1/+1
2019-07-14tcg: Fix constant folding of INDEX_op_extract2_i32Richard Henderson1-2/+2
2019-07-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-17/+52
2019-07-12virtio pmem: remove transitional namesPankaj Gupta1-2/+0
2019-07-12virtio pmem: remove memdev null checkPankaj Gupta1-2/+2
2019-07-12virtio pmem: fix wrong mem region conditionPankaj Gupta1-1/+1
2019-07-12tests: acpi: do not skip tests when IASL is not installedIgor Mammedov1-1/+14
2019-07-12tests: acpi: do not require IASL for dumping AML blobsIgor Mammedov1-6/+4
2019-07-12virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi3-3/+29