From: Alexander Graf <agraf@suse.de>
To: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Subject: [Qemu-devel] [PATCH 0/9] PPC patch queue 2011-06-17
Date: Fri, 17 Jun 2011 16:43:55 +0200 [thread overview]
Message-ID: <1308321844-11699-1-git-send-email-agraf@suse.de> (raw)
[-- 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
next reply other threads:[~2011-06-17 14:44 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-17 14:43 Alexander Graf [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1308321844-11699-1-git-send-email-agraf@suse.de \
--to=agraf@suse.de \
--cc=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).