From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm: Document KVM_IOEVENTFD Date: Thu, 2 Jun 2011 22:52:07 -0300 Message-ID: <20110603015207.GA7272@amt.cnet> References: <1306581150-23155-1-git-send-email-levinsasha928@gmail.com> <20110531134409.GE7400@amt.cnet> <4DE6199F.1030909@siemens.com> <4DE79382.1050206@redhat.com> <4DE79B34.4050908@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Sasha Levin , kvm@vger.kernel.org To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38558 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752122Ab1FCCEn (ORCPT ); Thu, 2 Jun 2011 22:04:43 -0400 Content-Disposition: inline In-Reply-To: <4DE79B34.4050908@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jun 02, 2011 at 04:16:20PM +0200, Jan Kiszka wrote: > 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 Applied, thanks.