summaryrefslogtreecommitdiffstats
path: root/target/s390x/translate.c
Commit message (Expand)AuthorAgeFilesLines
...
* s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand2018-10-041-10/+9Star
* target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy2018-10-041-2/+4
* target/s390x: use regular spaces in translate.cPavel Zbitskiy2018-08-281-2/+2
* target/s390x: fix IPM polluting irrelevant bitsPavel Zbitskiy2018-08-281-10/+7Star
* target/s390x: fix CSST decoding and runtime alignment checkPavel Zbitskiy2018-08-281-2/+2
* target/s390x: add BAL and BALR instructionsPavel Zbitskiy2018-08-281-7/+47
* s390x/tcg: implement SET CLOCKDavid Hildenbrand2018-07-021-0/+9
* tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-5/+5
* target/s390x: convert to TranslatorOpsEmilio G. Cota2018-05-091-82/+80Star
* target/s390x: convert to DisasContextBaseEmilio G. Cota2018-05-091-72/+76
* target/s390x: convert to DisasJumpTypeEmilio G. Cota2018-05-091-635/+632Star
* target/s390x: avoid integer overflow in next_page PC checkEmilio G. Cota2018-05-091-3/+3
* s390x/tcg: add various alignment checksDavid Hildenbrand2018-02-261-1/+42
* s390x/tcg: fix disabling/enabling DATDavid Hildenbrand2018-02-261-3/+7
* s390x/tcg: wire up pci instructionsCornelia Huck2018-02-091-0/+102
* s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand2018-02-091-0/+8
* s390x/tcg: implement TEST PROTECTIONDavid Hildenbrand2018-01-221-1/+1
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-22/+20Star
* s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand2017-12-141-0/+31
* s390x/tcg: Implement SIGNAL ADAPTER instructionDavid Hildenbrand2017-12-141-0/+8
* s390x/tcg: Implement STORE CHANNEL PATH STATUSDavid Hildenbrand2017-12-141-0/+7
* s390x/tcg: wire up SET CHANNEL MONITORDavid Hildenbrand2017-12-141-0/+7
* s390x/tcg: wire up SET ADDRESS LIMITDavid Hildenbrand2017-12-141-0/+7
* s390x/tcg: implement Interlocked-Access Facility 2David Hildenbrand2017-12-141-0/+63
* s390x/tcg: ASI/ASGI/ALSI/ALSGI are atomic with Interlocked-acccess facility 1David Hildenbrand2017-12-141-0/+21
* s390x/tcg: wire up STORE CHANNEL REPORT WORDDavid Hildenbrand2017-12-141-0/+8
* s390x/tcg: indicate value of TODPR in STCKEDavid Hildenbrand2017-12-141-0/+5
* s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELDDavid Hildenbrand2017-12-141-0/+7
* s390x/tcg: drop potential_page_fault()David Hildenbrand2017-12-141-7/+2Star
* s390x/tcg: use s390_program_interrupt() in STSIDavid Hildenbrand2017-12-141-1/+0Star
* s390x/tcg: use s390_program_interrupt() in per_check_exception()David Hildenbrand2017-12-141-3/+0Star
* s390x/tcg: use s390_program_interrupt() in DIAGDavid Hildenbrand2017-12-141-3/+0Star
* s390x/tcg: use s390_program_interrupt() in SCLP Service CallDavid Hildenbrand2017-12-141-1/+0Star
* s390x/tcg: io instructions don't need potential_page_fault()David Hildenbrand2017-12-141-10/+0Star
* target/s390x: Finish implementing RISBGNRichard Henderson2017-11-091-6/+3Star
* Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2017-10-271-1/+1
|\
| * disas: Remove unused flags argumentsRichard Henderson2017-10-251-1/+1
* | tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-6/+0Star
* | tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* | target/s390x: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-5/+21
* | tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-4/+4
|/
* s390x/tcg: refactor stfl(e) to use s390_get_feat_block()David Hildenbrand2017-10-201-1/+0Star
* s390x/tcg: switch to new SIGP handling codeDavid Hildenbrand2017-10-201-2/+3
* s390x/tcg: take care of external interrupt subclassesDavid Hildenbrand2017-10-201-2/+4
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-101-1/+1
* s390x/tcg: make stora(g) use the new _real mmuDavid Hildenbrand2017-10-061-2/+0Star
* s390x/tcg: make lura(g) use the new _real mmu.David Hildenbrand2017-10-061-2/+0Star
* s390x/tcg: add basic MSA featuresDavid Hildenbrand2017-10-061-0/+56
* s390x/tcg: implement spm (SET PROGRAM MASK)David Hildenbrand2017-10-061-0/+11
* target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand2017-09-191-4/+1Star