qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/7] sPAPR CPU hotplug pre-requisites
@ 2015-06-16  5:30 Bharata B Rao
  2015-06-16  5:30 ` [Qemu-devel] [PATCH v5 1/7] spapr: Consider max_cpus during xics initialization Bharata B Rao
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Bharata B Rao @ 2015-06-16  5:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: thuth, aik, mdroth, agraf, qemu-ppc, tyreld, Bharata B Rao, nfont,
	david

Hi,

This patchset carries the changes that are pre-requisites to support
CPU hotplug for sPAPR guests.

Changes in v5
-------------
- Fixed indentation issues pointed by Alexey.
- Removed the user of MSR_EP with the understanding that this or an
  equivalent define can be used/introduced in a separate patch.
- Dropped the last patch "xics_kvm: Add cpu_destroy method to XICS" since
  it wasn't being used in this series.

v4 - http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg01653.html

This series applies against spapr-next branch of David Gibson's tree.

Bharata B Rao (7):
  spapr: Consider max_cpus during xics initialization
  spapr: Support ibm,lrdr-capacity device tree property
  cpus: Add a macro to walk CPUs in reverse
  spapr: Reorganize CPU dt generation code
  spapr: Consolidate cpu init code into a routine
  ppc: Update cpu_model in MachineState
  xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabled

 docs/specs/ppc-spapr-hotplug.txt |  18 ++
 hw/intc/xics_kvm.c               |  10 ++
 hw/ppc/mac_newworld.c            |  10 +-
 hw/ppc/mac_oldworld.c            |   7 +-
 hw/ppc/ppc440_bamboo.c           |   7 +-
 hw/ppc/prep.c                    |   7 +-
 hw/ppc/spapr.c                   | 349 ++++++++++++++++++++++-----------------
 hw/ppc/spapr_rtas.c              |  16 ++
 hw/ppc/virtex_ml507.c            |   7 +-
 include/hw/ppc/spapr.h           |   2 +
 include/hw/ppc/xics.h            |   1 +
 include/qom/cpu.h                |   2 +
 12 files changed, 259 insertions(+), 177 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-06-18  6:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16  5:30 [Qemu-devel] [PATCH v5 0/7] sPAPR CPU hotplug pre-requisites Bharata B Rao
2015-06-16  5:30 ` [Qemu-devel] [PATCH v5 1/7] spapr: Consider max_cpus during xics initialization Bharata B Rao
2015-06-16  5:30 ` [Qemu-devel] [PATCH v5 2/7] spapr: Support ibm, lrdr-capacity device tree property Bharata B Rao
2015-06-16  5:30 ` [Qemu-devel] [PATCH v5 3/7] cpus: Add a macro to walk CPUs in reverse Bharata B Rao
2015-06-18  6:25   ` David Gibson
2015-06-16  5:30 ` [Qemu-devel] [PATCH v5 4/7] spapr: Reorganize CPU dt generation code Bharata B Rao
2015-06-16  5:30 ` [Qemu-devel] [PATCH v5 5/7] spapr: Consolidate cpu init code into a routine Bharata B Rao
2015-06-16  5:30 ` [Qemu-devel] [PATCH v5 6/7] ppc: Update cpu_model in MachineState Bharata B Rao
2015-06-16  5:30 ` [Qemu-devel] [PATCH v5 7/7] xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabled Bharata B Rao
2015-06-18  6:24 ` [Qemu-devel] [PATCH v5 0/7] sPAPR CPU hotplug pre-requisites David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).