qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/34] ppc patch queue 2012-10-04
@ 2012-10-04 13:56 Alexander Graf
  2012-10-04 13:56 ` [Qemu-devel] [PATCH 01/34] MAINTAINERS: Document sPAPR (pSeries) machine Alexander Graf
                   ` (34 more replies)
  0 siblings, 35 replies; 36+ messages in thread
From: Alexander Graf @ 2012-10-04 13:56 UTC (permalink / raw)
  To: qemu-devel qemu-devel
  Cc: Blue Swirl, qemu-ppc@nongnu.org List, Aurelien Jarno

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3416 bytes --]

Hi Blue / Aurelien,

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

Alex


The following changes since commit e744c06fca438dc08271e626034e632a270c91c8:
  Peter Maydell (1):
        fpu/softfloat.c: Return correctly signed values from uint64_to_float32

are available in the git repository at:

  git://repo.or.cz/qemu/agraf.git ppc-for-upstream

Alexander Graf (2):
      fdt: move dumpdtb interpretation code to device_tree.c
      device tree: simplify dumpdtb code

Andreas Färber (5):
      MAINTAINERS: Document sPAPR (pSeries) machine
      MAINTAINERS: Document e500 machines and devices
      MAINTAINERS: Downgrade ppc405 to Odd Fixes
      MAINTAINERS: Document Bamboo machine and ppc4xx devices
      MAINTAINERS: Document virtex_ml507 machine

Aurelien Jarno (4):
      target-ppc: simplify NaN propagation for vector functions
      target-ppc: use the softfloat min/max functions
      target-ppc: use the softfloat float32_muladd function
      target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros

David Gibson (20):
      ppc: Make kvm_arch_put_registers() put *all* the registers
      pseries: Fix and cleanup CPU initialization and reset
      pseries: Use new method to correct reset sequence
      pseries: Add support for new KVM hash table control call
      pseries: Clear TCE and signal state when resetting PAPR VIO devices
      pseries: Reset emulated PCI TCE tables on system reset
      pseries: Fix XICS reset
      pseries: Small cleanup to H_CEDE implementation
      pseries: Remove C bitfields from xics code
      pseries: Remove XICS irq type enum type
      pseries: Remove never used flags field from spapr vio devices
      pseries: Rework implementation of TCE bypass
      pseries: Fix semantics of RTAS int-on, int-off and set-xive functions
      target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()
      pseries: Remove unnecessary locking from PAPR hash table hcalls
      pseries: Set hash table size based on RAM size
      target-ppc: Remove unused power_mode field from cpu state
      target-ppc: Extend FPU state for newer POWER CPUs
      pseries: Don't test for MSR_PR for hypercalls under KVM
      ppc/pseries: Reset VPA registration on CPU reset

Scott Wood (2):
      PPC: e500: increase DTC_LOAD_PAD
      PPC: e500: calculate initrd_base like dt_base

Stefan Weil (1):
      ppc405_uc: Fix buffer overflow

 MAINTAINERS                 |   50 +++++++-
 device_tree.c               |   15 ++
 device_tree.h               |    2 +
 hw/ppc/e500.c               |   20 +--
 hw/ppc405_uc.c              |   16 ++-
 hw/spapr.c                  |  329 ++++++++++++++++++++++++++-----------------
 hw/spapr.h                  |   14 ++-
 hw/spapr_hcall.c            |   49 +------
 hw/spapr_iommu.c            |   24 +++
 hw/spapr_pci.c              |   12 ++-
 hw/spapr_rtas.c             |    5 +
 hw/spapr_vio.c              |   37 ++---
 hw/spapr_vio.h              |    2 -
 hw/xics.c                   |  114 ++++++++-------
 hw/xics.h                   |    8 +-
 target-ppc/cpu.h            |    5 +-
 target-ppc/int_helper.c     |  127 +++--------------
 target-ppc/kvm.c            |  138 +++++++++++++-----
 target-ppc/kvm_ppc.h        |   19 +++
 target-ppc/machine.c        |   12 +-
 target-ppc/translate.c      |    2 +-
 target-ppc/translate_init.c |    8 +
 22 files changed, 574 insertions(+), 434 deletions(-)

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

end of thread, other threads:[~2012-10-06 18:35 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04 13:56 [Qemu-devel] [PULL 00/34] ppc patch queue 2012-10-04 Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 01/34] MAINTAINERS: Document sPAPR (pSeries) machine Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 02/34] MAINTAINERS: Document e500 machines and devices Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 03/34] MAINTAINERS: Downgrade ppc405 to Odd Fixes Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 04/34] MAINTAINERS: Document Bamboo machine and ppc4xx devices Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 05/34] MAINTAINERS: Document virtex_ml507 machine Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 06/34] target-ppc: simplify NaN propagation for vector functions Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 07/34] target-ppc: use the softfloat min/max functions Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 08/34] target-ppc: use the softfloat float32_muladd function Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 09/34] target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 10/34] ppc: Make kvm_arch_put_registers() put *all* the registers Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 11/34] pseries: Fix and cleanup CPU initialization and reset Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 12/34] pseries: Use new method to correct reset sequence Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 13/34] pseries: Add support for new KVM hash table control call Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 14/34] pseries: Clear TCE and signal state when resetting PAPR VIO devices Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 15/34] pseries: Reset emulated PCI TCE tables on system reset Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 16/34] pseries: Fix XICS reset Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 17/34] pseries: Small cleanup to H_CEDE implementation Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 18/34] pseries: Remove C bitfields from xics code Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 19/34] pseries: Remove XICS irq type enum type Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 20/34] pseries: Remove never used flags field from spapr vio devices Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 21/34] pseries: Rework implementation of TCE bypass Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 22/34] pseries: Fix semantics of RTAS int-on, int-off and set-xive functions Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 23/34] target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab() Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 24/34] ppc405_uc: Fix buffer overflow Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 25/34] pseries: Remove unnecessary locking from PAPR hash table hcalls Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 26/34] pseries: Set hash table size based on RAM size Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 27/34] target-ppc: Remove unused power_mode field from cpu state Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 28/34] target-ppc: Extend FPU state for newer POWER CPUs Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 29/34] fdt: move dumpdtb interpretation code to device_tree.c Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 30/34] device tree: simplify dumpdtb code Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 31/34] PPC: e500: increase DTC_LOAD_PAD Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 32/34] PPC: e500: calculate initrd_base like dt_base Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 33/34] pseries: Don't test for MSR_PR for hypercalls under KVM Alexander Graf
2012-10-04 13:56 ` [Qemu-devel] [PATCH 34/34] ppc/pseries: Reset VPA registration on CPU reset Alexander Graf
2012-10-06 18:35 ` [Qemu-devel] [PULL 00/34] ppc patch queue 2012-10-04 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).