summaryrefslogtreecommitdiffstats
path: root/target/s390x
Commit message (Expand)AuthorAgeFilesLines
...
* s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()David Hildenbrand2019-03-041-15/+26
* s390x/tcg: Factor out vec_full_reg_offset()David Hildenbrand2019-03-041-2/+7
* s390x/tcg: Clarify terminology in vec_reg_offset()David Hildenbrand2019-03-041-5/+6
* s390x/tcg: Simplify disassembler operands initializationDavid Hildenbrand2019-03-041-7/+1Star
* s390x/tcg: RXE has an optional M3 fieldDavid Hildenbrand2019-03-041-1/+1
* s390x/tcg: Save vregs to extended mchk save areaDavid Hildenbrand2019-03-042-3/+47
* s390x: use a QEMU-style typedef + name for SIGP save area structDavid Hildenbrand2019-03-041-4/+4
* s390x: Use cpu_to_be64 in SIGP STORE ADDITIONAL STATUSDavid Hildenbrand2019-03-041-10/+21
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell2019-02-181-4/+5
|\
| * qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau2019-02-181-1/+1
| * qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau2019-02-181-1/+1
| * qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau2019-02-181-2/+3
* | s390x/kvm: add tracepoint to ioeventfd interfaceCornelia Huck2019-02-182-0/+3
* | s390x/cpumodel: add z14 GA2 modelCollin Walling2019-02-182-0/+8
* | s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling2019-02-183-0/+28
* | s390x/cpumodel: mepochptff: warn when no mepoch and re-align group initCollin Walling2019-02-182-1/+5
* | s390x: add zPCI feature to "qemu" CPU modelDavid Hildenbrand2019-02-181-2/+6
* | target/s390x: Implement STCK et al for CONFIG_USER_ONLYRichard Henderson2019-02-184-18/+31
* | target/s390x: Split out s390-tod.hRichard Henderson2019-02-181-0/+29
* | s390x: always provide pci supportCornelia Huck2019-02-183-9/+1Star
* | s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth2019-02-183-33/+24Star
|/
* s390x/tcg: Don't model FP registers as globalsDavid Hildenbrand2019-02-042-125/+160
* s390x: remove direct reference to mem_path global from s390x codeIgor Mammedov2019-02-041-2/+3
* target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCGAlex Bennée2019-02-041-0/+4
* target/s390x: Fix LGPL version in the file header commentsThomas Huth2019-01-309-9/+9
* s390x: Return specification exception for unimplemented diag 308 subcodesJanosch Frank2019-01-181-1/+1
* target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translateRichard Henderson2018-10-192-27/+38
* target/s390x: Skip wout, cout helpers if op helper does not returnRichard Henderson2018-10-191-5/+15
* target/s390x: Split do_cdsg, do_lpq, do_stpqRichard Henderson2018-10-191-64/+58Star
* target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson2018-10-191-49/+39Star
* s390x/kvm: enable AP instruction interpretation for guestTony Krowiak2018-10-121-0/+19
* s390x/cpumodel: Set up CPU model for AP device supportTony Krowiak2018-10-124-0/+11
* target/s390x/excp_helper: Remove DPRINTF() macroThomas Huth2018-10-121-37/+11Star
* s390x/tcg: always enable AFP for linux-userDavid Hildenbrand2018-10-091-0/+5
* s390x/tcg: refactor specification checkingDavid Hildenbrand2018-10-041-28/+6Star
* s390x/tcg: fix FP register pair checksDavid Hildenbrand2018-10-041-10/+10
* s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand2018-10-042-145/+76Star
* s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand2018-10-041-0/+33
* s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand2018-10-042-127/+135
* s390x/tcg: support flags for instructionsDavid Hildenbrand2018-10-042-6/+19
* s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand2018-10-041-0/+8
* s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand2018-10-047-20/+44
* s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand2018-10-045-15/+24
* target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy2018-10-041-2/+4
* s390x: Fence huge pages prior to 3.1Janosch Frank2018-10-041-0/+6
* target/s390x: use regular spaces in translate.cPavel Zbitskiy2018-08-281-2/+2
* target/s390x: fix PACK reading 1 byte less and writing 1 byte morePavel Zbitskiy2018-08-281-3/+3
* target/s390x: add EX support for TRT and TRTRPavel Zbitskiy2018-08-281-0/+16
* target/s390x: fix IPM polluting irrelevant bitsPavel Zbitskiy2018-08-281-10/+7Star
* target/s390x: fix CSST decoding and runtime alignment checkPavel Zbitskiy2018-08-282-3/+3