Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756671Ab2FDIjX (ORCPT ); Mon, 4 Jun 2012 04:39:23 -0400 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:58329 "EHLO e23smtp02.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756569Ab2FDIjW (ORCPT ); Mon, 4 Jun 2012 04:39:22 -0400 Message-ID: <4FCC63D1.7060200@linux.vnet.ibm.com> Date: Mon, 04 Jun 2012 12:59:21 +0530 From: Raghavendra K T Organization: IBM User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 MIME-Version: 1.0 To: Randy Dunlap 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 Subject: Re: [PATCH] Documentation/kvm : Add documentation on Hypercalls References: <20120531080116.24838.15692.sendpatchset@codeblue.in.ibm.com> <4FC7AE15.9040807@xenotime.net> In-Reply-To: <4FC7AE15.9040807@xenotime.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit x-cbid: 12060321-5490-0000-0000-0000018777BC Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1206 Lines: 39 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/