aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)Author
2019-03-04s390x: Add floating-point extension facility to "qemu" cpu modelDavid Hildenbrand
2019-03-04s390x/tcg: Handle all rounding modes overwritten by BFP instructionsDavid Hildenbrand
2019-03-04s390x/tcg: Implement rounding mode and XxC for LOAD ROUNDEDDavid Hildenbrand
2019-03-04s390x/tcg: Implement XxC and checks for most FP instructionsDavid Hildenbrand
2019-03-04s390x/tcg: Prepare for IEEE-inexact-exception control (XxC)David Hildenbrand
2019-03-04s390x/tcg: Refactor saving/restoring the bfp rounding modeDavid Hildenbrand
2019-03-04s390x/tcg: Check for exceptions in SET BFP ROUNDING MODEDavid Hildenbrand
2019-03-04s390x/tcg: Handle SET FPC AND LOAD FPC 3-bit BFP rounding modesDavid Hildenbrand
2019-03-04s390x/tcg: Fix simulated-IEEE exceptionsDavid Hildenbrand
2019-03-04s390x/tcg: Refactor SET FPC AND SIGNAL handlingDavid Hildenbrand
2019-03-04s390x/tcg: Hide IEEE underflows in some scenariosDavid Hildenbrand
2019-03-04s390x/tcg: Fix parts of IEEE exception handlingDavid Hildenbrand
2019-03-04s390x/tcg: Factor out conversion of softfloat exceptionsDavid Hildenbrand
2019-03-04s390x/tcg: Fix rounding from float128 to uint64_t/uint32_tDavid Hildenbrand
2019-03-04s390x/tcg: Fix TEST DATA CLASS instructionsDavid Hildenbrand
2019-03-04s390x/tcg: Implement LOAD COUNT TO BLOCK BOUNDARYDavid Hildenbrand
2019-03-04s390x/tcg: Implement LOAD LENGTHENED short HFP to long HFPDavid Hildenbrand
2019-03-04s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()David Hildenbrand
2019-03-04s390x/tcg: Factor out vec_full_reg_offset()David Hildenbrand
2019-03-04s390x/tcg: Clarify terminology in vec_reg_offset()David Hildenbrand
2019-03-04s390x/tcg: Simplify disassembler operands initializationDavid Hildenbrand
2019-03-04s390x/tcg: RXE has an optional M3 fieldDavid Hildenbrand
2019-03-04s390x/tcg: Save vregs to extended mchk save areaDavid Hildenbrand
2019-03-04s390x: use a QEMU-style typedef + name for SIGP save area structDavid Hildenbrand
2019-03-04s390x: Use cpu_to_be64 in SIGP STORE ADDITIONAL STATUSDavid Hildenbrand
2019-02-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau
2019-02-18qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau
2019-02-18s390x/kvm: add tracepoint to ioeventfd interfaceCornelia Huck
2019-02-18s390x/cpumodel: add z14 GA2 modelCollin Walling
2019-02-18s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling
2019-02-18s390x/cpumodel: mepochptff: warn when no mepoch and re-align group initCollin Walling
2019-02-18s390x: add zPCI feature to "qemu" CPU modelDavid Hildenbrand
2019-02-18target/s390x: Implement STCK et al for CONFIG_USER_ONLYRichard Henderson
2019-02-18target/s390x: Split out s390-tod.hRichard Henderson
2019-02-18s390x: always provide pci supportCornelia Huck
2019-02-18s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth
2019-02-04s390x/tcg: Don't model FP registers as globalsDavid Hildenbrand
2019-02-04s390x: remove direct reference to mem_path global from s390x codeIgor Mammedov
2019-02-04target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCGAlex Bennée
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth
2019-01-18s390x: Return specification exception for unimplemented diag 308 subcodesJanosch Frank
2018-10-18target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translateRichard Henderson
2018-10-18target/s390x: Skip wout, cout helpers if op helper does not returnRichard Henderson
2018-10-18target/s390x: Split do_cdsg, do_lpq, do_stpqRichard Henderson
2018-10-18target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson
2018-10-12s390x/kvm: enable AP instruction interpretation for guestTony Krowiak
2018-10-12s390x/cpumodel: Set up CPU model for AP device supportTony Krowiak
2018-10-12target/s390x/excp_helper: Remove DPRINTF() macroThomas Huth