From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm: Document KVM_IOEVENTFD Date: Tue, 31 May 2011 10:44:09 -0300 Message-ID: <20110531134409.GE7400@amt.cnet> References: <1306581150-23155-1-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Avi Kivity To: Sasha Levin Return-path: Received: from mx1.redhat.com ([209.132.183.28]:5928 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754172Ab1EaQLD (ORCPT ); Tue, 31 May 2011 12:11:03 -0400 Content-Disposition: inline In-Reply-To: <1306581150-23155-1-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: 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.