qemu-ppc
[Top][All Lists]
Advanced

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

[Qemu-ppc] [PATCH v2 00/10] rework exception model to support the HV mod


From: Cédric Le Goater
Subject: [Qemu-ppc] [PATCH v2 00/10] rework exception model to support the HV mode
Date: Tue, 21 Jun 2016 23:48:45 +0200

Hello,

Here is a new set bringing more changes required for the powernv
platform. The major one is the rework of the exception model to
support the HV mode.

It was tested with a pseries guest, KVM and TCG, and with a mac99
guest !

The next serie will cover a rework of XICS to support native mode and
it should be the last one before the first powernv core patches.

Cheers,

C.

Benjamin Herrenschmidt (10):
  ppc: Fix rfi/rfid/hrfi/... emulation
  ppc: define a default LPCR value
  ppc: fix exception model for HV mode
  ppc: Fix POWER7 and POWER8 exception definitions
  ppc: Fix generation if ISI/DSI vs. HV mode
  ppc: Rework generation of priv and inval interrupts
  ppc: Add real mode CI load/store instructions for P7 and P8
  ppc: Turn a bunch of booleans from int to bool
  ppc: Move exception generation code out of line
  ppc: Add P7/P8 Power Management instructions

 linux-user/main.c           |   1 +
 target-ppc/cpu-qom.h        |   9 +
 target-ppc/cpu.h            |  32 +-
 target-ppc/excp_helper.c    | 263 ++++++++------
 target-ppc/helper.h         |   1 +
 target-ppc/mmu-hash64.c     |  69 +++-
 target-ppc/translate.c      | 864 ++++++++++++++++++++++----------------------
 target-ppc/translate_init.c | 139 ++++++-
 8 files changed, 795 insertions(+), 583 deletions(-)

-- 
2.1.4




reply via email to

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