qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] PPC: Support -M pseries for PR KVM


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 0/3] PPC: Support -M pseries for PR KVM
Date: Tue, 9 Aug 2011 18:39:27 +0200

We have support for -M pseries with TCG for a while now, but are missing
integration with KVM. While the KVM HV target which is predestined for -M
pseries is slightly more tricky to integrate and needs to evolve a bit still,
we can easily support it with PR KVM.

So this patch set adds support for running -M pseries with KVM that has the
patch set applied I just submitted to the kvm list.


Alex

Alexander Graf (3):
  KVM: update kernel headers
  PPC: Enable to use PAPR with PR style KVM
  PPC: SPAPR: Use KVM function for time info

 hw/spapr.c                       |   22 ++++++++++++---
 linux-headers/asm-powerpc/kvm.h  |   23 ++++++++++++++++
 linux-headers/asm-x86/kvm_para.h |   14 ++++++++++
 linux-headers/linux/kvm.h        |   25 ++++++++++++-----
 linux-headers/linux/kvm_para.h   |    1 +
 target-ppc/kvm.c                 |   53 ++++++++++++++++++++++++++++++++++++++
 target-ppc/kvm_ppc.h             |    5 +++
 7 files changed, 130 insertions(+), 13 deletions(-)




reply via email to

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