qemu-ppc
[Top][All Lists]
Advanced

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

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


From: Cédric Le Goater
Subject: [PATCH 0/7] target/ppc: Implement KVM support under TCG (final steps)
Date: Thu, 28 Nov 2019 14:46:53 +0100

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




reply via email to

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