From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW7hf-0004zf-OZ for qemu-devel@nongnu.org; Tue, 15 Oct 2013 12:42:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VW7hX-0005x4-7W for qemu-devel@nongnu.org; Tue, 15 Oct 2013 12:42:39 -0400 Sender: Paolo Bonzini Message-ID: <525D7071.4070506@redhat.com> Date: Tue, 15 Oct 2013 18:42:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 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> In-Reply-To: <20131015160620.GA8986@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: "Michael S. Tsirkin" Cc: cornelia.huck@de.ibm.com, qemu-stable@nongnu.org, qemu-devel@nongnu.org, afaerber@suse.de 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 > It's the same for MSIX and eventfd really :)