aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu1-0/+3
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-1/+1
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-4/+5
2019-06-07s390x/tcg: Allow linux-user to use vector instructionsDavid Hildenbrand1-0/+3
2019-05-10target/s390x: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-04-25s390x/kvm: Configure page size after memory has actually been initializedDavid Hildenbrand1-0/+7
2019-02-18s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth1-11/+8
2018-10-09s390x/tcg: always enable AFP for linux-userDavid Hildenbrand1-0/+5
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck1-10/+0
2018-07-02s390x/tcg: fix CPU hotplug with single-threaded TCGDavid Hildenbrand1-5/+12
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand1-7/+0
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand1-1/+0
2018-07-02s390x/tod: factor out TOD into separate deviceDavid Hildenbrand1-32/+0
2018-07-02s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand1-2/+2
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+2
2018-02-26s390x: remove s390_get_memslot_countCornelia Huck1-9/+0
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski1-12/+12
2018-02-26s390x/cpu: expose the guest crash informationChristian Borntraeger1-0/+45
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand1-8/+0
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand1-2/+0
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2018-01-22s390x/kvm: Handle bpb featureChristian Borntraeger1-0/+1
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson1-0/+2
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-6/+1
2017-10-20target/s390x: special handling when starting a CPU with WAIT PSWDavid Hildenbrand1-2/+9
2017-10-20s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand1-8/+0
2017-10-20s390x/tcg: STOPPED cpus can never wake upDavid Hildenbrand1-0/+6
2017-10-20s390x/tcg: rework checking for deliverable interruptsDavid Hildenbrand1-3/+5
2017-10-20s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand1-2/+0
2017-10-06s390x/tcg: initialize machine check queueCornelia Huck1-0/+2
2017-10-06s390/kvm: Support for get/set of extended TOD-Clock for guestCollin L. Walling1-7/+19
2017-10-06target/s390x: get rid of next_core_idDavid Hildenbrand1-7/+7
2017-10-06s390x: raise CPU hotplug irq after really hotpluggedDavid Hildenbrand1-8/+0
2017-09-19s390x: allow CPU hotplug in random core-id orderDavid Hildenbrand1-7/+1
2017-09-19s390x: allow cpu hotplug via device_addDavid Hildenbrand1-0/+1
2017-09-19target/s390x: rename next_cpu_id to next_core_idDavid Hildenbrand1-6/+5
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand1-52/+20
2017-09-19target/s390x: set cpu->id for linux user when realizingDavid Hildenbrand1-7/+4
2017-09-01s390x: replace cpu_s390x_init() with cpu_generic_init()Igor Mammedov1-0/+7
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand1-0/+2
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand1-0/+7
2017-08-30target/s390x: move a couple of functions to cpu.cDavid Hildenbrand1-0/+79
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2017-07-25target/s390x: Add remaining switches to compile with --disable-tcgThomas Huth1-0/+4