aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-19s390x/css: add s390-squash-mcss machine optionXiao Feng Ren1-0/+10
2017-05-12target/s390x: mask the SIGP order_code using SIGP_ORDER_MASKAurelien Jarno1-0/+3
2017-05-12target/s390x: Diagnose specification exception for atomicsRichard Henderson1-0/+3
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-2/+3
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1296