index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
s390x
/
cpu.c
Age
Commit message (
Expand
)
Author
2017-10-20
target/s390x: special handling when starting a CPU with WAIT PSW
David Hildenbrand
2017-10-20
s390x/kvm: factor out SIGP code into sigp.c
David Hildenbrand
2017-10-20
s390x/tcg: STOPPED cpus can never wake up
David Hildenbrand
2017-10-20
s390x/tcg: rework checking for deliverable interrupts
David Hildenbrand
2017-10-20
s390x/tcg: cleanup service interrupt injection
David Hildenbrand
2017-10-06
s390x/tcg: initialize machine check queue
Cornelia Huck
2017-10-06
s390/kvm: Support for get/set of extended TOD-Clock for guest
Collin L. Walling
2017-10-06
target/s390x: get rid of next_core_id
David Hildenbrand
2017-10-06
s390x: raise CPU hotplug irq after really hotplugged
David Hildenbrand
2017-09-19
s390x: allow CPU hotplug in random core-id order
David Hildenbrand
2017-09-19
s390x: allow cpu hotplug via device_add
David Hildenbrand
2017-09-19
target/s390x: rename next_cpu_id to next_core_id
David Hildenbrand
2017-09-19
target/s390x: use "core-id" for cpu number/address/id handling
David Hildenbrand
2017-09-19
target/s390x: set cpu->id for linux user when realizing
David Hildenbrand
2017-09-01
s390x: replace cpu_s390x_init() with cpu_generic_init()
Igor Mammedov
2017-08-30
s390x/kvm: move KVM declarations and stubs to separate files
David Hildenbrand
2017-08-30
s390x: avoid calling kvm_ functions outside of target/s390x/
David Hildenbrand
2017-08-30
target/s390x: move a couple of functions to cpu.c
David Hildenbrand
2017-08-30
target/s390x: introduce internal.h
David Hildenbrand
2017-07-25
target/s390x: Add remaining switches to compile with --disable-tcg
Thomas Huth
2017-06-01
migration: Remove unneeded includes of migration/vmstate.h
Juan Quintela
2017-05-19
s390/kvm: do not reset riccb on initial cpu reset
Christian Borntraeger
2017-05-12
target/s390x: Diagnose specification exception for atomics
Richard Henderson
2017-01-13
qom/cpu: move tlb_flush to cpu_common_reset
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth