From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [PATCH v2 1/6] kvm: Pass kvm_irqfd to functions Date: Wed, 27 Jun 2012 08:30:56 -0600 Message-ID: <1340807456.1207.208.camel@bling.home> References: <20120627044758.23698.249.stgit@bling.home> <20120627050858.23698.44118.stgit@bling.home> <20120627093500.GF17507@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: avi@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, jan.kiszka@siemens.com To: "Michael S. Tsirkin" Return-path: In-Reply-To: <20120627093500.GF17507@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, 2012-06-27 at 12:35 +0300, Michael S. Tsirkin wrote: > On Tue, Jun 26, 2012 at 11:09:04PM -0600, Alex Williamson wrote: > > Prune this down to just the struct kvm_irqfd so we can avoid > > changing function definition for every flag or field we use. > > > > Signed-off-by: Alex Williamson > > This is not needed anymore, right? We are not adding > new fields. Right, but I still prefer it. Thanks, Alex