aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-17s390: kvm: adjust diag318 resets to retain dataCollin Walling1-2/+2
2021-11-17target/s390x/cpu.h: Remove unused SIGP_MODE definesThomas Huth1-5/+0
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-7/+0
2021-06-21target/s390x: Expose load_psw and get_psw_mask to cpu.hRichard Henderson1-0/+3
2021-03-26s390x: move S390_ADAPTER_SUPPRESSIBLEGerd Hoffmann1-3/+6
2021-03-15target/s390x: Implement the MVPG condition-code-option bitRichard Henderson1-0/+5
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling1-0/+1
2020-10-02s390: guest support for diagnose 0x318Collin Walling1-0/+2
2020-04-29s390x: Add SIDA memory opsJanosch Frank1-1/+6
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank1-1/+2
2020-01-15target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson1-5/+0
2019-12-18s390x: Properly fetch and test the short psw on diag308 subc 0/1Janosch Frank1-0/+1
2019-12-14s390x/tcg: clear local interrupts on reset normalCornelia Huck1-4/+4
2019-12-14s390x: Fix cpu normal reset ri clearingJanosch Frank1-1/+6
2019-12-14s390x: Move initial resetJanosch Frank1-1/+1
2019-12-14s390x: Move reset normal to shared reset handlerJanosch Frank1-1/+1
2019-10-09target/s390x: Remove ILEN_UNWINDRichard Henderson1-2/+0
2019-10-09target/s390x: Remove ILEN_AUTORichard Henderson1-2/+0
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson1-2/+1
2019-10-09target/s390x: Add ilen to unwind dataRichard Henderson1-1/+3
2019-10-09s390x/mmu: Implement Instruction-Execution-Protection FacilityDavid Hildenbrand1-0/+1
2019-10-09s390x/mmu: DAT table definition overhaulDavid Hildenbrand1-20/+58
2019-09-23s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand1-0/+4
2019-08-22s390x/tcg: Rework MMU selection for instruction fetchesDavid Hildenbrand1-0/+7
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-2/+0
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-0/+1
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-1/+0
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson1-5/+0
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+0
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson1-4/+4
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson1-10/+1
2019-06-07s390x/tcg: Introduce tcg_s390_vector_exception()David Hildenbrand1-0/+1
2019-06-07s390x: Use uint64_t for vector registersDavid Hildenbrand1-2/+2
2019-06-07s390x: Align vector registers to 16 bytesDavid Hildenbrand1-1/+1
2019-04-25s390x/kvm: Configure page size after memory has actually been initializedDavid Hildenbrand1-0/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1
2019-03-11s390x/tcg: Check vector register instructions at central pointDavid Hildenbrand1-0/+7
2019-02-18s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth1-11/+8
2019-02-04target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCGAlex Bennée1-0/+4
2018-10-04s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand1-0/+8
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand1-0/+1
2018-08-20s390x/kvm: add etoken facilityChristian Borntraeger1-0/+3
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck1-1/+0
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand1-1/+0
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand1-1/+0
2018-07-02s390x/tod: factor out TOD into separate deviceDavid Hildenbrand1-2/+0
2018-05-14s390x: refactor reset/reipl handlingDavid Hildenbrand1-0/+26