From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghavendra K T Subject: Re: [PATCH] Documentation/kvm : Add documentation on Hypercalls Date: Mon, 04 Jun 2012 12:59:21 +0530 Message-ID: <4FCC63D1.7060200@linux.vnet.ibm.com> References: <20120531080116.24838.15692.sendpatchset@codeblue.in.ibm.com> <4FC7AE15.9040807@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Rob Landley , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Srivatsa Vaddagiri , Alexander Graf , KVM , "H. Peter Anvin" , Marcelo Tosatti , Gleb Natapov , Ingo Molnar , Avi Kivity , Jan Kiszka To: Randy Dunlap Return-path: Received: from e23smtp02.au.ibm.com ([202.81.31.144]:58315 "EHLO e23smtp02.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756555Ab2FDIjF (ORCPT ); Mon, 4 Jun 2012 04:39:05 -0400 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 4 Jun 2012 07:14:44 +1000 In-Reply-To: <4FC7AE15.9040807@xenotime.net> Sender: kvm-owner@vger.kernel.org List-ID: On 05/31/2012 11:14 PM, Randy Dunlap wrote: > On 05/31/2012 01:01 AM, Raghavendra K T wrote: > >> From: Raghavendra K T >> >> Thanks Alex for KVM_HC_FEATURES inputs and Jan for VAPIC_POLL_IRQ >> >> Signed-off-by: Raghavendra K T >> --- >> diff --git a/Documentation/virtual/kvm/hypercalls.txt b/Documentation/virtual/kvm/hypercalls.txt >> new file mode 100644 >> index 0000000..c79335a >> --- /dev/null >> +++ b/Documentation/virtual/kvm/hypercalls.txt >> @@ -0,0 +1,46 @@ >> +KVM Hypercalls Documentation >> +=========================== >> +The template for each hypercall is: >> +1. Hypercall name, value. >> +2. Architecture(s) >> +3. Status (deprecated, obsolete, active) >> +4. Purpose >> + >> +1. KVM_HC_VAPIC_POLL_IRQ >> +------------------------ >> +Value: 1 >> +Architecture: x86 > > > No "Status", does that imply "Active" ? > Oh! It was unintentionally left out. will add that.