[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/8] pnv: more fixes to the exception model
From: |
Cédric Le Goater |
Subject: |
[Qemu-ppc] [PATCH 0/8] pnv: more fixes to the exception model |
Date: |
Mon, 27 Jun 2016 08:55:13 +0200 |
Hello,
Here are a couple more patches on the exception model and LPCR which
are surrounding the pnv core patches. The first is a prereq for all
the patches to apply, and it did not seem too much of a problem adding
it.
Cheers,
C.
Benjamin Herrenschmidt (8):
ppc: Add a bunch of hypervisor SPRs to Book3s
ppc: Update LPCR definitions
ppc: Use a helper to filter writes to LPCR
ppc: Fix conditions for delivering external interrupts to a guest
ppc: Enforce setting MSR:EE,IR and DR when MSR:PR is set
ppc: Initial HDEC support
ppc: LPCR is a HV resource
ppc: Print HSRR0/HSRR1 in "info registers"
hw/ppc/ppc.c | 17 ++--
target-ppc/cpu.h | 16 +++-
target-ppc/excp_helper.c | 41 +++++----
target-ppc/helper.h | 3 +
target-ppc/helper_regs.h | 4 +
target-ppc/mmu-hash64.c | 57 +++++++++++++
target-ppc/timebase_helper.c | 10 +++
target-ppc/translate.c | 7 ++
target-ppc/translate_init.c | 194 +++++++++++++++++++++++++++++++++++++++----
9 files changed, 304 insertions(+), 45 deletions(-)
--
2.1.4
- [Qemu-ppc] [PATCH 0/8] pnv: more fixes to the exception model,
Cédric Le Goater <=
- [Qemu-ppc] [PATCH 1/8] ppc: Add a bunch of hypervisor SPRs to Book3s, Cédric Le Goater, 2016/06/27
- [Qemu-ppc] [PATCH 2/8] ppc: Update LPCR definitions, Cédric Le Goater, 2016/06/27
- [Qemu-ppc] [PATCH 3/8] ppc: Use a helper to filter writes to LPCR, Cédric Le Goater, 2016/06/27
- [Qemu-ppc] [PATCH 4/8] ppc: Fix conditions for delivering external interrupts to a guest, Cédric Le Goater, 2016/06/27
- [Qemu-ppc] [PATCH 5/8] ppc: Enforce setting MSR:EE, IR and DR when MSR:PR is set, Cédric Le Goater, 2016/06/27
- [Qemu-ppc] [PATCH 6/8] ppc: Initial HDEC support, Cédric Le Goater, 2016/06/27
- [Qemu-ppc] [PATCH 7/8] ppc: LPCR is a HV resource, Cédric Le Goater, 2016/06/27
- [Qemu-ppc] [PATCH 8/8] ppc: Print HSRR0/HSRR1 in "info registers", Cédric Le Goater, 2016/06/27
- Re: [Qemu-ppc] [PATCH 0/8] pnv: more fixes to the exception model, David Gibson, 2016/06/28