From patchwork Thu Jun 2 14:16:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 843792 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p52EHj5q015813 for ; Thu, 2 Jun 2011 14:17:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751253Ab1FBORm (ORCPT ); Thu, 2 Jun 2011 10:17:42 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:33688 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750970Ab1FBORl (ORCPT ); Thu, 2 Jun 2011 10:17:41 -0400 Received: from smtp06.web.de ( [172.20.5.172]) by fmmailgate02.web.de (Postfix) with ESMTP id E88921A1380ED; Thu, 2 Jun 2011 16:16:20 +0200 (CEST) Received: from [92.75.140.119] (helo=mchn199C.mchp.siemens.de) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #2) id 1QS8hA-0001IC-00; Thu, 02 Jun 2011 16:16:20 +0200 Message-ID: <4DE79B34.4050908@web.de> Date: Thu, 02 Jun 2011 16:16:20 +0200 From: Jan Kiszka User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Avi Kivity CC: Marcelo Tosatti , Sasha Levin , kvm@vger.kernel.org Subject: Re: [PATCH] kvm: Document KVM_IOEVENTFD References: <1306581150-23155-1-git-send-email-levinsasha928@gmail.com> <20110531134409.GE7400@amt.cnet> <4DE6199F.1030909@siemens.com> <4DE79382.1050206@redhat.com> In-Reply-To: <4DE79382.1050206@redhat.com> X-Enigmail-Version: 1.1.2 X-Sender: jan.kiszka@web.de X-Provags-ID: V01U2FsdGVkX1+UTgrdL1dNWAGBkgzxKfzipw0kR1hp5/NJKOty WFNY026ugD28n5P7FVq+lnrlauITqkA/24OKG5wznK2yI+X65O oLA7rBqUE= Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 02 Jun 2011 14:17:47 +0000 (UTC) On 2011-06-02 15:43, Avi Kivity wrote: > On 06/01/2011 01:51 PM, Jan Kiszka wrote: >> On 2011-05-31 15:44, Marcelo Tosatti wrote: >> > On Sat, May 28, 2011 at 02:12:30PM +0300, Sasha Levin wrote: >> >> Document KVM_IOEVENTFD that can be used to receive >> >> notifications of PIO/MMIO events without triggering >> >> an exit. >> >> >> >> Cc: Avi Kivity >> >> Cc: Marcelo Tosatti >> >> Signed-off-by: Sasha Levin >> >> --- >> >> Documentation/virtual/kvm/api.txt | 30 >> ++++++++++++++++++++++++++++++ >> >> 1 files changed, 30 insertions(+), 0 deletions(-) >> > >> > Applied (with wording fix), thanks. >> >> Requires section number fix-up (4.56 -> 4.58). > > The usual fix is to cut a 5.0 release. Too bad that we already have one ("5. The kvm_run structure"). :) Jan ------8<------ From: Jan Kiszka KVM: Fixup documentation section numbering Signed-off-by: Jan Kiszka --- Documentation/virtual/kvm/api.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 3755a39..2bd06b0 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -1323,7 +1323,7 @@ struct kvm_lapic_state { Copies the input argument into the the Local APIC registers. The data format and layout are the same as documented in the architecture manual. -4.56 KVM_IOEVENTFD +4.58 KVM_IOEVENTFD Capability: KVM_CAP_IOEVENTFD Architectures: all