summaryrefslogtreecommitdiffstats
path: root/target/s390x/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth2019-02-181-11/+8Star
* target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCGAlex Bennée2019-02-041-0/+4
* s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand2018-10-041-0/+8
* s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand2018-10-041-0/+1
* s390x/kvm: add etoken facilityChristian Borntraeger2018-08-201-0/+3
* s390x: remove 's390-squash-mcss' optionCornelia Huck2018-08-201-1/+0Star
* s390x/tcg: properly implement the TODDavid Hildenbrand2018-07-021-1/+0Star
* s390x/tcg: drop tod_basetimeDavid Hildenbrand2018-07-021-1/+0Star
* s390x/tod: factor out TOD into separate deviceDavid Hildenbrand2018-07-021-2/+0Star
* s390x: refactor reset/reipl handlingDavid Hildenbrand2018-05-141-0/+26
* 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