aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-11target/arm/kvm: Inline set_feature() callsPhilippe Mathieu-Daudé2-25/+10
2020-05-11target/arm: Remove sve_memopidxRichard Henderson3-26/+10
2020-05-11target/arm: Reuse sve_probe_page for gather loadsRichard Henderson1-113/+123
2020-05-11target/arm: Reuse sve_probe_page for scatter storesRichard Henderson1-77/+117
2020-05-11target/arm: Reuse sve_probe_page for gather first-fault loadsRichard Henderson1-207/+138
2020-05-11target/arm: Use SVEContLdSt for contiguous storesRichard Henderson1-119/+152
2020-05-11target/arm: Update contiguous first-fault and no-fault loadsRichard Henderson1-180/+158
2020-05-11target/arm: Use SVEContLdSt for multi-register contiguous loadsRichard Henderson1-144/+79
2020-05-11target/arm: Handle watchpoints in sve_ld1_rRichard Henderson1-1/+71
2020-05-11target/arm: Use SVEContLdSt in sve_ld1_rRichard Henderson1-91/+97
2020-05-11target/arm: Adjust interface of sve_ld1_host_fnRichard Henderson1-61/+63
2020-05-11target/arm: Add sve infrastructure for page lookupRichard Henderson1-2/+261
2020-05-11target/arm: Drop manual handling of set/clear_helper_retaddrRichard Henderson1-38/+0
2020-05-11target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fnRichard Henderson1-135/+86
2020-05-11accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson4-176/+581
2020-05-11accel/tcg: Add probe_access_flagsRichard Henderson4-87/+148
2020-05-11accel/tcg: Adjust probe_access call to page_check_rangeRichard Henderson1-1/+1
2020-05-11accel/tcg: Add block comment for probe_accessRichard Henderson1-0/+17
2020-05-11exec: Fix cpu_watchpoint_address_matches address lengthRichard Henderson1-1/+1
2020-05-11exec: Add block comments for watchpoint routinesRichard Henderson1-0/+23
2020-05-11hw/timer/nrf51_timer: Add trace event of counter value updatePhilippe Mathieu-Daudé2-0/+2
2020-05-11hw/timer/nrf51_timer: Display timer ID in trace eventsPhilippe Mathieu-Daudé4-4/+17
2020-05-11hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definitionPhilippe Mathieu-Daudé5-7/+6
2020-05-11aspeed: sdmc: Implement AST2600 locking behaviourJoel Stanley1-10/+45
2020-05-11aspeed: Support AST2600A1 silicon revisionJoel Stanley4-13/+13
2020-05-11target/arm: Drop access_el3_aa32ns_aa64any()Edgar E. Iglesias1-23/+7
2020-05-11aspeed: Add boot stub for smp bootingJoel Stanley1-0/+65
2020-05-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell34-195/+386
2020-05-08block: Drop unused .bdrv_has_zero_init_truncateEric Blake12-45/+0
2020-05-08vhdx: Rework truncation logicEric Blake1-38/+51
2020-05-08parallels: Rework truncation logicEric Blake1-9/+16
2020-05-08ssh: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+4
2020-05-08sheepdog: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+1
2020-05-08rbd: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+3
2020-05-08nfs: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+3
2020-05-08file-win32: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+3
2020-05-08gluster: Drop useless has_zero_init callbackEric Blake1-14/+0
2020-05-08qcow2: Fix preallocation on block devicesMax Reitz1-2/+8
2020-05-08iotests/055: Use cache.no-flush for vmdk targetKevin Wolf1-4/+7
2020-05-08iotests: Backup with different source/target sizeKevin Wolf2-4/+41
2020-05-08backup: Make sure that source and target size matchKevin Wolf2-6/+22
2020-05-08backup: Improve error for bdrv_getlength() failureKevin Wolf1-2/+2
2020-05-08iotests/283: Use consistent size for source and targetKevin Wolf2-2/+6
2020-05-08iotests: vmdk: Enable zeroed_grained=on by defaultKevin Wolf2-3/+6
2020-05-08vmdk: Flush only once in vmdk_L2update()Kevin Wolf1-2/+5
2020-05-08vmdk: Don't update L2 table for zero write on zero clusterKevin Wolf1-1/+1
2020-05-08vmdk: Fix partial overwrite of zero clusterKevin Wolf1-6/+12
2020-05-08vmdk: Fix zero cluster allocationKevin Wolf1-5/+7
2020-05-08vmdk: Rename VmdkMetaData.valid to new_allocationKevin Wolf1-4/+4
2020-05-08qcow2: Avoid integer wraparound in qcow2_co_truncate()Alberto Garcia4-5/+105