aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2018-10-18target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translateRichard Henderson2-27/+38
2018-10-18target/s390x: Skip wout, cout helpers if op helper does not returnRichard Henderson1-5/+15
2018-10-18target/s390x: Split do_cdsg, do_lpq, do_stpqRichard Henderson1-64/+58
2018-10-18target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson1-49/+39
2018-10-12s390x/kvm: enable AP instruction interpretation for guestTony Krowiak1-0/+19
2018-10-12s390x/cpumodel: Set up CPU model for AP device supportTony Krowiak4-0/+11
2018-10-12target/s390x/excp_helper: Remove DPRINTF() macroThomas Huth1-37/+11
2018-10-09s390x/tcg: always enable AFP for linux-userDavid Hildenbrand1-0/+5
2018-10-04s390x/tcg: refactor specification checkingDavid Hildenbrand1-28/+6
2018-10-04s390x/tcg: fix FP register pair checksDavid Hildenbrand1-10/+10
2018-10-04s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand2-145/+76
2018-10-04s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand1-0/+33
2018-10-04s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand2-127/+135
2018-10-04s390x/tcg: support flags for instructionsDavid Hildenbrand2-6/+19
2018-10-04s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand1-0/+8
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand7-20/+44
2018-10-04s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand5-15/+24
2018-10-04target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy1-2/+4
2018-10-04s390x: Fence huge pages prior to 3.1Janosch Frank1-0/+6
2018-08-28target/s390x: use regular spaces in translate.cPavel Zbitskiy1-2/+2
2018-08-28target/s390x: fix PACK reading 1 byte less and writing 1 byte morePavel Zbitskiy1-3/+3
2018-08-28target/s390x: add EX support for TRT and TRTRPavel Zbitskiy1-0/+16
2018-08-28target/s390x: fix IPM polluting irrelevant bitsPavel Zbitskiy1-10/+7
2018-08-28target/s390x: fix CSST decoding and runtime alignment checkPavel Zbitskiy2-3/+3
2018-08-28target/s390x: add BAL and BALR instructionsPavel Zbitskiy2-7/+50
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota1-1/+1
2018-08-20s390x: Enable KVM huge page backing supportJanosch Frank1-2/+33
2018-08-20s390x/kvm: add etoken facilityChristian Borntraeger6-4/+39
2018-08-20s390x/cpumodel: Add "-cpu max" supportDavid Hildenbrand1-25/+57
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck2-11/+0
2018-08-20s390x/cpumodel: enum type S390FeatGroup now gets generatedMichael Mueller3-20/+18
2018-07-18s390x/cpumodel: fix segmentation fault when baselining modelsDavid Hildenbrand1-0/+8
2018-07-02s390x/tcg: fix locking problem with tcg_s390_tod_updatedDavid Hildenbrand1-10/+16
2018-07-02s390x/kvm: indicate alignment in legacy_s390_alloc()David Hildenbrand1-0/+3
2018-07-02s390x/kvm: legacy_s390_alloc() only supports one allocationDavid Hildenbrand1-2/+10
2018-07-02s390x/tcg: fix CPU hotplug with single-threaded TCGDavid Hildenbrand1-5/+12
2018-07-02s390x/tcg: rearm the CKC timer during migrationDavid Hildenbrand3-0/+27
2018-07-02s390x/tcg: implement SET CLOCKDavid Hildenbrand4-2/+27
2018-07-02s390x/tcg: SET CLOCK COMPARATOR can clear CKC interruptsDavid Hildenbrand1-0/+7
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand5-30/+37
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand3-4/+2
2018-07-02s390x/tod: factor out TOD into separate deviceDavid Hildenbrand3-34/+2
2018-07-02s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand4-12/+12
2018-07-02s390x/tcg: avoid overflows in time2tod/tod2timeDavid Hildenbrand1-2/+3
2018-07-02s390x/cpumodel: default enable bpb and ppa15 for z196 and laterChristian Borntraeger1-0/+2
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-10/+10
2018-06-18s390x/cpumodels: add z14 Model ZR1Christian Borntraeger1-0/+1
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell1-5/+5
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-5/+5
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-6/+0