aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-14ACPI: Build related register address fields via hardware error fw_cfg blobDongjiu Geng8-0/+131
2020-05-14docs: APEI GHES generation and CPER record descriptionDongjiu Geng2-0/+111
2020-05-14hw/arm/virt: Introduce a RAS machine optionDongjiu Geng2-0/+24
2020-05-14acpi: nvdimm: change NVDIMM_UUID_LE to a common macroDongjiu Geng2-7/+30
2020-05-14aspeed: Add support for the sonorapass-bmc boardPatrick Williams1-0/+78
2020-05-14target/arm: Vectorize SABA/UABARichard Henderson6-33/+174
2020-05-14target/arm: Vectorize SABD/UABDRichard Henderson5-4/+176
2020-05-14target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*Richard Henderson1-0/+2
2020-05-14target/arm: Pass pointer to qc to qrdmla/qrdmlsRichard Henderson2-34/+54
2020-05-14target/arm: Create gen_gvec_{qrdmla,qrdmls}Richard Henderson3-58/+33
2020-05-14target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32Richard Henderson4-18/+8
2020-05-14target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub}Richard Henderson4-135/+147
2020-05-14target/arm: Create gen_gvec_{cmtst,ushl,sshl}Richard Henderson4-102/+95
2020-05-14target/arm: Swap argument order for VSHL during decodeRichard Henderson2-4/+16
2020-05-14target/arm: Create gen_gvec_{mla,mls}Richard Henderson4-73/+71
2020-05-14target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0Richard Henderson3-218/+74
2020-05-14target/arm: Tidy handle_vec_simd_shriRichard Henderson1-42/+14
2020-05-14target/arm: Remove unnecessary range check for VSHLRichard Henderson1-10/+2
2020-05-14target/arm: Create gen_gvec_{sri,sli}Richard Henderson5-101/+160
2020-05-14target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson5-26/+527
2020-05-14target/arm: Create gen_gvec_[us]sraRichard Henderson5-79/+139
2020-05-14target/arm: Use correct GDB XML for M-profile coresPeter Maydell4-6/+48
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