aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-21target/arm: Implement MVE VDUPPeter Maydell4-0/+55
2021-06-21tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64Peter Maydell3-11/+18
2021-06-21target/arm: Implement MVE VNEGPeter Maydell4-0/+35
2021-06-21target/arm: Implement MVE VABSPeter Maydell4-0/+37
2021-06-21target/arm: Implement MVE VMVN (register)Peter Maydell4-0/+14
2021-06-21target/arm: Implement MVE VREV16, VREV32, VREV64Peter Maydell4-0/+51
2021-06-21target/arm: Implement MVE VCLSPeter Maydell4-0/+13
2021-06-21target/arm: Implement MVE VCLZPeter Maydell4-0/+132
2021-06-21target/arm: Implement widening/narrowing MVE VLDR/VSTR insnsPeter Maydell4-2/+58
2021-06-21target/arm: Implement MVE VLDR/VSTR (non-widening forms)Peter Maydell7-0/+351
2021-06-21target/arm: Handle FPU check for FPCXT_NS insns via vfp_access_check_m()Peter Maydell3-14/+11
2021-06-21target/arm: Split vfp_access_check() into A and M versionsPeter Maydell1-30/+47
2021-06-21target/arm: Factor FP context update code out into helper functionPeter Maydell1-46/+58
2021-06-21target/arm: Handle writeback in VLDR/VSTR sysreg with no memory accessPeter Maydell1-30/+72
2021-06-21target/arm: Don't NOCP fault for FPCXT_NS accessesPeter Maydell5-528/+542
2021-06-21target/arm: Handle FPU being disabled in FPCXT_NS accessesPeter Maydell1-2/+30
2021-06-21target/arm/translate-vfp.c: Whitespace fixesPeter Maydell1-6/+5
2021-06-21docs/system/arm: Document which architecture extensions we emulatePeter Maydell2-0/+108
2021-06-21target/arm: Use acpi_ghes_present() to see if we report ACPI memory errorsPeter Maydell1-5/+1
2021-06-21hw/acpi: Provide function acpi_ghes_present()Peter Maydell3-0/+31
2021-06-21hw/acpi: Provide stub version of acpi_ghes_record_errors()Peter Maydell2-3/+20
2021-06-21Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell15-1154/+1712
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell34-2073/+3174
2021-06-21MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs sectionPhilippe Mathieu-Daudé1-0/+1
2021-06-21s390x/css: Add passthrough IRBEric Farman4-1/+23
2021-06-21s390x/css: Refactor IRB constructionEric Farman4-16/+33
2021-06-21s390x/css: Split out the IRB sense dataEric Farman1-7/+12
2021-06-21s390x/css: Introduce an ESW structEric Farman2-7/+24
2021-06-21linux-user/s390x: Save and restore psw.mask properlyRichard Henderson1-5/+32
2021-06-21target/s390x: Use s390_cpu_{set_psw, get_psw_mask} in gdbstubRichard Henderson1-13/+2
2021-06-21target/s390x: Improve s390_cpu_dump_state vs cc_opRichard Henderson1-5/+7
2021-06-21target/s390x: Do not modify cpu state in s390_cpu_get_psw_maskRichard Henderson1-4/+4
2021-06-21target/s390x: Expose load_psw and get_psw_mask to cpu.hRichard Henderson6-61/+69
2021-06-21configure: Check whether we can compile the s390-ccw bios with -msoft-floatThomas Huth1-1/+1
2021-06-21s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2David Hildenbrand3-8/+14
2021-06-21s390x/tcg: We support Vector enhancements facilityDavid Hildenbrand1-0/+1
2021-06-21linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand2-0/+8
2021-06-21s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)David Hildenbrand5-0/+391
2021-06-21s390x/tcg: Implement VECTOR FP NEGATIVE MULTIPLY AND (ADD|SUBTRACT)David Hildenbrand4-2/+49
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP MULTIPLY AND (ADD|SUBTRACT)David Hildenbrand3-8/+87
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP TEST DATA CLASS IMMEDIATEDavid Hildenbrand3-2/+70
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP PERFORM SIGN OPERATIONDavid Hildenbrand1-33/+73
2021-06-21s390x/tcg: Implement 128 bit for VECTOR FP LOAD ROUNDEDDavid Hildenbrand3-1/+30
2021-06-21s390x/tcg: Implement 64 bit for VECTOR FP LOAD LENGTHENEDDavid Hildenbrand3-3/+30
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE (AND SIGNAL) SCALARDavid Hildenbrand3-9/+77
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE *David Hildenbrand3-12/+121
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR (LOAD FP INTEGER|FP SQUARE ROOT)David Hildenbrand3-15/+109
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP (ADD|DIVIDE|MULTIPLY|SUBTRACT)David Hildenbrand3-14/+153
2021-06-21s390x/tcg: Implement VECTOR MULTIPLY SUM LOGICALDavid Hildenbrand2-0/+52
2021-06-21s390x/tcg: Implement VECTOR BIT PERMUTEDavid Hildenbrand4-0/+33