Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | target/arm: Convert Neon VABA/VABD 3-reg-same to decodetree | Peter Maydell | 3 | -20/+12 |
2020-05-14 | target/arm: Convert Neon VHADD 3-reg-same insns | Peter Maydell | 3 | -3/+27 |
2020-05-14 | target/arm: Convert Neon 64-bit element 3-reg-same insns | Peter Maydell | 3 | -36/+39 |
2020-05-14 | target/arm: Convert Neon 3-reg-same SHA to decodetree | Peter Maydell | 3 | -44/+151 |
2020-05-14 | target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH to decodetree | Peter Maydell | 3 | -12/+20 |
2020-05-14 | MAINTAINERS: Add ACPI/HEST/GHES entries | Dongjiu Geng | 1 | -0/+9 |
2020-05-14 | target-arm: kvm64: handle SIGBUS signal from kernel or KVM | Dongjiu Geng | 7 | -6/+89 |
2020-05-14 | ACPI: Record Generic Error Status Block(GESB) table | Dongjiu Geng | 2 | -0/+220 |
2020-05-14 | KVM: Move hwpoison page related functions into kvm-all.c | Dongjiu Geng | 3 | -36/+48 |
2020-05-14 | ACPI: Record the Generic Error Status Block address | Dongjiu Geng | 5 | -0/+49 |
2020-05-14 | ACPI: Build Hardware Error Source Table | Dongjiu Geng | 3 | -0/+167 |
2020-05-14 | ACPI: Build related register address fields via hardware error fw_cfg blob | Dongjiu Geng | 8 | -0/+131 |
2020-05-14 | docs: APEI GHES generation and CPER record description | Dongjiu Geng | 2 | -0/+111 |
2020-05-14 | hw/arm/virt: Introduce a RAS machine option | Dongjiu Geng | 2 | -0/+24 |
2020-05-14 | acpi: nvdimm: change NVDIMM_UUID_LE to a common macro | Dongjiu Geng | 2 | -7/+30 |
2020-05-14 | aspeed: Add support for the sonorapass-bmc board | Patrick Williams | 1 | -0/+78 |
2020-05-14 | target/arm: Vectorize SABA/UABA | Richard Henderson | 6 | -33/+174 |
2020-05-14 | target/arm: Vectorize SABD/UABD | Richard Henderson | 5 | -4/+176 |
2020-05-14 | target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_* | Richard Henderson | 1 | -0/+2 |
2020-05-14 | target/arm: Pass pointer to qc to qrdmla/qrdmls | Richard Henderson | 2 | -34/+54 |
2020-05-14 | target/arm: Create gen_gvec_{qrdmla,qrdmls} | Richard Henderson | 3 | -58/+33 |
2020-05-14 | target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32 | Richard Henderson | 4 | -18/+8 |
2020-05-14 | target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub} | Richard Henderson | 4 | -135/+147 |
2020-05-14 | target/arm: Create gen_gvec_{cmtst,ushl,sshl} | Richard Henderson | 4 | -102/+95 |
2020-05-14 | target/arm: Swap argument order for VSHL during decode | Richard Henderson | 2 | -4/+16 |
2020-05-14 | target/arm: Create gen_gvec_{mla,mls} | Richard Henderson | 4 | -73/+71 |
2020-05-14 | target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0 | Richard Henderson | 3 | -218/+74 |
2020-05-14 | target/arm: Tidy handle_vec_simd_shri | Richard Henderson | 1 | -42/+14 |
2020-05-14 | target/arm: Remove unnecessary range check for VSHL | Richard Henderson | 1 | -10/+2 |
2020-05-14 | target/arm: Create gen_gvec_{sri,sli} | Richard Henderson | 5 | -101/+160 |
2020-05-14 | target/arm: Create gen_gvec_{u,s}{rshr,rsra} | Richard Henderson | 5 | -26/+527 |
2020-05-14 | target/arm: Create gen_gvec_[us]sra | Richard Henderson | 5 | -79/+139 |
2020-05-14 | target/arm: Use correct GDB XML for M-profile cores | Peter Maydell | 4 | -6/+48 |
2020-05-14 | Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-14' into sta... | Peter Maydell | 4 | -8/+30 |
2020-05-14 | xen-9pfs: Fix log messages of reply errors | Christian Schoenebeck | 1 | -4/+5 |
2020-05-14 | 9pfs: local: ignore O_NOATIME if we don't have permissions | Omar Sandoval | 1 | -0/+13 |
2020-05-14 | qemu-options.hx: 9p: clarify -virtfs vs. -fsdev | Christian Schoenebeck | 1 | -3/+11 |
2020-05-14 | MAINTAINERS: Upgrade myself as 9pfs co-maintainer | Christian Schoenebeck | 1 | -1/+1 |
2020-05-13 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-13' in... | Peter Maydell | 30 | -163/+825 |
2020-05-13 | block/block-copy: fix use-after-free of task pointer | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2020-05-13 | iotests: 287: add qcow2 compression type test | Denis Plotnikov | 3 | -0/+220 |
2020-05-13 | qcow2: add zstd cluster compression | Denis Plotnikov | 5 | -2/+180 |
2020-05-13 | qcow2: rework the cluster compression routine | Denis Plotnikov | 1 | -11/+60 |
2020-05-13 | qcow2: introduce compression type feature | Denis Plotnikov | 23 | -150/+365 |
2020-05-12 | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-08-1... | Peter Maydell | 1 | -2/+2 |
2020-05-12 | hw/tpm: fix usage of bool in tpm-tis.c | Jafar Abdi | 1 | -2/+2 |
2020-05-11 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200511'... | Peter Maydell | 33 | -2252/+2979 |
2020-05-11 | target/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed) | Richard Henderson | 1 | -1/+5 |
2020-05-11 | target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA | Richard Henderson | 3 | -162/+118 |
2020-05-11 | hw/arm/musicpal: Map the UART devices unconditionally | Philippe Mathieu-Daudé | 1 | -8/+4 |