From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/3] Documentation : hypercalls Date: Thu, 9 Aug 2012 15:31:20 -0300 Message-ID: <20120809183120.GA20343@amt.cnet> References: <20120807073946.20169.72958.sendpatchset@codeblue.in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Rob Landley , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Alexander Graf , Randy Dunlap , KVM , "H. Peter Anvin" , Gleb Natapov , Ingo Molnar , Avi Kivity , Jan Kiszka , X86 , Thomas Gleixner To: Raghavendra K T Return-path: Received: from mx1.redhat.com ([209.132.183.28]:53239 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759265Ab2HITJm (ORCPT ); Thu, 9 Aug 2012 15:09:42 -0400 Content-Disposition: inline In-Reply-To: <20120807073946.20169.72958.sendpatchset@codeblue.in.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Aug 07, 2012 at 01:09:46PM +0530, Raghavendra K T wrote: > This is the hypercall documentation patch series > First patch covers KVM specific hypercall information. > > second patch is has typo fix for vmcall instruction > comment in kvm_para.h > > Third patch includes a veryful documentation on PowerPC > hypercalls originally written by Alex > > Changes since initial post: > - Added hypercall ABI (Peter) > - made KVM_HC_VAPIC_POLL_IRQ active explicitly (Randy) > - Changed vmrun/vmmrun ==> vmcall/vmmcall (Marcelo) > - use Linux KVM hypercall instead of ABI (Marcelo) > - correct PowerPC typo (Alex) > - Remove value field (Alex) > > Raghavendra K T (2): > Documentation/kvm : Add documentation on hypercalls > Documentation/header : Correct vmrun to vmcall typo > > Alexander Graf (1) : > Documentation/ppc: Add ppc hypercall documentation > > Documentation/virtual/kvm/hypercalls.txt | 66 ++++++++++++++++++++++++++++++ > Documentation/virtual/kvm/ppc-pv.txt | 22 ++++++++++ > arch/x86/include/asm/kvm_para.h | 2 +- > 3 files changed, 89 insertions(+), 1 deletions(-) ACK