summaryrefslogtreecommitdiffstats
path: root/target/s390x/helper.c
Commit message (Expand)AuthorAgeFilesLines
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* target/s390x: Honor CPU_DUMP_FPURichard Henderson2018-05-181-11/+12
* s390x: load_psw() should only exchange the PSW for KVMDavid Hildenbrand2018-04-091-4/+6
* s390x/cpu: expose the guest crash informationChristian Borntraeger2018-02-261-1/+4
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* target/s390x: nuke DPRINTF in helper.cCornelia Huck2017-12-141-18/+0Star
* s390x: fix storing CPU status (again)David Hildenbrand2017-11-201-1/+1
* s390x: move s390x_new_cpu() into board codeIgor Mammedov2017-10-201-20/+0Star
* s390x: fix cpu object referrence leak in s390x_new_cpu()Igor Mammedov2017-10-201-1/+1
* s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand2017-10-201-0/+1
* s390x/kvm: factor out storing of adtl CPU statusDavid Hildenbrand2017-10-201-0/+29
* s390x/kvm: factor out storing of CPU statusDavid Hildenbrand2017-10-201-0/+60
* target/s390x: interpret PSW_MASK_WAIT only for TCGDavid Hildenbrand2017-10-201-1/+2
* target/s390x: factor out handling of WAIT PSW into s390_handle_wait()David Hildenbrand2017-10-201-6/+21
* s390x/tcg: turn INTERRUPT_EXT into a maskDavid Hildenbrand2017-10-201-10/+2Star
* s390x: get rid of cpu_s390x_create()David Hildenbrand2017-09-191-43/+2Star
* target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand2017-09-191-2/+2
* s390x: replace cpu_s390x_init() with cpu_generic_init()Igor Mammedov2017-09-011-14/+0Star
* target/s390x: introduce internal.hDavid Hildenbrand2017-08-301-0/+1
* target/s390x: move cc_name() to helper.cDavid Hildenbrand2017-08-301-0/+48
* target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth2017-07-251-468/+4Star
* target/s390x: Rework program_interrupt() and related functionsThomas Huth2017-07-251-10/+0Star
* target/s390x: Move s390_cpu_dump_state() to helper.cThomas Huth2017-07-251-0/+60
* target/s390x: rework PGM interrupt psw.addr handlingDavid Hildenbrand2017-06-131-9/+35
* target/s390x: addressing exceptions are suppressingDavid Hildenbrand2017-06-071-1/+1
* target/s390x: Implement EXECUTE via new TranslationBlockRichard Henderson2017-06-061-0/+5
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* target/s390x: Diagnose specification exception for atomicsRichard Henderson2017-05-131-0/+16
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+721