aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.c
AgeCommit message (Expand)Author
2020-04-29s390x: protvirt: Set guest IPL PSWJanosch Frank
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank
2020-02-26s390x: Add missing vcpu reset functionsJanosch Frank
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2019-12-18s390x: Properly fetch and test the short psw on diag308 subc 0/1Janosch Frank
2019-12-14s390x: Fix cpu normal reset ri clearingJanosch Frank
2019-12-14s390x: Move clear resetJanosch Frank
2019-12-14s390x: Move initial resetJanosch Frank
2019-12-14s390x: Move reset normal to shared reset handlerJanosch Frank
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-06-07s390x/tcg: Allow linux-user to use vector instructionsDavid Hildenbrand
2019-05-10target/s390x: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-25s390x/kvm: Configure page size after memory has actually been initializedDavid Hildenbrand
2019-02-18s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth
2018-10-09s390x/tcg: always enable AFP for linux-userDavid Hildenbrand
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck
2018-07-02s390x/tcg: fix CPU hotplug with single-threaded TCGDavid Hildenbrand
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand
2018-07-02s390x/tod: factor out TOD into separate deviceDavid Hildenbrand
2018-07-02s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-26s390x: remove s390_get_memslot_countCornelia Huck
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski
2018-02-26s390x/cpu: expose the guest crash informationChristian Borntraeger
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-22s390x/kvm: Handle bpb featureChristian Borntraeger
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-20target/s390x: special handling when starting a CPU with WAIT PSWDavid Hildenbrand
2017-10-20s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand
2017-10-20s390x/tcg: STOPPED cpus can never wake upDavid Hildenbrand
2017-10-20s390x/tcg: rework checking for deliverable interruptsDavid Hildenbrand
2017-10-20s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand
2017-10-06s390x/tcg: initialize machine check queueCornelia Huck
2017-10-06s390/kvm: Support for get/set of extended TOD-Clock for guestCollin L. Walling