index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
s390x
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
targets (various): use softfloat-helpers.h where we can
Alex Bennée
2019-08-19
1
-1
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
hw/s390x: Replace global smp variables with machine smp properties
Like Xu
2019-07-05
1
-0
/
+3
*
qapi: Split machine.json off misc.json
Markus Armbruster
2019-07-02
1
-1
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-11
1
-1
/
+1
*
cpu: Introduce cpu_set_cpustate_pointers
Richard Henderson
2019-06-10
1
-4
/
+5
*
s390x/tcg: Allow linux-user to use vector instructions
David Hildenbrand
2019-06-07
1
-0
/
+3
*
target/s390x: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-10
1
-3
/
+2
*
s390x/kvm: Configure page size after memory has actually been initialized
David Hildenbrand
2019-04-25
1
-0
/
+7
*
s390x: Fix the confusing contributions-after-2012 license statements
Thomas Huth
2019-02-18
1
-11
/
+8
*
s390x/tcg: always enable AFP for linux-user
David Hildenbrand
2018-10-09
1
-0
/
+5
*
s390x: remove 's390-squash-mcss' option
Cornelia Huck
2018-08-20
1
-10
/
+0
*
s390x/tcg: fix CPU hotplug with single-threaded TCG
David Hildenbrand
2018-07-02
1
-5
/
+12
*
s390x/tcg: properly implement the TOD
David Hildenbrand
2018-07-02
1
-7
/
+0
*
s390x/tcg: drop tod_basetime
David Hildenbrand
2018-07-02
1
-1
/
+0
*
s390x/tod: factor out TOD into separate device
David Hildenbrand
2018-07-02
1
-32
/
+0
*
s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()
David Hildenbrand
2018-07-02
1
-2
/
+2
*
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
1
-1
/
+2
*
s390x: remove s390_get_memslot_count
Cornelia Huck
2018-02-26
1
-9
/
+0
*
qmp: expose s390-specific CPU info
Viktor Mihajlovski
2018-02-26
1
-12
/
+12
*
s390x/cpu: expose the guest crash information
Christian Borntraeger
2018-02-26
1
-0
/
+45
*
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-02-21
1
-0
/
+1
*
s390x/flic: make floating interrupts on TCG actually floating
David Hildenbrand
2018-02-09
1
-8
/
+0
*
s390x/tcg: simplify machine check handling
David Hildenbrand
2018-02-09
1
-2
/
+0
*
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2018-02-05
1
-2
/
+2
*
s390x/kvm: Handle bpb feature
Christian Borntraeger
2018-01-22
1
-0
/
+1
*
tcg: Avoid setting tcg_initialize if !CONFIG_TCG
Richard Henderson
2017-10-26
1
-0
/
+2
*
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-24
1
-6
/
+1
*
target/s390x: special handling when starting a CPU with WAIT PSW
David Hildenbrand
2017-10-20
1
-2
/
+9
*
s390x/kvm: factor out SIGP code into sigp.c
David Hildenbrand
2017-10-20
1
-8
/
+0
*
s390x/tcg: STOPPED cpus can never wake up
David Hildenbrand
2017-10-20
1
-0
/
+6
*
s390x/tcg: rework checking for deliverable interrupts
David Hildenbrand
2017-10-20
1
-3
/
+5
*
s390x/tcg: cleanup service interrupt injection
David Hildenbrand
2017-10-20
1
-2
/
+0
*
s390x/tcg: initialize machine check queue
Cornelia Huck
2017-10-06
1
-0
/
+2
*
s390/kvm: Support for get/set of extended TOD-Clock for guest
Collin L. Walling
2017-10-06
1
-7
/
+19
*
target/s390x: get rid of next_core_id
David Hildenbrand
2017-10-06
1
-7
/
+7
*
s390x: raise CPU hotplug irq after really hotplugged
David Hildenbrand
2017-10-06
1
-8
/
+0
*
s390x: allow CPU hotplug in random core-id order
David Hildenbrand
2017-09-19
1
-7
/
+1
*
s390x: allow cpu hotplug via device_add
David Hildenbrand
2017-09-19
1
-0
/
+1
*
target/s390x: rename next_cpu_id to next_core_id
David Hildenbrand
2017-09-19
1
-6
/
+5
*
target/s390x: use "core-id" for cpu number/address/id handling
David Hildenbrand
2017-09-19
1
-52
/
+20
*
target/s390x: set cpu->id for linux user when realizing
David Hildenbrand
2017-09-19
1
-7
/
+4
*
s390x: replace cpu_s390x_init() with cpu_generic_init()
Igor Mammedov
2017-09-01
1
-0
/
+7
*
s390x/kvm: move KVM declarations and stubs to separate files
David Hildenbrand
2017-08-30
1
-0
/
+2
*
s390x: avoid calling kvm_ functions outside of target/s390x/
David Hildenbrand
2017-08-30
1
-0
/
+7
*
target/s390x: move a couple of functions to cpu.c
David Hildenbrand
2017-08-30
1
-0
/
+79
*
target/s390x: introduce internal.h
David Hildenbrand
2017-08-30
1
-0
/
+1
[next]