aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-1/+1
2023-02-27target/s390x: Use tcg_constant_* in translate_vx.c.incRichard Henderson1-25/+20
2023-02-27target/s390x: Use tcg_constant_i32 for fpinst_extract_m34Richard Henderson1-25/+1
2023-02-27target/s390x: Use tcg_constant_* for DisasCompareRichard Henderson1-22/+22
2023-02-27target/s390x: Use tcg_constant_* in local contextsRichard Henderson1-263/+147
2023-02-27target/s390x: Hoist some computation in access_memmoveRichard Henderson1-6/+7
2023-02-27target/s390x: Inline do_access_{get,set}_byteRichard Henderson1-40/+30
2023-02-27target/s390x: Remove TLB_NOTDIRTY workaroundsRichard Henderson1-52/+22
2023-02-27target/s390x: Tidy access_prepare_nfRichard Henderson1-17/+13
2023-02-27target/s390x: Use void* for haddr in S390AccessRichard Henderson1-5/+6
2023-02-27target/s390x: Pass S390Access pointer into access_prepareRichard Henderson1-50/+50
2023-02-27target/s390x: Fix s390_probe_access for user-onlyRichard Henderson1-13/+18
2023-02-27target/s390x/arch_dump: Simplify memory allocation in s390x_write_elf64_notes()Thomas Huth1-13/+7
2023-02-27target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()Thomas Huth1-1/+1
2023-02-04target/s390x: Implement CC_OP_NZ in gen_op_calc_ccRichard Henderson1-0/+3
2023-02-04target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSGRichard Henderson4-78/+33
2023-02-04target/s390x: Use Int128 for passing float128Richard Henderson4-105/+121
2023-02-04target/s390x: Use Int128 for returning float128Richard Henderson4-59/+63
2023-02-04target/s390x: Copy wout_x1 to wout_x1_PRichard Henderson2-6/+14
2023-02-04target/s390x: Use Int128 for return from TRERichard Henderson3-7/+9
2023-02-04target/s390x: Use Int128 for return from CKSMRichard Henderson3-7/+8
2023-02-04target/s390x: Use Int128 for return from CLSTRichard Henderson3-10/+11
2023-02-04target/s390x: Use a single return for helper_divs64/u64Richard Henderson3-35/+21
2023-02-04target/s390x: Use a single return for helper_divs32/u32Richard Henderson3-18/+18
2023-01-09target/s390x: Restrict sysemu/reset.h to system emulationPhilippe Mathieu-Daudé1-1/+3
2023-01-09target/s390x/tcg/excp_helper: Restrict system headers to sysemuPhilippe Mathieu-Daudé1-4/+4
2023-01-09target/s390x/tcg/misc_helper: Remove unused "memory.h" includePhilippe Mathieu-Daudé1-1/+0
2023-01-09hw/s390x/pv: Restrict Protected Virtualization to sysemuPhilippe Mathieu-Daudé2-1/+7
2022-12-15target/s390x: The MVCP and MVCS instructions are not privilegedThomas Huth4-10/+20
2022-12-15target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()Thomas Huth1-1/+1
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+0
2022-12-03target/s390x/tcg: Fix and improve the SACF instructionThomas Huth2-1/+8
2022-11-16s390x: Fix spelling errorsThomas Huth7-11/+11
2022-11-05target/s390x: Rename insn-data/format.def -> insn-data/format.h.incPhilippe Mathieu-Daudé3-6/+6
2022-11-01Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi1-4/+10
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-10-31target/s390x: fake instruction loading when handling 'ex'Alex Bennée1-0/+6
2022-10-31target/s390x: don't probe next pc for EXecuted insnsAlex Bennée1-3/+3
2022-10-31target/s390x: don't use ld_code2 to probe next pcAlex Bennée1-1/+1
2022-10-27target/s390x: Fix emulation of the VISTR instructionThomas Huth1-1/+1
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi5-27/+257
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi3-3/+9
2022-10-26s390x: pv: Add dump supportJanosch Frank1-27/+235
2022-10-26s390x: Add protected dump capJanosch Frank4-0/+22
2022-10-26target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson3-3/+9
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster1-1/+1
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+4
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini1-0/+4
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank2-6/+6
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8