qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/4] ppc: booke206: KVM MMU API and info tlb


From: Scott Wood
Subject: [Qemu-devel] [PATCH v2 0/4] ppc: booke206: KVM MMU API and info tlb
Date: Thu, 18 Aug 2011 15:38:02 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

For this functionality to work with KVM, this kernel patch is required:
http://www.spinics.net/lists/kvm-ppc/msg03053.html

Scott Wood (4):
  kvm: update linux-headers
  kvm: ppc: booke206: use MMU API
  ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pages
  ppc: booke206: add "info tlb" support

 hmp-commands.hx                  |    2 +-
 hw/ppce500_mpc8544ds.c           |    4 +-
 linux-headers/asm-powerpc/kvm.h  |   54 +++++++++++++++++++++-
 linux-headers/asm-x86/kvm_para.h |   14 ++++++
 linux-headers/linux/kvm.h        |   41 +++++++++++++---
 linux-headers/linux/kvm_para.h   |    1 +
 monitor.c                        |    5 +-
 target-ppc/cpu.h                 |    8 +++-
 target-ppc/helper.c              |   93 +++++++++++++++++++++++++++++++++++++-
 target-ppc/kvm.c                 |   87 +++++++++++++++++++++++++++++++++++
 10 files changed, 291 insertions(+), 18 deletions(-)

-- 
1.7.6




reply via email to

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