qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/18] ppc patch queue 2013-09-02
@ 2013-09-02  8:11 Alexander Graf
  2013-09-02  8:11 ` [Qemu-devel] [PULL 01/18] PPC: E500: Generate device tree on reset Alexander Graf
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Alexander Graf @ 2013-09-02  8:11 UTC (permalink / raw)
  To: qemu-ppc@nongnu.org list:PowerPC
  Cc: Blue Swirl, Anthony Liguori, qemu-devel Developers,
	Aurelien Jarno

Hi Blue / Aurelien / Anthony,

This is my current patch queue for ppc.  Please pull.

Alex


The following changes since commit 4ff78e0dbcd5c795962567fdc1b31e9e03c55b07:

  Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-08-30 12:26:04 -0500)

are available in the git repository at:


  git://github.com/agraf/qemu.git ppc-for-upstream

for you to fetch changes up to 7e472264e9e2727bc7d08fe6f012db76e1c1a193:

  PPC: spapr: iommu: rework traces (2013-09-02 10:06:43 +0200)

----------------------------------------------------------------
Alexander Graf (2):
      PPC: E500: Generate device tree on reset
      PPC: KVM: Compile fix for qemu_notify_event

Alexey Kardashevskiy (5):
      spapr-pci: fix config space access to support bridges
      spapr-pci: rework MSI/MSIX
      xics: move registration of global state to realize()
      spapr: add "stop-self" RTAS call required to support hot CPU unplug
      PPC: spapr: iommu: rework traces

Andreas Färber (3):
      ppc405_boards: Disable debug output
      ppc405_uc: Disable debug output
      ppc405_boards: Don't enforce presence of firmware for qtest

Aneesh Kumar K.V (1):
      target-ppc: Use #define instead of opencoding SLB valid bit

Anton Blanchard (5):
      pseries: Fix stalls on hypervisor virtual console
      target-ppc: USE LPCR_ILE to control exception endian on POWER7
      target-ppc: POWER7 supports the MSR_LE bit
      disas/ppc.c: Fix little endian disassembly
      pseries: Add H_SET_MODE hcall to change guest exception endianness

Aurelien Jarno (1):
      target-ppc: fix bit extraction for FPBF and FPL

Efimov Vasily (1):
      ppc: virtex_ml507: QEMU_OPTION_dtb support for this machine.

 disas/ppc.c                 |  3 +-
 hw/char/spapr_vty.c         |  2 ++
 hw/intc/xics.c              | 21 ++++++-------
 hw/ppc/e500.c               | 52 ++++++++++++++++++++++++++------
 hw/ppc/ppc405_boards.c      | 39 +++++++++++++-----------
 hw/ppc/ppc405_uc.c          | 16 +++++-----
 hw/ppc/spapr.c              | 31 +++++++++++++++----
 hw/ppc/spapr_hcall.c        | 50 +++++++++++++++++++++++++++++++
 hw/ppc/spapr_iommu.c        | 71 +++++++++++++++----------------------------
 hw/ppc/spapr_pci.c          | 73 ++++++++++++++++++---------------------------
 hw/ppc/spapr_rtas.c         | 23 ++++++++++++++
 hw/ppc/virtex_ml507.c       | 29 +++++++++++-------
 include/hw/pci-host/spapr.h |  8 +++--
 include/hw/ppc/spapr.h      | 21 +++++++++++--
 target-ppc/cpu.h            |  2 ++
 target-ppc/excp_helper.c    | 10 +++++++
 target-ppc/kvm_ppc.c        |  1 +
 target-ppc/mmu_helper.c     |  2 +-
 target-ppc/translate.c      |  4 +--
 target-ppc/translate_init.c |  2 +-
 trace-events                |  5 ++++
 21 files changed, 305 insertions(+), 160 deletions(-)

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

end of thread, other threads:[~2013-09-03  6:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-02  8:11 [Qemu-devel] [PULL 00/18] ppc patch queue 2013-09-02 Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 01/18] PPC: E500: Generate device tree on reset Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 02/18] pseries: Fix stalls on hypervisor virtual console Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 03/18] target-ppc: USE LPCR_ILE to control exception endian on POWER7 Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 04/18] target-ppc: POWER7 supports the MSR_LE bit Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 05/18] disas/ppc.c: Fix little endian disassembly Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 06/18] ppc: virtex_ml507: QEMU_OPTION_dtb support for this machine Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 07/18] ppc405_boards: Disable debug output Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 08/18] ppc405_uc: " Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 09/18] ppc405_boards: Don't enforce presence of firmware for qtest Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 10/18] target-ppc: fix bit extraction for FPBF and FPL Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 11/18] spapr-pci: fix config space access to support bridges Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 12/18] target-ppc: Use #define instead of opencoding SLB valid bit Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 13/18] spapr-pci: rework MSI/MSIX Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 14/18] xics: move registration of global state to realize() Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 15/18] pseries: Add H_SET_MODE hcall to change guest exception endianness Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 16/18] PPC: KVM: Compile fix for qemu_notify_event Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 17/18] spapr: add "stop-self" RTAS call required to support hot CPU unplug Alexander Graf
2013-09-02  8:11 ` [Qemu-devel] [PULL 18/18] PPC: spapr: iommu: rework traces Alexander Graf
2013-09-03  6:13 ` [Qemu-devel] [PULL 00/18] ppc patch queue 2013-09-02 Aurelien Jarno

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