From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stuart Yoder Subject: [PATCH v10 0/5] KVM: PPC: Add ePAPR idle hcall support Date: Thu, 15 Mar 2012 15:52:12 -0500 Message-ID: <1331844737-30869-1-git-send-email-stuart.yoder@freescale.com> Mime-Version: 1.0 Content-Type: text/plain To: , , Return-path: Received: from tx2ehsobe001.messaging.microsoft.com ([65.55.88.11]:16309 "EHLO tx2outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161383Ab2COUwX (ORCPT ); Thu, 15 Mar 2012 16:52:23 -0400 Sender: kvm-owner@vger.kernel.org List-ID: From: Stuart Yoder v10: -patchset is now 5 patches, using the epapr header definitions is split out into a separate patch -patch titles and descriptions are also updated -cleanup as per review comments addressed Liu Yu-B13201 (4): KVM: PPC: Factor out guest epapr initialization KVM: PPC: Add support for ePAPR idle hcall in host kernel KVM: PPC: ev_idle hcall support for e500 guests PPC: Don't use hardcoded opcode for ePAPR hcall invocation Stuart Yoder (1): KVM: PPC: use definitions in epapr header for hcalls arch/powerpc/include/asm/Kbuild | 1 + arch/powerpc/include/asm/epapr_hcalls.h | 35 ++++++++++-------- arch/powerpc/include/asm/fsl_hcalls.h | 36 +++++++++--------- arch/powerpc/include/asm/kvm_para.h | 19 +++++----- arch/powerpc/kernel/Makefile | 1 + arch/powerpc/kernel/epapr_hcalls.S | 53 +++++++++++++++++++++++++++ arch/powerpc/kernel/epapr_paravirt.c | 61 +++++++++++++++++++++++++++++++ arch/powerpc/kernel/kvm.c | 30 ++------------- arch/powerpc/kernel/kvm_emul.S | 10 ----- arch/powerpc/kvm/powerpc.c | 30 +++++++++++---- arch/powerpc/platforms/Kconfig | 10 +++++ drivers/tty/Kconfig | 1 + drivers/virt/Kconfig | 1 + include/linux/kvm.h | 2 + 14 files changed, 202 insertions(+), 88 deletions(-) create mode 100644 arch/powerpc/kernel/epapr_hcalls.S create mode 100644 arch/powerpc/kernel/epapr_paravirt.c -- 1.7.3.4