aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-2/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2018-03-08target/s390x: Remove leading underscores from #definesThomas Huth1-33/+33
2018-02-26s390x: remove s390_get_memslot_countCornelia Huck1-4/+0
2018-02-26s390x/sclp: remove memory hotplug supportDavid Hildenbrand1-1/+0
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski1-5/+2
2018-02-26s390x/tcg: fix disabling/enabling DATDavid Hildenbrand1-1/+6