aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-14s390x/tcg: introduce and use s390_program_interrupt()David Hildenbrand1-0/+2
2017-10-20s390x: move s390x_new_cpu() into board codeIgor Mammedov1-1/+0
2017-10-20s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand1-0/+4
2017-10-20s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNALDavid Hildenbrand1-0/+1
2017-10-20s390x/tcg: implement SIGP SENSE RUNNING STATUSDavid Hildenbrand1-0/+2
2017-10-20s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand1-1/+5
2017-10-20s390x/tcg: take care of external interrupt subclassesDavid Hildenbrand1-5/+5
2017-10-20s390x/tcg: injection of emergency signals and external callsDavid Hildenbrand1-1/+7
2017-10-20s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand1-9/+1
2017-10-20s390x/tcg: turn INTERRUPT_EXT into a maskDavid Hildenbrand1-5/+8
2017-10-06s390x: introduce and use S390_MAX_CPUSDavid Hildenbrand1-0/+2
2017-10-06target/s390x: get rid of next_core_idDavid Hildenbrand1-0/+2
2017-10-06s390x/tcg: add MMU for real addressesDavid Hildenbrand1-1/+3
2017-10-06s390x: use generic cpu_model parsingIgor Mammedov1-2/+4
2017-10-06s390x/tcg: implement spm (SET PROGRAM MASK)David Hildenbrand1-0/+2
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand1-1/+1
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand1-3/+2
2017-09-19s390x: move sclp_service_call() to sclp.hDavid Hildenbrand1-1/+0
2017-09-19target/s390x: move some s390x typedefs to cpu-qom.hDavid Hildenbrand1-2/+3
2017-09-19s390x: move subsystem_reset() to s390-virtio-ccw.hDavid Hildenbrand1-1/+0
2017-09-19s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand1-1/+0
2017-09-01s390x: replace cpu_s390x_init() with cpu_generic_init()Igor Mammedov1-2/+1
2017-08-30target/s390x: cleanup cpu.hDavid Hildenbrand1-69/+68
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand1-119/+0
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand1-0/+1
2017-08-30target/s390x: move a couple of functions to cpu.cDavid Hildenbrand1-79/+10
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-343/+0
2017-08-30target/s390x: move get_per_in_range() to misc_helper.cDavid Hildenbrand1-11/+0
2017-08-30target/s390x: move s390_do_cpu_reset() to diag.cDavid Hildenbrand1-7/+0
2017-08-30target/s390x: move psw_key_valid() to mem_helper.cDavid Hildenbrand1-11/+0
2017-08-30target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand1-14/+0
2017-08-30target/s390x: move cc_name() to helper.cDavid Hildenbrand1-47/+1
2017-08-30target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand1-3/+0
2017-08-30s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand1-0/+1
2017-08-30s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()David Hildenbrand1-4/+3
2017-08-30s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand1-4/+4
2017-07-25target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth1-0/+8
2017-07-25target/s390x: Rework program_interrupt() and related functionsThomas Huth1-4/+5
2017-07-14s390x/kvm: enable guarded storageFan Zhang1-0/+7
2017-07-14s390x/kvm: Rework cmma managementJanosch Frank1-0/+1
2017-07-05virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao1-1/+5
2017-06-23target/s390x: Clean up TB flag bitsRichard Henderson1-15/+9
2017-06-23target/s390x: implement mvcos instructionDavid Hildenbrand1-1/+21
2017-06-23target/s390x: change PSW_SHIFT_KEYDavid Hildenbrand1-1/+1
2017-06-13s390x/cpumodel: wire up cpu type + id for TCGDavid Hildenbrand1-1/+1
2017-06-13target/s390x: rework PGM interrupt psw.addr handlingDavid Hildenbrand1-5/+2
2017-06-06target/s390x: remove some Linux assumptions from IPTEAurelien Jarno1-0/+2
2017-06-06target/s390x: Implement EXECUTE via new TranslationBlockRichard Henderson1-1/+3
2017-06-06target/s390x: Add support for the TEST BLOCK instructionThomas Huth1-0/+1
2017-05-19s390/kvm: do not reset riccb on initial cpu resetChristian Borntraeger1-2/+4