aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.h
AgeCommit message (Expand)Author
2017-10-20s390x: move s390x_new_cpu() into board codeIgor Mammedov
2017-10-20s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand
2017-10-20s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNALDavid Hildenbrand
2017-10-20s390x/tcg: implement SIGP SENSE RUNNING STATUSDavid Hildenbrand
2017-10-20s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand
2017-10-20s390x/tcg: take care of external interrupt subclassesDavid Hildenbrand
2017-10-20s390x/tcg: injection of emergency signals and external callsDavid Hildenbrand
2017-10-20s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand
2017-10-20s390x/tcg: turn INTERRUPT_EXT into a maskDavid Hildenbrand
2017-10-06s390x: introduce and use S390_MAX_CPUSDavid Hildenbrand
2017-10-06target/s390x: get rid of next_core_idDavid Hildenbrand
2017-10-06s390x/tcg: add MMU for real addressesDavid Hildenbrand
2017-10-06s390x: use generic cpu_model parsingIgor Mammedov
2017-10-06s390x/tcg: implement spm (SET PROGRAM MASK)David Hildenbrand
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand
2017-09-19s390x: move sclp_service_call() to sclp.hDavid Hildenbrand
2017-09-19target/s390x: move some s390x typedefs to cpu-qom.hDavid Hildenbrand
2017-09-19s390x: move subsystem_reset() to s390-virtio-ccw.hDavid Hildenbrand
2017-09-19s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand
2017-09-01s390x: replace cpu_s390x_init() with cpu_generic_init()Igor Mammedov
2017-08-30target/s390x: cleanup cpu.hDavid Hildenbrand
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand
2017-08-30target/s390x: move a couple of functions to cpu.cDavid 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-30target/s390x: move s390_do_cpu_reset() to diag.cDavid Hildenbrand
2017-08-30target/s390x: move psw_key_valid() to mem_helper.cDavid Hildenbrand
2017-08-30target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand
2017-08-30target/s390x: move cc_name() to helper.cDavid Hildenbrand
2017-08-30target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand
2017-08-30s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand
2017-08-30s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()David Hildenbrand
2017-08-30s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand
2017-07-25target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth
2017-07-25target/s390x: Rework program_interrupt() and related functionsThomas Huth
2017-07-14s390x/kvm: enable guarded storageFan Zhang
2017-07-14s390x/kvm: Rework cmma managementJanosch Frank
2017-07-05virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao
2017-06-23target/s390x: Clean up TB flag bitsRichard Henderson
2017-06-23target/s390x: implement mvcos instructionDavid Hildenbrand
2017-06-23target/s390x: change PSW_SHIFT_KEYDavid Hildenbrand
2017-06-13s390x/cpumodel: wire up cpu type + id for TCGDavid Hildenbrand
2017-06-13target/s390x: rework PGM interrupt psw.addr handlingDavid Hildenbrand
2017-06-06target/s390x: remove some Linux assumptions from IPTEAurelien Jarno
2017-06-06target/s390x: Implement EXECUTE via new TranslationBlockRichard Henderson
2017-06-06target/s390x: Add support for the TEST BLOCK instructionThomas Huth
2017-05-19s390/kvm: do not reset riccb on initial cpu resetChristian Borntraeger
2017-05-19s390x/css: add s390-squash-mcss machine optionXiao Feng Ren