qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/5] ppc: compute cpu_dt_id in the machine code
@ 2016-07-12 11:14 Greg Kurz
  2016-07-12 11:15 ` [Qemu-devel] [PATCH v4 1/5] ppc: different creation paths for cpus in system and user mode Greg Kurz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Greg Kurz @ 2016-07-12 11:14 UTC (permalink / raw)
  To: David Gibson; +Cc: qemu-ppc, qemu-devel, Bharata B Rao

Here's the current patchset I have before I go on vacation, in case it is
needed. It is nearly the same as v3: I've just dropped patches that received
a negative review, fixed a bug and rebased.

The patches are also available here:

git://github.com/gkurz/qemu.git ppc-vcpu-dt-id-rework

Cheers.

---

Greg Kurz (5):
      ppc: different creation paths for cpus in system and user mode
      ppc: parse cpu features once
      ppc: open code cpu creation for machine types
      ppc: each machine type to provide vcpu_dt_id
      ppc: drop vcpu_idt_id bits from the target code


 hw/ppc/e500.c               |    4 ++-
 hw/ppc/mac_newworld.c       |    3 +-
 hw/ppc/mac_oldworld.c       |    3 +-
 hw/ppc/ppc.c                |   64 +++++++++++++++++++++++++++++++++++++++++++
 hw/ppc/ppc440_bamboo.c      |    3 +-
 hw/ppc/ppc4xx_devs.c        |    3 +-
 hw/ppc/prep.c               |    3 +-
 hw/ppc/spapr.c              |    7 ++++-
 hw/ppc/spapr_cpu_core.c     |    7 +++--
 hw/ppc/virtex_ml507.c       |    3 +-
 include/hw/ppc/ppc.h        |    2 +
 target-ppc/cpu.h            |    5 ++-
 target-ppc/translate_init.c |   20 -------------
 13 files changed, 95 insertions(+), 32 deletions(-)

--
Greg

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

end of thread, other threads:[~2016-07-12 12:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12 11:14 [Qemu-devel] [PATCH v4 0/5] ppc: compute cpu_dt_id in the machine code Greg Kurz
2016-07-12 11:15 ` [Qemu-devel] [PATCH v4 1/5] ppc: different creation paths for cpus in system and user mode Greg Kurz
2016-07-12 11:16 ` [Qemu-devel] [PATCH v4 2/5] ppc: parse cpu features once Greg Kurz
2016-07-12 12:07 ` [Qemu-devel] [Qemu-ppc] [PATCH v4 0/5] ppc: compute cpu_dt_id in the machine code Greg Kurz

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).