From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWAvU-0004pM-V4 for qemu-devel@nongnu.org; Tue, 15 Oct 2013 16:09:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWAvO-00079y-OY for qemu-devel@nongnu.org; Tue, 15 Oct 2013 16:09:08 -0400 Date: Tue, 15 Oct 2013 23:11:33 +0300 From: "Michael S. Tsirkin" Message-ID: <20131015201133.GA9579@redhat.com> References: <1381848773-689-1-git-send-email-pbonzini@redhat.com> <1381848773-689-5-git-send-email-pbonzini@redhat.com> <20131015154014.GA8760@redhat.com> <525D6503.4080507@redhat.com> <20131015160620.GA8986@redhat.com> <525D7071.4070506@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <525D7071.4070506@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 04/12] virtio-pci: remove vdev field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: cornelia.huck@de.ibm.com, qemu-stable@nongnu.org, qemu-devel@nongnu.org, afaerber@suse.de On Tue, Oct 15, 2013 at 06:42:25PM +0200, Paolo Bonzini wrote: > Il 15/10/2013 18:06, Michael S. Tsirkin ha scritto: > >> > It's not datapath if you're using ioeventfd, is it? > > Well not everyone uses dataplane/vhost. > > ioeventfd does not require dataplane/vhost. Anyway for 1.8 I do want to > get rid of BusChild altogether, just not now. > > Paolo OK, if I apply this (if it gets Acks from Andreas that you said it needs) or if you repost, will add a TODO there. > > It's the same for MSIX and eventfd really :) >