qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] ppc patch queue 2012-05-01
@ 2012-05-01 19:50 Alexander Graf
  2012-05-01 19:50 ` [Qemu-devel] [PATCH 1/8] booke:Use MMU API for creating initial mapping for secondary cpus Alexander Graf
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Alexander Graf @ 2012-05-01 19:50 UTC (permalink / raw)
  To: qemu-devel Developers; +Cc: blauwirbel, qemu-ppc

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

Hi Anthony,

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

Alex


The following changes since commit 42fe1c245f0239ebcdc084740a1777ac3699d071:
  Stefan Weil (1):
        main-loop: Fix build for w32 and w64

are available in the git repository at:

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

Alexander Graf (2):
      PPC: Fix up e500 cache size setting
      linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

Bharat Bhushan (1):
      booke:Use MMU API for creating initial mapping for secondary cpus

David Gibson (2):
      pseries: Implement automatic PAPR VIO address allocation
      pseries: Use the same interrupt swizzling for host bridges as p2p bridges

François Revol (1):
      target-ppc: Some support for dumping TLB_EMB TLBs

Peter Portante (1):
      pseries: Fix use of global CPU state

Stefan Weil (1):
      ppce500_spin: Replace assert by hw_error (fixes compiler warning)

 hw/ppce500_spin.c           |    3 +-
 hw/spapr.c                  |    7 ++---
 hw/spapr_hcall.c            |    2 +-
 hw/spapr_llan.c             |    5 +--
 hw/spapr_pci.c              |   49 ++++++++++++++++++++++----------------
 hw/spapr_pci.h              |    5 +--
 hw/spapr_vio.c              |   54 +++++++++++++++++++++++++++----------------
 hw/spapr_vio.h              |   13 ++++-----
 hw/spapr_vscsi.c            |    5 +--
 hw/spapr_vty.c              |    5 +--
 target-ppc/helper.c         |   50 +++++++++++++++++++++++++++++++++++++++
 target-ppc/translate_init.c |   26 +++++++++++---------
 thunk.h                     |    2 +-
 13 files changed, 147 insertions(+), 79 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [Qemu-devel] [PULL 0/8] ppc patch queue 2012-05-01
@ 2012-05-01  8:58 Alexander Graf
  2012-05-01  8:58 ` [Qemu-devel] [PATCH 7/8] ppce500_spin: Replace assert by hw_error (fixes compiler warning) Alexander Graf
  0 siblings, 1 reply; 12+ messages in thread
From: Alexander Graf @ 2012-05-01  8:58 UTC (permalink / raw)
  To: qemu-devel Developers; +Cc: blauwirbel, qemu-ppc

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

Hi Anthony,

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

Alex


The following changes since commit 42fe1c245f0239ebcdc084740a1777ac3699d071:
  Stefan Weil (1):
        main-loop: Fix build for w32 and w64

are available in the git repository at:

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

Alexander Graf (2):
      PPC: Fix up e500 cache size setting
      linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

Bharat Bhushan (1):
      booke:Use MMU API for creating initial mapping for secondary cpus

David Gibson (2):
      pseries: Implement automatic PAPR VIO address allocation
      pseries: Use the same interrupt swizzling for host bridges as p2p bridges

François Revol (1):
      target-ppc: Some support for dumping TLB_EMB TLBs

Peter Portante (1):
      pseries: Fix use of global CPU state

Stefan Weil (1):
      ppce500_spin: Replace assert by hw_error (fixes compiler warning)

 hw/ppce500_spin.c           |    3 +-
 hw/spapr.c                  |    7 ++---
 hw/spapr_hcall.c            |    2 +-
 hw/spapr_llan.c             |    5 +--
 hw/spapr_pci.c              |   49 ++++++++++++++++++++++----------------
 hw/spapr_pci.h              |    5 +--
 hw/spapr_vio.c              |   54 +++++++++++++++++++++++++++----------------
 hw/spapr_vio.h              |   13 ++++-----
 hw/spapr_vscsi.c            |    5 +--
 hw/spapr_vty.c              |    5 +--
 target-ppc/helper.c         |   50 +++++++++++++++++++++++++++++++++++++++
 target-ppc/translate_init.c |   26 +++++++++++---------
 thunk.h                     |    2 +-
 13 files changed, 147 insertions(+), 79 deletions(-)

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

end of thread, other threads:[~2012-05-01 21:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 19:50 [Qemu-devel] [PULL 0/8] ppc patch queue 2012-05-01 Alexander Graf
2012-05-01 19:50 ` [Qemu-devel] [PATCH 1/8] booke:Use MMU API for creating initial mapping for secondary cpus Alexander Graf
2012-05-01 19:50 ` [Qemu-devel] [PATCH 2/8] PPC: Fix up e500 cache size setting Alexander Graf
2012-05-01 19:50 ` [Qemu-devel] [PATCH 3/8] linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts Alexander Graf
2012-05-01 20:51   ` Stefan Weil
2012-05-01 21:02     ` Andreas Färber
2012-05-01 19:50 ` [Qemu-devel] [PATCH 4/8] pseries: Implement automatic PAPR VIO address allocation Alexander Graf
2012-05-01 19:50 ` [Qemu-devel] [PATCH 5/8] pseries: Use the same interrupt swizzling for host bridges as p2p bridges Alexander Graf
2012-05-01 19:50 ` [Qemu-devel] [PATCH 6/8] pseries: Fix use of global CPU state Alexander Graf
2012-05-01 19:50 ` [Qemu-devel] [PATCH 7/8] ppce500_spin: Replace assert by hw_error (fixes compiler warning) Alexander Graf
2012-05-01 19:50 ` [Qemu-devel] [PATCH 8/8] target-ppc: Some support for dumping TLB_EMB TLBs Alexander Graf
  -- strict thread matches above, loose matches on Subject: below --
2012-05-01  8:58 [Qemu-devel] [PULL 0/8] ppc patch queue 2012-05-01 Alexander Graf
2012-05-01  8:58 ` [Qemu-devel] [PATCH 7/8] ppce500_spin: Replace assert by hw_error (fixes compiler warning) Alexander Graf

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