From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 0/2] eventfd: new EFD_STATE flag Date: Mon, 11 Jan 2010 21:19:32 +0200 Message-ID: <20100111191931.GA13987@redhat.com> References: <20100107103600.GD599@redhat.com> <20100110103007.GA20538@redhat.com> <20100110162202.GA29263@redhat.com> <20100110173557.GA29350@redhat.com> <20100111073433.GA1642@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Davide Libenzi Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42346 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753873Ab0AKTW3 (ORCPT ); Mon, 11 Jan 2010 14:22:29 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jan 11, 2010 at 11:14:14AM -0800, Davide Libenzi wrote: > On Mon, 11 Jan 2010, Michael S. Tsirkin wrote: > > > Yes, I think this will work. Will test and report. Thanks! > > If you ever happen to find a solution in KVM that does not require eventfd > changes, that'd be even better :) > Otherwise ping me when you tested, that I'll puch this to Andrew. > > > - Davide Hmm, the fix also needs changes in kvm driver to call the new API. To simplify dependencies, can we merge this patch through Avi's kvm tree as well?