aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-26s390x/cpu: expose the guest crash informationChristian Borntraeger1-0/+2
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-2/+0
2018-02-09s390x/tcg: STSI overhaulDavid Hildenbrand1-6/+16
2018-02-09s390x: fix size + content of STSI blocksDavid Hildenbrand1-20/+26
2018-02-09s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand1-0/+4
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand1-22/+0
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand1-1/+6
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand1-10/+0
2018-01-22s390x/kvm: Handle bpb featureChristian Borntraeger1-0/+1