qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] PPC64 Linux bringup patches


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 0/3] PPC64 Linux bringup patches
Date: Mon, 2 Mar 2009 18:07:51 +0100

I spent my weekend on trying to get Linux running on qemu-system-ppc64 and
partly succeeded :-).

This patchset extends MMU support far enough for Linux to be happy and
works around one segmentation fault I encountered during the process.

Now the kernel panic()s on setting up nvram, which is a different field
to look at next.

Alexander Graf (3):
  PPC: Circumvent overflow in mtcrf
  PPC64: Implement slbmte
  PPC64: Implement large pages

 target-ppc/cpu.h       |    4 +-
 target-ppc/helper.c    |  135 ++++++++++++++++++++++++++++++++----------------
 target-ppc/op_helper.c |    6 ++-
 target-ppc/translate.c |   25 +++++++--
 4 files changed, 118 insertions(+), 52 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]