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

Cédric Le Goater posted 7 patches 4 years, 5 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191128134700.16091-1-clg@kaod.org
Maintainers: Riku Voipio <riku.voipio@iki.fi>, Laurent Vivier <laurent@vivier.eu>, David Gibson <david@gibson.dropbear.id.au>
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(-)
[PATCH 0/7] target/ppc: Implement KVM support under TCG (final steps)
Posted by Cédric Le Goater 4 years, 5 months ago
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.

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(-)

-- 
2.21.0


Re: [PATCH 0/7] target/ppc: Implement KVM support under TCG (final steps)
Posted by David Gibson 4 years, 5 months ago
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