Age | Commit message (Expand) | Author | Files | Lines |
2022-08-05 | target/loongarch: Update loongarch-fpu.xml | Song Gao | 1 | -1/+1 |
2022-08-05 | target/loongarch: add gdb_arch_name() | Song Gao | 1 | -0/+6 |
2022-08-05 | target/loongarch: Fix GDB get the wrong pc | Song Gao | 2 | -3/+6 |
2022-08-05 | target/loongarch: Fix macros SET_FPU_* in cpu.h | Qi Hu | 1 | -3/+15 |
2022-08-04 | ppc: Remove redundant macro MSR_BOOK3S_MASK. | Yonggang Luo | 1 | -1/+0 |
2022-08-02 | target/mips: Advance pc after semihosting exception | Richard Henderson | 6 | -11/+16 |
2022-08-01 | Merge tag 'pull-target-arm-20220801' of https://git.linaro.org/people/pmaydel... | Richard Henderson | 1 | -23/+22 |
2022-08-01 | Merge tag 'pull-request-2022-08-01' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 3 | -3/+3 |
2022-08-01 | target/arm: Move sve probe inside kvm >= 4.15 branch | Richard Henderson | 1 | -11/+11 |
2022-08-01 | target/arm: Set KVM_ARM_VCPU_SVE while probing the host | Richard Henderson | 1 | -14/+13 |
2022-08-01 | target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cpu_features | Richard Henderson | 1 | -1/+1 |
2022-08-01 | trivial: Fix duplicated words | Thomas Huth | 1 | -1/+1 |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé | 2 | -2/+2 |
2022-07-31 | Hexagon (target/hexagon) make VyV operands use a unique temp | Taylor Simpson | 1 | -5/+4 |
2022-07-29 | hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX' | Xiaojuan Yang | 1 | -1/+1 |
2022-07-29 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 1 | -1/+1 |
2022-07-29 | kvm: don't use perror() without useful errno | Cornelia Huck | 1 | -1/+1 |
2022-07-28 | Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into staging | Richard Henderson | 2 | -8/+91 |
2022-07-28 | target/ppc: Implement new wait variants | Nicholas Piggin | 2 | -8/+91 |
2022-07-27 | RISC-V: Allow both Zmmul and M | Palmer Dabbelt | 1 | -5/+0 |
2022-07-26 | target/arm: Add MO_128 entry to pred_esz_masks[] | Peter Maydell | 2 | -3/+4 |
2022-07-20 | Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 1 | -2/+2 |
2022-07-20 | Merge tag 'pull-hex-20220719-1' of https://github.com/quic/qemu into staging | Peter Maydell | 5 | -19/+59 |
2022-07-19 | Hexagon (target/hexagon) fix bug in mem_noshuf load exception | Taylor Simpson | 5 | -21/+59 |
2022-07-19 | Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load | Taylor Simpson | 1 | -0/+2 |
2022-07-19 | hw/loongarch: Add fdt support | Xiaojuan Yang | 2 | -0/+4 |
2022-07-19 | target/loongarch: Fix float_convd/float_convs test failing | Song Gao | 1 | -63/+80 |
2022-07-19 | target/loongarch/cpu: Fix cpucfg default value | Xiaojuan Yang | 1 | -1/+1 |
2022-07-19 | target/loongarch/op_helper: Fix coverity cond_at_most error | Xiaojuan Yang | 1 | -1/+1 |
2022-07-19 | target/loongarch/tlb_helper: Fix coverity integer overflow error | Xiaojuan Yang | 1 | -2/+2 |
2022-07-19 | target/loongarch/cpu: Fix coverity errors about excp_names | Xiaojuan Yang | 1 | -3/+3 |
2022-07-19 | target/loongarch: Fix loongarch_cpu_class_by_name | Xiaojuan Yang | 1 | -5/+15 |
2022-07-19 | target/s390x: fix handling of zeroes in vfmin/vfmax | Ilya Leoshkevich | 1 | -2/+2 |
2022-07-18 | target/ppc: Check page dir/table base alignment | Leandro Lupori | 1 | -4/+24 |
2022-07-18 | target/ppc: Improve Radix xlate level validation | Leandro Lupori | 1 | -11/+38 |
2022-07-18 | ppc: Check partition and process table alignment | Leandro Lupori | 2 | -4/+18 |
2022-07-18 | target/ppc: check tb_env != 0 before printing TBU/TBL/DECR | Matheus Ferst | 2 | -10/+17 |
2022-07-18 | target/ppc: Implement slbiag | Lucas Coutinho | 4 | -0/+46 |
2022-07-18 | target/ppc: Move slbsync to decodetree | Lucas Coutinho | 3 | -17/+16 |
2022-07-18 | target/ppc: Move slbfee to decodetree | Lucas Coutinho | 5 | -28/+38 |
2022-07-18 | target/ppc: Move slbmfee to decodetree | Lucas Coutinho | 5 | -15/+17 |
2022-07-18 | target/ppc: Move slbmfev to decodetree | Lucas Coutinho | 5 | -14/+18 |
2022-07-18 | target/ppc: Move slbmte to decodetree | Lucas Coutinho | 5 | -16/+18 |
2022-07-18 | target/ppc: Move slbia to decodetree | Lucas Coutinho | 5 | -19/+21 |
2022-07-18 | target/ppc: Move slbieg to decodetree | Lucas Coutinho | 5 | -15/+17 |
2022-07-18 | target/ppc: Move slbie to decodetree | Lucas Coutinho | 5 | -15/+23 |
2022-07-18 | target/ppc: add macros to check privilege level | Matheus Ferst | 2 | -5/+23 |
2022-07-18 | target/ppc: receive DisasContext explicitly in GEN_PRIV | Matheus Ferst | 2 | -149/+154 |
2022-07-18 | target/ppc: Implement ISA 3.00 tlbie[l] | Leandro Lupori | 4 | -0/+188 |
2022-07-18 | target/ppc: Move tlbie[l] to decode tree | Leandro Lupori | 4 | -64/+99 |