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
/
hw
/
ppc
/
spapr_cpu_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spapr: Clean up handling of LPCR power-saving exit bits
David Gibson
2018-05-04
1
-15
/
+7
*
spapr: Move PAPR mode cpu setup fully to spapr code
David Gibson
2018-05-04
1
-3
/
+33
*
spapr: Make a helper to set up cpu entry point state
David Gibson
2018-05-04
1
-0
/
+9
*
spapr: Set compatibility mode before the rest of spapr_cpu_reset()
David Gibson
2018-04-27
1
-6
/
+5
*
spapr: move VCPU calculation to core machine code
Greg Kurz
2018-02-16
1
-7
/
+2
*
spapr: fix device tree properties when using compatibility mode
Greg Kurz
2018-01-20
1
-0
/
+7
*
hw: use "qemu/osdep.h" as first #include in source files
Philippe Mathieu-Daudé
2017-12-18
1
-0
/
+1
*
ppc/xics: assign of the CPU 'intc' pointer under the core
Cédric Le Goater
2017-12-14
1
-1
/
+2
*
ppc/xics: introduce an icp_create() helper
Cédric Le Goater
2017-12-14
1
-11
/
+2
*
spapr/rtas: fix reboot of a a SMP TCG guest
Cédric Le Goater
2017-12-14
1
-0
/
+8
*
spapr_cpu_core: instantiate CPUs separately
Greg Kurz
2017-12-14
1
-12
/
+7
*
spapr_cpu_core: rewrite machine type sanity check
Greg Kurz
2017-10-17
1
-4
/
+8
*
ppc: spapr: use generic cpu_model parsing
Igor Mammedov
2017-10-17
1
-20
/
+10
*
ppc: spapr: register 'host' core type along with the rest of core types
Igor Mammedov
2017-10-17
1
-1
/
+4
*
ppc: spapr: use cpu type name directly
Igor Mammedov
2017-10-17
1
-8
/
+6
*
ppc: spapr: define core types statically
Igor Mammedov
2017-10-17
1
-59
/
+28
*
ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()
Igor Mammedov
2017-10-17
1
-50
/
+0
*
ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()
Igor Mammedov
2017-10-17
1
-5
/
+4
*
target/ppc: Add POWER9 DD2.0 model information
David Gibson
2017-10-17
1
-0
/
+1
*
spapr: fix the value of SDR1 in kvmppc_put_books_sregs()
Greg Kurz
2017-09-27
1
-15
/
+1
*
spapr_cpu_core: cleaning up qdev_get_machine() calls
Greg Kurz
2017-09-15
1
-3
/
+3
*
spapr_cpu_core: fail gracefully with non-pseries machine types
Greg Kurz
2017-09-15
1
-2
/
+3
*
ppc: spapr: Move VCPU ID calculation into sPAPR
Sam Bobroff
2017-09-08
1
-0
/
+11
*
ppc: make cpu_model translation to type consistent
Igor Mammedov
2017-09-08
1
-12
/
+12
*
hw/ppc/spapr_cpu_core: Add a proper check for spapr machine
Thomas Huth
2017-09-08
1
-0
/
+5
*
spapr: prevent QEMU crash when CPU realization fails
Bharata B Rao
2017-06-30
1
-3
/
+4
*
pseries: Reset CPU compatibility mode
David Gibson
2017-06-30
1
-10
/
+0
*
pseries: Move CPU compatibility property to machine
David Gibson
2017-06-30
1
-2
/
+53
*
xics: setup cpu at realize time
Greg Kurz
2017-06-09
1
-13
/
+10
*
xics: introduce macros for ICP/ICS link properties
Greg Kurz
2017-06-09
1
-1
/
+2
*
numa: move numa_node from CPUState into target specific classes
Igor Mammedov
2017-06-05
1
-1
/
+3
*
spapr_cpu_core: drop reference on ICP object during CPU realization
Greg Kurz
2017-05-24
1
-1
/
+2
*
spapr-cpu-core: release ICP object when realization fails
Greg Kurz
2017-05-24
1
-8
/
+8
*
spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_...
Igor Mammedov
2017-05-11
1
-12
/
+2
*
spapr: add node-id property to sPAPR core
Igor Mammedov
2017-05-11
1
-3
/
+8
*
spapr-cpu-core: Release ICPState object during CPU unrealization
Bharata B Rao
2017-04-26
1
-0
/
+1
*
spapr: allocate the ICPState object from under sPAPRCPUCore
Cédric Le Goater
2017-04-26
1
-4
/
+14
*
spapr: move the IRQ server number mapping under the machine
Cédric Le Goater
2017-04-26
1
-1
/
+1
*
ppc/xics: introduce an 'intc' backlink under PowerPCCPU
Cédric Le Goater
2017-04-26
1
-1
/
+3
*
spapr: ensure that all threads within core are on the same NUMA node
Igor Mammedov
2017-03-06
1
-8
/
+15
*
hw/ppc/spapr: Add POWER9 to pseries cpu models
Suraj Jitindar Singh
2017-03-03
1
-0
/
+3
*
ppc/xics: use the QOM interface to grab an ICP
Cédric Le Goater
2017-03-01
1
-2
/
+2
*
target/ppc: Manage external HPT via virtual hypervisor
David Gibson
2017-03-01
1
-2
/
+15
*
target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()
David Gibson
2017-03-01
1
-2
/
+1
*
spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.c
Igor Mammedov
2017-02-22
1
-138
/
+0
*
spapr: cpu core: separate child threads destruction from machine state operat...
Igor Mammedov
2017-02-22
1
-5
/
+10
*
ppc: Clean up and QOMify hypercall emulation
David Gibson
2017-01-31
1
-0
/
+1
*
pseries: Always use core objects for CPU construction
David Gibson
2017-01-31
1
-18
/
+19
*
Move target-* CPU file into a target/ folder
Thomas Huth
2016-12-20
1
-3
/
+3
*
pseries: Split device tree construction from device tree load
David Gibson
2016-10-28
1
-1
/
+1
[next]