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
/
hw
/
ppc
/
spapr_cpu_core.c
Age
Commit message (
Expand
)
Author
2016-10-28
pseries: Split device tree construction from device tree load
David Gibson
2016-10-10
numa: reduce code duplication by adding helper numa_get_node_for_cpu()
Igor Mammedov
2016-10-06
spapr: fix check of cpu alias name in spapr_get_cpu_core_type()
Greg Kurz
2016-09-23
spapr: Introduce sPAPRCPUCoreClass
Bharata B Rao
2016-08-10
hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliases
Thomas Huth
2016-08-08
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into...
Peter Maydell
2016-08-08
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2016-08-08
spapr: Correctly set query_hotpluggable_cpus hook based on machine version
David Gibson
2016-08-03
spapr: Error out when CPU hotplug is attempted on older pseries machines
Bharata B Rao
2016-07-29
spapr: Prevent boot CPU core removal
Bharata B Rao
2016-07-29
Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...
David Gibson
2016-07-29
spapr: init CPUState->cpu_index with index relative to core-id
Igor Mammedov
2016-07-25
spapr: disintricate core-id from DT semantics
Greg Kurz
2016-07-18
spapr: Ensure CPU cores are added contiguously and removed in LIFO order
Bharata B Rao
2016-07-18
spapr: fix core unplug crash
Greg Kurz
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-05
spapr: Ensure thread0 of CPU core is always realized first
Bharata B Rao
2016-07-01
spapr: drop duplicate variable in spapr_core_release()
Greg Kurz
2016-07-01
spapr: do proper error propagation in spapr_cpu_core_realize_child()
Greg Kurz
2016-07-01
spapr: drop reference on child object during core realization
Greg Kurz
2016-07-01
spapr: Restore support for 970MP and POWER8NVL CPU cores
Bharata B Rao
2016-07-01
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
2016-07-01
spapr: Restore support for older PowerPC CPU cores
Bharata B Rao
2016-07-01
spapr: fix write-past-end-of-array error in cpu core device init code
Greg Kurz
2016-06-17
spapr: CPU hot unplug support
Bharata B Rao
2016-06-17
spapr: CPU hotplug support
Bharata B Rao
2016-06-17
spapr: convert boot CPUs into CPU core devices
Bharata B Rao
2016-06-17
spapr: Move spapr_cpu_init() to spapr_cpu_core.c
Bharata B Rao
2016-06-17
spapr: Abstract CPU core device and type specific core devices
Bharata B Rao