qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/7] target/ppc: Implement KVM support under TCG (final steps


From: David Gibson
Subject: Re: [PATCH 0/7] target/ppc: Implement KVM support under TCG (final steps)
Date: Tue, 10 Dec 2019 14:51:13 +1100
User-agent: Mutt/1.12.1 (2019-06-15)

On Thu, Nov 28, 2019 at 02:46:53PM +0100, Cédric Le Goater wrote:
> Hello,
> 
> This is a resend of Suraj's series adding KVM support to the QEMU
> PowerNV machine under TCG :
> 
>   http://patchwork.ozlabs.org/cover/1094658/
>   
> I have addressed the comments and kept for later the final patch
> adding partition scoped radix tree translation. I need to educate
> myself a bit more on the topic first.

I've applied 1..4 to ppc-for-5.0, the rest I'm still trying to look at
more closely.


> 
> Thanks,
> 
> C. 
> 
> Cédric Le Goater (1):
>   target/ppc: add support for Hypervisor Facility Unavailable Exception
> 
> Suraj Jitindar Singh (6):
>   target/ppc: Implement the VTB for HV access
>   target/ppc: Work [S]PURR implementation and add HV support
>   target/ppc: Add SPR ASDR
>   target/ppc: Add SPR TBU40
>   target/ppc: Add privileged message send facilities
>   target/ppc: Enforce that the root page directory size must be at least 5
> 
>  include/hw/ppc/ppc.h            |   4 +-
>  target/ppc/cpu.h                |  11 ++++
>  target/ppc/helper.h             |   9 +++
>  hw/ppc/ppc.c                    |  46 +++++++++++---
>  linux-user/ppc/cpu_loop.c       |   5 ++
>  target/ppc/excp_helper.c        |  52 ++++++++++++++--
>  target/ppc/misc_helper.c        |  46 ++++++++++++++
>  target/ppc/mmu-radix64.c        |   3 +
>  target/ppc/timebase_helper.c    |  20 ++++++
>  target/ppc/translate.c          |  30 +++++++++
>  target/ppc/translate_init.inc.c | 105 +++++++++++++++++++++++++++-----
>  11 files changed, 297 insertions(+), 34 deletions(-)
> 

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: signature.asc
Description: PGP signature


reply via email to

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