aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-21tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64Peter Maydell
2021-06-21target/arm: Implement MVE VNEGPeter Maydell
2021-06-21target/arm: Implement MVE VABSPeter Maydell
2021-06-21target/arm: Implement MVE VMVN (register)Peter Maydell
2021-06-21target/arm: Implement MVE VREV16, VREV32, VREV64Peter Maydell
2021-06-21target/arm: Implement MVE VCLSPeter Maydell
2021-06-21target/arm: Implement MVE VCLZPeter Maydell
2021-06-21target/arm: Implement widening/narrowing MVE VLDR/VSTR insnsPeter Maydell
2021-06-21target/arm: Implement MVE VLDR/VSTR (non-widening forms)Peter Maydell
2021-06-21target/arm: Handle FPU check for FPCXT_NS insns via vfp_access_check_m()Peter Maydell
2021-06-21target/arm: Split vfp_access_check() into A and M versionsPeter Maydell
2021-06-21target/arm: Factor FP context update code out into helper functionPeter Maydell
2021-06-21target/arm: Handle writeback in VLDR/VSTR sysreg with no memory accessPeter Maydell
2021-06-21target/arm: Don't NOCP fault for FPCXT_NS accessesPeter Maydell
2021-06-21target/arm: Handle FPU being disabled in FPCXT_NS accessesPeter Maydell
2021-06-21target/arm/translate-vfp.c: Whitespace fixesPeter Maydell
2021-06-21docs/system/arm: Document which architecture extensions we emulatePeter Maydell
2021-06-21target/arm: Use acpi_ghes_present() to see if we report ACPI memory errorsPeter Maydell
2021-06-21hw/acpi: Provide function acpi_ghes_present()Peter Maydell
2021-06-21hw/acpi: Provide stub version of acpi_ghes_record_errors()Peter Maydell
2021-06-21Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell
2021-06-21MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs sectionPhilippe Mathieu-Daudé
2021-06-21s390x/css: Add passthrough IRBEric Farman
2021-06-21s390x/css: Refactor IRB constructionEric Farman
2021-06-21s390x/css: Split out the IRB sense dataEric Farman
2021-06-21s390x/css: Introduce an ESW structEric Farman
2021-06-21linux-user/s390x: Save and restore psw.mask properlyRichard Henderson
2021-06-21target/s390x: Use s390_cpu_{set_psw, get_psw_mask} in gdbstubRichard Henderson
2021-06-21target/s390x: Improve s390_cpu_dump_state vs cc_opRichard Henderson
2021-06-21target/s390x: Do not modify cpu state in s390_cpu_get_psw_maskRichard Henderson
2021-06-21target/s390x: Expose load_psw and get_psw_mask to cpu.hRichard Henderson
2021-06-21configure: Check whether we can compile the s390-ccw bios with -msoft-floatThomas Huth
2021-06-21s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2David Hildenbrand
2021-06-21s390x/tcg: We support Vector enhancements facilityDavid Hildenbrand
2021-06-21linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand
2021-06-21s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)David Hildenbrand
2021-06-21s390x/tcg: Implement VECTOR FP NEGATIVE MULTIPLY AND (ADD|SUBTRACT)David Hildenbrand
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP MULTIPLY AND (ADD|SUBTRACT)David Hildenbrand
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP TEST DATA CLASS IMMEDIATEDavid Hildenbrand
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP PERFORM SIGN OPERATIONDavid Hildenbrand
2021-06-21s390x/tcg: Implement 128 bit for VECTOR FP LOAD ROUNDEDDavid Hildenbrand
2021-06-21s390x/tcg: Implement 64 bit for VECTOR FP LOAD LENGTHENEDDavid Hildenbrand
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE (AND SIGNAL) SCALARDavid Hildenbrand
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE *David Hildenbrand
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR (LOAD FP INTEGER|FP SQUARE ROOT)David Hildenbrand
2021-06-21s390x/tcg: Implement 32/128 bit for VECTOR FP (ADD|DIVIDE|MULTIPLY|SUBTRACT)David Hildenbrand
2021-06-21s390x/tcg: Implement VECTOR MULTIPLY SUM LOGICALDavid Hildenbrand
2021-06-21s390x/tcg: Implement VECTOR BIT PERMUTEDavid Hildenbrand
2021-06-21s390x/tcg: Simplify wfc64() handlingDavid Hildenbrand