summaryrefslogtreecommitdiffstats
path: root/target/s390x/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* s390x: Rename and use constants for short PSW address and maskJanosch Frank2020-02-271-2/+2
* s390x: Add missing vcpu reset functionsJanosch Frank2020-02-261-2/+12
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* s390x: Properly fetch and test the short psw on diag308 subc 0/1Janosch Frank2019-12-181-2/+10
* s390x: Fix cpu normal reset ri clearingJanosch Frank2019-12-141-1/+6
* s390x: Move clear resetJanosch Frank2019-12-141-41/+17Star
* s390x: Move initial resetJanosch Frank2019-12-141-28/+18Star
* s390x: Move reset normal to shared reset handlerJanosch Frank2019-12-141-6/+13
* targets (various): use softfloat-helpers.h where we canAlex Bennée2019-08-191-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/s390x: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-0/+3
* qapi: Split machine.json off misc.jsonMarkus Armbruster2019-07-021-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-1/+1
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-4/+5
* s390x/tcg: Allow linux-user to use vector instructionsDavid Hildenbrand2019-06-071-0/+3
* target/s390x: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-3/+2Star
* s390x/kvm: Configure page size after memory has actually been initializedDavid Hildenbrand2019-04-251-0/+7
* s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth2019-02-181-11/+8Star
* s390x/tcg: always enable AFP for linux-userDavid Hildenbrand2018-10-091-0/+5
* s390x: remove 's390-squash-mcss' optionCornelia Huck2018-08-201-10/+0Star
* s390x/tcg: fix CPU hotplug with single-threaded TCGDavid Hildenbrand2018-07-021-5/+12
* s390x/tcg: properly implement the TODDavid Hildenbrand2018-07-021-7/+0Star
* s390x/tcg: drop tod_basetimeDavid Hildenbrand2018-07-021-1/+0Star
* s390x/tod: factor out TOD into separate deviceDavid Hildenbrand2018-07-021-32/+0Star
* s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand2018-07-021-2/+2
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+2
* s390x: remove s390_get_memslot_countCornelia Huck2018-02-261-9/+0Star
* qmp: expose s390-specific CPU infoViktor Mihajlovski2018-02-261-12/+12
* s390x/cpu: expose the guest crash informationChristian Borntraeger2018-02-261-0/+45
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-0/+1
* s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand2018-02-091-8/+0Star
* s390x/tcg: simplify machine check handlingDavid Hildenbrand2018-02-091-2/+0Star
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* s390x/kvm: Handle bpb featureChristian Borntraeger2018-01-221-0/+1
* tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson2017-10-261-0/+2
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-6/+1Star
* target/s390x: special handling when starting a CPU with WAIT PSWDavid Hildenbrand2017-10-201-2/+9
* s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand2017-10-201-8/+0Star
* s390x/tcg: STOPPED cpus can never wake upDavid Hildenbrand2017-10-201-0/+6
* s390x/tcg: rework checking for deliverable interruptsDavid Hildenbrand2017-10-201-3/+5
* s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand2017-10-201-2/+0Star
* s390x/tcg: initialize machine check queueCornelia Huck2017-10-061-0/+2
* s390/kvm: Support for get/set of extended TOD-Clock for guestCollin L. Walling2017-10-061-7/+19
* target/s390x: get rid of next_core_idDavid Hildenbrand2017-10-061-7/+7
* s390x: raise CPU hotplug irq after really hotpluggedDavid Hildenbrand2017-10-061-8/+0Star
* s390x: allow CPU hotplug in random core-id orderDavid Hildenbrand2017-09-191-7/+1Star