summaryrefslogtreecommitdiff
path: root/target/s390x/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-22s390x/tcg: fixup TEST PROTECTIONDavid Hildenbrand1-0/+2
2017-12-14s390x: change the QEMU cpu model to a stripped down z12David Hildenbrand1-0/+3
2017-12-14s390x/kvm: factor out build_channel_report_mcic() into cpu.hDavid Hildenbrand1-0/+23
2017-12-14s390x/tcg: drop program_interrupt()David Hildenbrand1-1/+0
2017-12-14s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)David Hildenbrand1-0/+1
2017-12-14s390x/ioinst: pass the retaddr to all IO instructionsDavid Hildenbrand1-0/+1
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