summaryrefslogtreecommitdiff
path: root/target/s390x/helper.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-09s390x: load_psw() should only exchange the PSW for KVMDavid Hildenbrand1-4/+6
2018-02-26s390x/cpu: expose the guest crash informationChristian Borntraeger1-1/+4
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2017-12-14target/s390x: nuke DPRINTF in helper.cCornelia Huck1-18/+0
2017-11-20s390x: fix storing CPU status (again)David Hildenbrand1-1/+1
2017-10-20s390x: move s390x_new_cpu() into board codeIgor Mammedov1-20/+0
2017-10-20s390x: fix cpu object referrence leak in s390x_new_cpu()Igor Mammedov1-1/+1
2017-10-20s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand1-0/+1
2017-10-20s390x/kvm: factor out storing of adtl CPU statusDavid Hildenbrand1-0/+29
2017-10-20s390x/kvm: factor out storing of CPU statusDavid Hildenbrand1-0/+60
2017-10-20target/s390x: interpret PSW_MASK_WAIT only for TCGDavid Hildenbrand1-1/+2
2017-10-20target/s390x: factor out handling of WAIT PSW into s390_handle_wait()David Hildenbrand1-6/+21
2017-10-20s390x/tcg: turn INTERRUPT_EXT into a maskDavid Hildenbrand1-10/+2
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand1-43/+2
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand1-2/+2
2017-09-01s390x: replace cpu_s390x_init() with cpu_generic_init()Igor Mammedov1-14/+0
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2017-08-30target/s390x: move cc_name() to helper.cDavid Hildenbrand1-0/+48
2017-07-25target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth1-468/+4
2017-07-25target/s390x: Rework program_interrupt() and related functionsThomas Huth1-10/+0
2017-07-25target/s390x: Move s390_cpu_dump_state() to helper.cThomas Huth1-0/+60
2017-06-13target/s390x: rework PGM interrupt psw.addr handlingDavid Hildenbrand1-9/+35
2017-06-06target/s390x: addressing exceptions are suppressingDavid Hildenbrand1-1/+1
2017-06-06target/s390x: Implement EXECUTE via new TranslationBlockRichard Henderson1-0/+5
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-12target/s390x: Diagnose specification exception for atomicsRichard Henderson1-0/+16
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+721