summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand2020-07-026-45/+17Star
* s390x/pv: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-9/+13
* accel/kvm: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-2/+2
* vfio: Convert to ram_block_discard_disable()David Hildenbrand2020-07-025-38/+44
* exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand2020-07-023-1/+95
* pc: Support coldplugging of virtio-pmem-pci devices on all busesDavid Hildenbrand2020-07-021-8/+10
* virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand2020-07-021-6/+20
* Revert "tests/migration: Reduce autoconverge initial bandwidth"Michael S. Tsirkin2020-07-021-1/+1
* tests: disassemble-aml.sh: generate AML in readable formatMichael S. Tsirkin2020-07-012-0/+53
* hw/misc/pca9552: Add missing TypeInfo::class_size fieldPhilippe Mathieu-Daudé2020-06-291-0/+1
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-gsoc-queue-jun-27-2...Peter Maydell2020-06-278-0/+585
|\
| * MAINTAINERS: Add 'Performance Tools and Tests' subsectionAleksandar Markovic2020-06-271-2/+8
| * scripts/performance: Add topN_callgrind.py scriptAhmed Karaman2020-06-271-0/+140
| * scripts/performance: Add topN_perf.py scriptAhmed Karaman2020-06-271-0/+149
| * MAINTAINERS: Add Loongson-3 maintainer and reviewerHuacai Chen2020-06-271-0/+7
| * hw/intc: Add Loongson LIOINTC supportHuacai Chen2020-06-273-0/+246
| * hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen2020-06-272-0/+37
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell2020-06-2629-950/+4417
|\
| * target/arm: Enable MTERichard Henderson2020-06-261-0/+5
| * target/arm: Add allocation tag storage for system modeRichard Henderson2020-06-261-0/+131
| * target/arm: Create tagged ram when MTE is enabledRichard Henderson2020-06-263-6/+107
| * target/arm: Cache the Tagged bit for a page in MemTxAttrsRichard Henderson2020-06-262-3/+50
| * target/arm: Always pass cacheattr to get_phys_addrRichard Henderson2020-06-264-36/+42
| * target/arm: Set PSTATE.TCO on exception entryRichard Henderson2020-06-261-0/+3
| * target/arm: Implement data cache set allocation tagsRichard Henderson2020-06-263-1/+58
| * target/arm: Complete TBI clearing for user-only for SVERichard Henderson2020-06-263-2/+25
| * target/arm: Add mte helpers for sve scatter/gather memory opsRichard Henderson2020-06-263-253/+877
| * target/arm: Handle TBI for sve scalar + int memory opsRichard Henderson2020-06-263-3/+6
| * target/arm: Add mte helpers for sve scalar + int ff/nf loadsRichard Henderson2020-06-263-100/+357
| * target/arm: Add mte helpers for sve scalar + int storesRichard Henderson2020-06-263-78/+226
| * target/arm: Add mte helpers for sve scalar + int loadsRichard Henderson2020-06-265-98/+385
| * target/arm: Add arm_tlb_bti_gpRichard Henderson2020-06-263-2/+15
| * target/arm: Tidy trans_LD1R_zpriRichard Henderson2020-06-261-5/+7
| * target/arm: Use mte_check1 for sve LD1RRichard Henderson2020-06-261-2/+4
| * target/arm: Use mte_checkN for sve unpredicated storesRichard Henderson2020-06-261-28/+33
| * target/arm: Use mte_checkN for sve unpredicated loadsRichard Henderson2020-06-261-28/+33
| * target/arm: Add helper_mte_check_zvaRichard Henderson2020-06-263-1/+122
| * target/arm: Implement helper_mte_checkNRichard Henderson2020-06-262-1/+166
| * target/arm: Implement helper_mte_check1Richard Henderson2020-06-262-1/+179
| * target/arm: Add gen_mte_checkNRichard Henderson2020-06-264-16/+66
| * target/arm: Add gen_mte_check1Richard Henderson2020-06-265-24/+95
| * target/arm: Move regime_tcr to internals.hRichard Henderson2020-06-262-9/+9
| * target/arm: Move regime_el to internals.hRichard Henderson2020-06-262-36/+36
| * target/arm: Implement the access tag cache flushesRichard Henderson2020-06-261-0/+65
| * target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson2020-06-264-8/+153
| * target/arm: Simplify DC_ZVARichard Henderson2020-06-261-70/+26Star
| * target/arm: Restrict the values of DCZID.BS under TCGRichard Henderson2020-06-261-0/+24
| * target/arm: Implement the STGP instructionRichard Henderson2020-06-261-3/+26
| * target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson2020-06-265-5/+386
| * target/arm: Define arm_cpu_do_unaligned_access for user-onlyRichard Henderson2020-06-262-3/+3