aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-06-19hw/riscv: sifive: Change SiFive E/U CPU reset vector to 0x1004Bin Meng1-8/+8
2020-06-19target/riscv: Rename IBEX CPU init routineBin Meng1-2/+2
2020-06-19target/riscv: Use a smaller guess size for no-MMU PMPAlistair Francis1-5/+9
2020-06-19target/riscv: Implement checks for hfenceAlistair Francis3-26/+24
2020-06-19target/riscv: Move the hfence instructions to the rvh decodeAlistair Francis4-41/+63
2020-06-19target/riscv: Report errors validating 2nd-stage PTEsAlistair Francis1-2/+7
2020-06-19target/riscv: Set access as data_load when validating stage-2 PTEsAlistair Francis1-1/+1
2020-06-19riscv: Keep the CPU init routine names consistentBin Meng1-4/+4
2020-06-19riscv: Generalize CPU init routine for the imacu CPUBin Meng1-21/+10
2020-06-19riscv: Generalize CPU init routine for the gcsu CPUBin Meng1-14/+6
2020-06-19riscv: Generalize CPU init routine for the base CPUBin Meng1-13/+5
2020-06-19riscv: Add helper to make NaN-boxing for FP registerIan Jiang1-2/+15
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali1-2/+1
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell7-689/+1302
2020-06-16Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-06-15' into s...Peter Maydell1-2/+1
2020-06-16target/arm/cpu: adjust virtual time for all KVM arm cpusfangying3-13/+15
2020-06-16target/arm: Convert Neon VDUP (scalar) to decodetreePeter Maydell3-24/+34
2020-06-16target/arm: Convert Neon VTBL, VTBX to decodetreePeter Maydell3-37/+63
2020-06-16target/arm: Convert Neon VEXT to decodetreePeter Maydell3-57/+85
2020-06-16target/arm: Convert Neon 2-reg-scalar long multiplies to decodetreePeter Maydell3-176/+187
2020-06-16target/arm: Convert Neon 2-reg-scalar VQRDMLAH, VQRDMLSH to decodetreePeter Maydell3-36/+79
2020-06-16target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetreePeter Maydell3-40/+34
2020-06-16target/arm: Convert Neon 2-reg-scalar float multiplies to decodetreePeter Maydell3-34/+71
2020-06-16target/arm: Convert Neon 2-reg-scalar integer multiplies to decodetreePeter Maydell3-71/+154
2020-06-16target/arm: Add missing TCG temp free in do_2shift_env_64()Peter Maydell1-0/+1
2020-06-16target/arm: Add 'static' and 'const' annotations to VSHLL function arraysPeter Maydell1-2/+2
2020-06-16target/arm: Convert Neon 3-reg-diff polynomial VMULLPeter Maydell3-57/+48
2020-06-16target/arm: Convert Neon 3-reg-diff saturating doubling multipliesPeter Maydell3-55/+92
2020-06-16target/arm: Convert Neon 3-reg-diff long multipliesPeter Maydell3-15/+86
2020-06-16target/arm: Convert Neon 3-reg-diff VABAL, VABDL to decodetreePeter Maydell4-28/+142
2020-06-16target/arm: Convert Neon 3-reg-diff narrowing ops to decodetreePeter Maydell3-80/+104
2020-06-16target/arm: Convert Neon 3-reg-diff prewidening ops to decodetreePeter Maydell3-12/+151
2020-06-16target/arm: Fix missing temp frees in do_vshll_2shPeter Maydell1-0/+2
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-2/+1
2020-06-15target/mips: msa: Split helpers for MULV.<B|H|W|D>Aleksandar Markovic3-9/+91
2020-06-15target/mips: msa: Split helpers for SUBV.<B|H|W|D>Aleksandar Markovic3-11/+91
2020-06-15target/mips: msa: Split helpers for SUBSUU_S.<B|H|W|D>Aleksandar Markovic3-20/+103
2020-06-15target/mips: msa: Split helpers for SUBSUS_U.<B|H|W|D>Aleksandar Markovic3-20/+103
2020-06-15target/mips: msa: Split helpers for SUBS_U.<B|H|W|D>Aleksandar Markovic3-10/+93
2020-06-15target/mips: msa: Split helpers for SUBS_S.<B|H|W|D>Aleksandar Markovic3-14/+97
2020-06-15target/mips: msa: Split helpers for DOTP_U.<H|W|D>Aleksandar Markovic3-14/+67
2020-06-15target/mips: msa: Split helpers for DOTP_S.<H|W|D>Aleksandar Markovic3-14/+69
2020-06-15target/mips: msa: Split helpers for DPSUB_U.<H|W|D>Aleksandar Markovic3-15/+68
2020-06-15target/mips: msa: Split helpers for DPSUB_S.<H|W|D>Aleksandar Markovic3-15/+68
2020-06-15target/mips: msa: Split helpers for DPADD_U.<H|W|D>Aleksandar Markovic3-15/+68
2020-06-15target/mips: msa: Split helpers for DPADD_S.<H|W|D>Aleksandar Markovic3-28/+78
2020-06-15target/mips: msa: Split helpers for MSUBV.<B|H|W|D>Aleksandar Markovic3-11/+93
2020-06-15target/mips: msa: Split helpers for MADDV.<B|H|W|D>Aleksandar Markovic3-12/+92
2020-06-15target/mips: Add comments for vendor-specific ASEsJiaxun Yang1-0/+4
2020-06-15target/mips: Legalize Loongson insn flagsJiaxun Yang2-8/+9