summaryrefslogtreecommitdiffstats
path: root/target/s390x/cpu.h
Commit message (Expand)AuthorAgeFilesLines
...
* s390x/tcg: STSI overhaulDavid Hildenbrand2018-02-091-6/+16
* s390x: fix size + content of STSI blocksDavid Hildenbrand2018-02-091-20/+26
* s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand2018-02-091-0/+4
* s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand2018-02-091-22/+0Star
* s390x/flic: factor out injection of floating interruptsDavid Hildenbrand2018-02-091-1/+6
* s390x/tcg: simplify machine check handlingDavid Hildenbrand2018-02-091-10/+0Star
* s390x/kvm: Handle bpb featureChristian Borntraeger2018-01-221-0/+1
* s390x/tcg: fixup TEST PROTECTIONDavid Hildenbrand2018-01-221-0/+2
* s390x: change the QEMU cpu model to a stripped down z12David Hildenbrand2017-12-141-0/+3
* s390x/kvm: factor out build_channel_report_mcic() into cpu.hDavid Hildenbrand2017-12-141-0/+23
* s390x/tcg: drop program_interrupt()David Hildenbrand2017-12-141-1/+0Star
* s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)David Hildenbrand2017-12-141-0/+1
* s390x/ioinst: pass the retaddr to all IO instructionsDavid Hildenbrand2017-12-141-0/+1
* s390x/tcg: introduce and use s390_program_interrupt()David Hildenbrand2017-12-141-0/+2
* s390x: move s390x_new_cpu() into board codeIgor Mammedov2017-10-201-1/+0Star
* s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand2017-10-201-0/+4
* s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNALDavid Hildenbrand2017-10-201-0/+1
* s390x/tcg: implement SIGP SENSE RUNNING STATUSDavid Hildenbrand2017-10-201-0/+2
* s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand2017-10-201-1/+5
* s390x/tcg: take care of external interrupt subclassesDavid Hildenbrand2017-10-201-5/+5
* s390x/tcg: injection of emergency signals and external callsDavid Hildenbrand2017-10-201-1/+7
* s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand2017-10-201-9/+1Star
* s390x/tcg: turn INTERRUPT_EXT into a maskDavid Hildenbrand2017-10-201-5/+8
* s390x: introduce and use S390_MAX_CPUSDavid Hildenbrand2017-10-061-0/+2
* target/s390x: get rid of next_core_idDavid Hildenbrand2017-10-061-0/+2
* s390x/tcg: add MMU for real addressesDavid Hildenbrand2017-10-061-1/+3
* s390x: use generic cpu_model parsingIgor Mammedov2017-10-061-2/+4
* s390x/tcg: implement spm (SET PROGRAM MASK)David Hildenbrand2017-10-061-0/+2
* s390x: get rid of cpu_s390x_create()David Hildenbrand2017-09-191-1/+1
* target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand2017-09-191-3/+2Star
* s390x: move sclp_service_call() to sclp.hDavid Hildenbrand2017-09-191-1/+0Star
* target/s390x: move some s390x typedefs to cpu-qom.hDavid Hildenbrand2017-09-191-2/+3
* s390x: move subsystem_reset() to s390-virtio-ccw.hDavid Hildenbrand2017-09-191-1/+0Star
* s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand2017-09-191-1/+0Star
* s390x: replace cpu_s390x_init() with cpu_generic_init()Igor Mammedov2017-09-011-2/+1Star
* target/s390x: cleanup cpu.hDavid Hildenbrand2017-08-301-69/+68Star
* s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand2017-08-301-119/+0Star
* s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand2017-08-301-0/+1
* target/s390x: move a couple of functions to cpu.cDavid Hildenbrand2017-08-301-79/+10Star
* target/s390x: introduce internal.hDavid Hildenbrand2017-08-301-343/+0Star
* target/s390x: move get_per_in_range() to misc_helper.cDavid Hildenbrand2017-08-301-11/+0Star
* target/s390x: move s390_do_cpu_reset() to diag.cDavid Hildenbrand2017-08-301-7/+0Star
* target/s390x: move psw_key_valid() to mem_helper.cDavid Hildenbrand2017-08-301-11/+0Star
* target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand2017-08-301-14/+0Star
* target/s390x: move cc_name() to helper.cDavid Hildenbrand2017-08-301-47/+1Star
* target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand2017-08-301-3/+0Star
* s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand2017-08-301-0/+1
* s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()David Hildenbrand2017-08-301-4/+3Star
* s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand2017-08-301-4/+4
* target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth2017-07-251-0/+8