aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.c
AgeCommit message (Expand)Author
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
2017-10-06target/s390x: get rid of next_core_idDavid Hildenbrand
2017-10-06s390x: raise CPU hotplug irq after really hotpluggedDavid Hildenbrand
2017-09-19s390x: allow CPU hotplug in random core-id orderDavid Hildenbrand
2017-09-19s390x: allow cpu hotplug via device_addDavid Hildenbrand
2017-09-19target/s390x: rename next_cpu_id to next_core_idDavid Hildenbrand
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand
2017-09-19target/s390x: set cpu->id for linux user when realizingDavid Hildenbrand
2017-09-01s390x: replace cpu_s390x_init() with cpu_generic_init()Igor Mammedov
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand
2017-08-30target/s390x: move a couple of functions to cpu.cDavid Hildenbrand
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand
2017-07-25target/s390x: Add remaining switches to compile with --disable-tcgThomas Huth
2017-06-01migration: Remove unneeded includes of migration/vmstate.hJuan Quintela
2017-05-19s390/kvm: do not reset riccb on initial cpu resetChristian Borntraeger
2017-05-12target/s390x: Diagnose specification exception for atomicsRichard Henderson
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2016-12-20Move target-* CPU file into a target/ folderThomas Huth