summaryrefslogtreecommitdiff
path: root/target/s390x/translate.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-26s390x/tcg: add various alignment checksDavid Hildenbrand1-1/+42
2018-02-26s390x/tcg: fix disabling/enabling DATDavid Hildenbrand1-3/+7
2018-02-09s390x/tcg: wire up pci instructionsCornelia Huck1-0/+102
2018-02-09s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand1-0/+8
2018-01-22s390x/tcg: implement TEST PROTECTIONDavid Hildenbrand1-1/+1
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-22/+20
2017-12-14s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand1-0/+31
2017-12-14s390x/tcg: Implement SIGNAL ADAPTER instructionDavid Hildenbrand1-0/+8
2017-12-14s390x/tcg: Implement STORE CHANNEL PATH STATUSDavid Hildenbrand1-0/+7
2017-12-14s390x/tcg: wire up SET CHANNEL MONITORDavid Hildenbrand1-0/+7
2017-12-14s390x/tcg: wire up SET ADDRESS LIMITDavid Hildenbrand1-0/+7
2017-12-14s390x/tcg: implement Interlocked-Access Facility 2David Hildenbrand1-0/+63
2017-12-14s390x/tcg: ASI/ASGI/ALSI/ALSGI are atomic with Interlocked-acccess facility 1David Hildenbrand1-0/+21
2017-12-14s390x/tcg: wire up STORE CHANNEL REPORT WORDDavid Hildenbrand1-0/+8
2017-12-14s390x/tcg: indicate value of TODPR in STCKEDavid Hildenbrand1-0/+5
2017-12-14s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELDDavid Hildenbrand1-0/+7
2017-12-14s390x/tcg: drop potential_page_fault()David Hildenbrand1-7/+2
2017-12-14s390x/tcg: use s390_program_interrupt() in STSIDavid Hildenbrand1-1/+0
2017-12-14s390x/tcg: use s390_program_interrupt() in per_check_exception()David Hildenbrand1-3/+0
2017-12-14s390x/tcg: use s390_program_interrupt() in DIAGDavid Hildenbrand1-3/+0
2017-12-14s390x/tcg: use s390_program_interrupt() in SCLP Service CallDavid Hildenbrand1-1/+0
2017-12-14s390x/tcg: io instructions don't need potential_page_fault()David Hildenbrand1-10/+0
2017-11-09target/s390x: Finish implementing RISBGNRichard Henderson1-6/+3
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-1/+1
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-6/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24target/s390x: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-5/+21
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-4/+4
2017-10-20s390x/tcg: refactor stfl(e) to use s390_get_feat_block()David Hildenbrand1-1/+0
2017-10-20s390x/tcg: switch to new SIGP handling codeDavid Hildenbrand1-2/+3
2017-10-20s390x/tcg: take care of external interrupt subclassesDavid Hildenbrand1-2/+4
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-1/+1
2017-10-06s390x/tcg: make stora(g) use the new _real mmuDavid Hildenbrand1-2/+0
2017-10-06s390x/tcg: make lura(g) use the new _real mmu.David Hildenbrand1-2/+0
2017-10-06s390x/tcg: add basic MSA featuresDavid Hildenbrand1-0/+56
2017-10-06s390x/tcg: implement spm (SET PROGRAM MASK)David Hildenbrand1-0/+11
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand1-4/+1
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova1-1/+2
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2017-07-25target/s390x: Move s390_cpu_dump_state() to helper.cThomas Huth1-60/+0
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-3/+2
2017-07-17target/s390x: Fix risbg handlingRichard Henderson1-2/+2
2017-07-17target/s390x: Implement TRTRRichard Henderson1-0/+9
2017-07-17target/s390x: Implement SRSTURichard Henderson1-0/+13
2017-07-17target/s390x: Tidy SRSTRichard Henderson1-2/+7
2017-07-17target/s390x: Implement CONVERT UNICODE insnsRichard Henderson1-0/+51
2017-07-17target/s390x: Implement CSSTRichard Henderson1-1/+12
2017-06-23target/s390x: Implement idte instructionDavid Hildenbrand1-0/+15
2017-06-23target/s390x: Indicate and check for local tlb clearingDavid Hildenbrand1-1/+5