From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [PATCH] kvm: Document KVM_IOEVENTFD Date: Thu, 02 Jun 2011 16:16:20 +0200 Message-ID: <4DE79B34.4050908@web.de> References: <1306581150-23155-1-git-send-email-levinsasha928@gmail.com> <20110531134409.GE7400@amt.cnet> <4DE6199F.1030909@siemens.com> <4DE79382.1050206@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , Sasha Levin , kvm@vger.kernel.org To: Avi Kivity Return-path: 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 In-Reply-To: <4DE79382.1050206@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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 -- 1.7.1