aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-14hw/net/xilinx_axienet: Auto-clear PHY AutonegEdgar E. Iglesias1-2/+2
2020-05-14Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-14' into sta...Peter Maydell4-8/+30
2020-05-14xen-9pfs: Fix log messages of reply errorsChristian Schoenebeck1-4/+5
2020-05-149pfs: local: ignore O_NOATIME if we don't have permissionsOmar Sandoval1-0/+13
2020-05-14qemu-options.hx: 9p: clarify -virtfs vs. -fsdevChristian Schoenebeck1-3/+11
2020-05-14MAINTAINERS: Upgrade myself as 9pfs co-maintainerChristian Schoenebeck1-1/+1
2020-05-13Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-13' in...Peter Maydell30-163/+825
2020-05-13block/block-copy: fix use-after-free of task pointerVladimir Sementsov-Ogievskiy1-1/+1
2020-05-13iotests: 287: add qcow2 compression type testDenis Plotnikov3-0/+220
2020-05-13qcow2: add zstd cluster compressionDenis Plotnikov5-2/+180
2020-05-13qcow2: rework the cluster compression routineDenis Plotnikov1-11/+60
2020-05-13qcow2: introduce compression type featureDenis Plotnikov23-150/+365
2020-05-12Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-08-1...Peter Maydell1-2/+2
2020-05-12hw/tpm: fix usage of bool in tpm-tis.cJafar Abdi1-2/+2
2020-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200511'...Peter Maydell33-2252/+2979
2020-05-11target/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed)Richard Henderson1-1/+5
2020-05-11target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLARichard Henderson3-162/+118
2020-05-11hw/arm/musicpal: Map the UART devices unconditionallyPhilippe Mathieu-Daudé1-8/+4
2020-05-11target/arm: Restrict TCG cpus to TCG accelPhilippe Mathieu-Daudé3-634/+665
2020-05-11target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUsPhilippe Mathieu-Daudé1-1/+1
2020-05-11target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]Philippe Mathieu-Daudé2-12/+12
2020-05-11target/arm: Make set_feature() available for other filesThomas Huth3-20/+10
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