summaryrefslogtreecommitdiff
path: root/target/s390x/misc_helper.c
AgeCommit message (Expand)Author
2019-12-18target/s390x: Split out helper_per_store_realRichard Henderson
2019-10-09target/s390x: Use tcg_s390_program_interrupt in TCG helpersRichard Henderson
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson
2019-06-07s390x/tcg: Store only the necessary amount of doublewords for STFLEDavid Hildenbrand
2019-06-07s390x/tcg: Fix max_byte detection for stfleDavid Hildenbrand
2019-02-18target/s390x: Implement STCK et al for CONFIG_USER_ONLYRichard Henderson
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth
2018-07-02s390x/tcg: fix locking problem with tcg_s390_tod_updatedDavid Hildenbrand
2018-07-02s390x/tcg: implement SET CLOCKDavid Hildenbrand
2018-07-02s390x/tcg: SET CLOCK COMPARATOR can clear CKC interruptsDavid Hildenbrand
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand
2018-05-31target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-14target/s390x: Fix brace Werror with clang 6.0.0Richard Henderson
2018-02-09s390x/tcg: wire up pci instructionsCornelia Huck
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand
2018-02-09s390x/tcg: STSI overhaulDavid Hildenbrand
2018-02-09s390x: fix size + content of STSI blocksDavid Hildenbrand
2018-02-09s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand
2017-12-14s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand
2017-12-14s390x/tcg: wire up SET CHANNEL MONITORDavid Hildenbrand
2017-12-14s390x/tcg: wire up SET ADDRESS LIMITDavid Hildenbrand
2017-12-14s390x/tcg: wire up STORE CHANNEL REPORT WORDDavid Hildenbrand
2017-12-14s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELDDavid Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in STSIDavid Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in per_check_exception()David Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in DIAGDavid Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in SCLP Service CallDavid Hildenbrand
2017-12-14s390x/diag: pass the retaddr into handle_diag_308()David Hildenbrand
2017-12-14s390x/ioinst: pass the retaddr to all IO instructionsDavid Hildenbrand
2017-12-14s390x/tcg: get rid of runtime_exception()David Hildenbrand
2017-12-14s390x/tcg: introduce and use s390_program_interrupt()David Hildenbrand
2017-11-20s390x/tcg: fix DIAG 308 with > 1 VCPU (MTTCG)David Hildenbrand
2017-10-20s390x/tcg: refactor stfl(e) to use s390_get_feat_block()David Hildenbrand
2017-10-20s390x/tcg: switch to new SIGP handling codeDavid Hildenbrand
2017-10-06s390x/tcg: make STFL store into the lowcoreDavid Hildenbrand
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand
2017-09-19target/s390x: use program_interrupt() in per_check_exception()David Hildenbrand
2017-09-19s390x: move sclp_service_call() to sclp.hDavid Hildenbrand
2017-09-19s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand
2017-08-30target/s390x: move get_per_in_range() to misc_helper.cDavid Hildenbrand
2017-08-30s390x: wire up diag288 in tcgCornelia Huck
2017-08-30s390x/tcg: specification exception for unknown diagCornelia Huck
2017-07-28target/s390x: fix pgm irq ilen for stsiDavid Hildenbrand
2017-07-25target/s390x: Rework program_interrupt() and related functionsThomas Huth
2017-07-25target/s390x: Move diag helpers to a separate fileThomas Huth
2017-06-13s390x/cpumodel: wire up cpu type + id for TCGDavid Hildenbrand
2017-06-13target/s390x: rework PGM interrupt psw.addr handlingDavid Hildenbrand