From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH] kvm tools: virtio-mmio: init_ioeventfd should use MMIO for ioeventfd__add_event() Date: Wed, 4 Sep 2013 11:20:14 +0100 Message-ID: <20130904102014.GD8007@mudshark.cambridge.arm.com> References: <1377871094-7253-1-git-send-email-yingshiuan.pan@gmail.com> <5226FB96.1040001@iki.fi> <20130904100705.GC8007@mudshark.cambridge.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ying-Shiuan Pan , "kvm@vger.kernel.org" , "yspan@itri.org.tw" , Asias He , Sasha Levin , Marc Zyngier To: Pekka Enberg Return-path: Received: from fw-tnat.cambridge.arm.com ([217.140.96.21]:53026 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755805Ab3IDKUi (ORCPT ); Wed, 4 Sep 2013 06:20:38 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Sep 04, 2013 at 11:13:55AM +0100, Pekka Enberg wrote: > On Wed, Sep 4, 2013 at 1:07 PM, Will Deacon wrote: > > Like this? It gets a bit confusing, because there is a KVM_IOEVENTFD_FLAG_* > > namespace as part of the kernel KVM API, but which doesn't have the flags we > > need (e.g. userspace polling). > > Looks good. I applied the fix so can you please redo this on top of tip? Sure, I'll add a commit message too and send as a new thread. Will