summaryrefslogtreecommitdiffstats
path: root/target/s390x/cpu.h
Commit message (Expand)AuthorAgeFilesLines
...
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-2/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* target/s390x: Remove leading underscores from #definesThomas Huth2018-03-081-33/+33
* s390x: remove s390_get_memslot_countCornelia Huck2018-02-261-4/+0Star
* s390x/sclp: remove memory hotplug supportDavid Hildenbrand2018-02-261-1/+0Star
* qmp: expose s390-specific CPU infoViktor Mihajlovski2018-02-261-5/+2Star
* s390x/tcg: fix disabling/enabling DATDavid Hildenbrand2018-02-261-1/+6
* s390x/cpu: expose the guest crash informationChristian Borntraeger2018-02-261-0/+2
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-2/+0Star
* 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