All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/14] ppc-for-3.1 queue 20180907
@ 2018-09-07  7:31 David Gibson
  2018-09-07  7:31 ` [Qemu-devel] [PULL 01/14] ppc: Remove deprecated ppcemb target David Gibson
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: David Gibson @ 2018-09-07  7:31 UTC (permalink / raw)
  To: peter.maydell
  Cc: qemu-devel, qemu-ppc, lvivier, groug, clg, mark.cave-ayland,
	David Gibson

The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-3.1-20180907

for you to fetch changes up to be0c46d464c7c6b601adcd21fe9d2dd054a6a2cf:

  target-ppc: Extend HWCAP2 bits for ISA 3.0 (2018-09-07 11:29:50 +1000)

----------------------------------------------------------------
ppc patch queue 2018-09-07

Here's another pull request for qemu-3.1.  No real theme here, just an
assortment of various fixes.  Probably the most notable thing is the
removal of the ppcemb target which has been deprecated for some time
now.

----------------------------------------------------------------
Emilio G. Cota (1):
      spapr: fix leak of rev array

Greg Kurz (1):
      spapr_pci: fix potential NULL pointer dereference

Jose Ricardo Ziviani (1):
      Fix a deadlock case in the CPU hotplug flow

Mark Cave-Ayland (7):
      macio: move MACIOIDEState type declarations to macio.h
      macio: add macio bus to help with fw path generation
      macio: add addr property to macio IDE object
      grackle: set device fw_name and address for correct fw path generation
      mac_oldworld: implement custom FWPathProvider
      uninorth: add ofw-addr property to allow correct fw path generation
      mac_newworld: implement custom FWPathProvider

Nikunj A Dadhania (1):
      target/ppc/kvm: set vcpu as online/offline

Sam Bobroff (1):
      spapr: Correct reference count on spapr-cpu-core

Sandipan Das (1):
      target-ppc: Extend HWCAP2 bits for ISA 3.0

Thomas Huth (1):
      ppc: Remove deprecated ppcemb target

 configure                          | 13 ++-------
 cpus.c                             |  1 -
 default-configs/ppcemb-softmmu.mak | 23 ---------------
 hw/ide/macio.c                     |  2 ++
 hw/misc/macio/macio.c              | 42 ++++++++++++++++++++-------
 hw/pci-host/grackle.c              | 17 +++++++++++
 hw/pci-host/uninorth.c             | 16 +++++++++++
 hw/ppc/mac.h                       | 26 -----------------
 hw/ppc/mac_newworld.c              | 59 +++++++++++++++++++++++++++++++++++++-
 hw/ppc/mac_oldworld.c              | 59 +++++++++++++++++++++++++++++++++++++-
 hw/ppc/ppc405_boards.c             | 14 ---------
 hw/ppc/ppc440_bamboo.c             |  7 -----
 hw/ppc/sam460ex.c                  |  7 -----
 hw/ppc/spapr.c                     |  3 ++
 hw/ppc/spapr_cpu_core.c            | 11 +++----
 hw/ppc/spapr_pci.c                 |  2 +-
 hw/ppc/spapr_rtas.c                |  2 ++
 hw/ppc/virtex_ml507.c              |  7 -----
 include/exec/poison.h              |  1 -
 include/hw/misc/macio/macio.h      | 37 ++++++++++++++++++++++++
 include/hw/pci-host/uninorth.h     |  1 +
 linux-user/elfload.c               |  2 ++
 qapi/common.json                   |  2 +-
 qemu-deprecated.texi               |  6 ----
 target/ppc/cpu-qom.h               |  2 --
 target/ppc/cpu.h                   | 16 -----------
 target/ppc/kvm.c                   | 13 +++++++--
 target/ppc/kvm_ppc.h               |  7 +++++
 target/ppc/mmu_helper.c            |  6 ++--
 target/ppc/translate_init.inc.c    | 35 +---------------------
 tests/machine-none-test.c          |  1 -
 31 files changed, 259 insertions(+), 181 deletions(-)
 delete mode 100644 default-configs/ppcemb-softmmu.mak

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

end of thread, other threads:[~2018-09-11  2:03 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07  7:31 [Qemu-devel] [PULL 00/14] ppc-for-3.1 queue 20180907 David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 01/14] ppc: Remove deprecated ppcemb target David Gibson
2018-09-07 13:39   ` Eric Blake
2018-09-10  4:25     ` David Gibson
2018-09-10  6:32       ` Thomas Huth
2018-09-11  1:42         ` David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 02/14] spapr: fix leak of rev array David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 03/14] spapr_pci: fix potential NULL pointer dereference David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 04/14] macio: move MACIOIDEState type declarations to macio.h David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 05/14] macio: add macio bus to help with fw path generation David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 06/14] macio: add addr property to macio IDE object David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 07/14] grackle: set device fw_name and address for correct fw path generation David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 08/14] mac_oldworld: implement custom FWPathProvider David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 09/14] uninorth: add ofw-addr property to allow correct fw path generation David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 10/14] mac_newworld: implement custom FWPathProvider David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 11/14] spapr: Correct reference count on spapr-cpu-core David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 12/14] Fix a deadlock case in the CPU hotplug flow David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 13/14] target/ppc/kvm: set vcpu as online/offline David Gibson
2018-09-07  7:31 ` [Qemu-devel] [PULL 14/14] target-ppc: Extend HWCAP2 bits for ISA 3.0 David Gibson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.