qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/9] PPC patch queue 2011-06-17
@ 2011-06-17 14:43 Alexander Graf
  2011-06-17 14:43 ` [Qemu-devel] [PATCH 1/9] PPC: E500: Implement reboot controller Alexander Graf
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Alexander Graf @ 2011-06-17 14:43 UTC (permalink / raw)
  To: qemu-devel@nongnu.org Developers; +Cc: Aurelien Jarno

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

The following changes since commit eb47d7c5d96060040931c42773ee07e61e547af9:
  Peter Maydell (1):
        hw/9118.c: Implement active-low interrupt support

are available in the git repository at:

  git://repo.or.cz/qemu/agraf.git ppc-next

Alexander Graf (8):
      PPC: E500: Implement reboot controller
      PPC: calculate kernel,initrd,cmdline locations dynamically
      PPC: mpc8544ds: Add hypervisor node
      PPC: update openbios firmware
      PPC: Only set lower 32bits with mtmsr
      PPC: E500: Use MAS registers instead of internal TLB representation
      PPC: 440: Use 440 style MMU as default, so Qemu knows the MMU type
      PPC: move TLBs to their own arrays

Hervé Poussineau (1):
      target-ppc: Handle memory-forced I/O controller access

 Makefile.target             |    2 +-
 hw/mpc8544_guts.c           |  135 ++++++++++++++++++++++++++++++
 hw/ppc440.c                 |    5 +-
 hw/ppc_mac.h                |    3 +-
 hw/ppc_newworld.c           |   15 +++-
 hw/ppc_oldworld.c           |   15 +++-
 hw/ppce500_mpc8544ds.c      |   46 +++++++---
 hw/virtex_ml507.c           |    4 +-
 pc-bios/README              |    6 +-
 pc-bios/mpc8544ds.dtb       |  Bin 12288 -> 2277 bytes
 pc-bios/mpc8544ds.dts       |    9 ++
 pc-bios/openbios-ppc        |  Bin 729876 -> 750392 bytes
 target-ppc/cpu.h            |   47 ++++++++---
 target-ppc/helper.c         |  193 ++++++++++++++++++++++++++++++++++++++-----
 target-ppc/machine.c        |   16 ++--
 target-ppc/op_helper.c      |  160 +++++++++---------------------------
 target-ppc/translate.c      |   17 ++---
 target-ppc/translate_init.c |   27 ++++++-
 18 files changed, 493 insertions(+), 207 deletions(-)
 create mode 100644 hw/mpc8544_guts.c

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

end of thread, other threads:[~2011-07-01 21:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 14:43 [Qemu-devel] [PATCH 0/9] PPC patch queue 2011-06-17 Alexander Graf
2011-06-17 14:43 ` [Qemu-devel] [PATCH 1/9] PPC: E500: Implement reboot controller Alexander Graf
2011-06-17 14:43 ` [Qemu-devel] [PATCH 2/9] target-ppc: Handle memory-forced I/O controller access Alexander Graf
2011-06-17 19:34   ` Andreas Färber
2011-06-17 22:59     ` Alexander Graf
2011-06-18 11:15       ` Andreas Färber
2011-06-18 11:19         ` Alexander Graf
2011-06-17 14:43 ` [Qemu-devel] [PATCH 3/9] PPC: calculate kernel, initrd, cmdline locations dynamically Alexander Graf
2011-06-17 14:43 ` [Qemu-devel] [PATCH 4/9] PPC: mpc8544ds: Add hypervisor node Alexander Graf
2011-06-17 14:44 ` [Qemu-devel] [PATCH 5/9] PPC: update openbios firmware Alexander Graf
2011-06-17 14:44 ` [Qemu-devel] [PATCH 6/9] PPC: Only set lower 32bits with mtmsr Alexander Graf
2011-06-17 14:44 ` [Qemu-devel] [PATCH 7/9] PPC: E500: Use MAS registers instead of internal TLB representation Alexander Graf
2011-06-17 14:44 ` [Qemu-devel] [PATCH 8/9] PPC: 440: Use 440 style MMU as default, so Qemu knows the MMU type Alexander Graf
2011-06-17 14:44 ` [Qemu-devel] [PATCH 9/9] PPC: move TLBs to their own arrays Alexander Graf
2011-07-01 17:25 ` [Qemu-devel] [PATCH 0/9] PPC patch queue 2011-06-17 Alexander Graf
2011-07-01 21:26   ` Blue Swirl

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