From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34114 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSq7v-0001Hl-Ji for qemu-devel@nongnu.org; Wed, 15 Dec 2010 07:06:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSq25-0008IW-2e for qemu-devel@nongnu.org; Wed, 15 Dec 2010 07:05:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSq24-0008IQ-Ow for qemu-devel@nongnu.org; Wed, 15 Dec 2010 07:00:33 -0500 Date: Wed, 15 Dec 2010 14:00:07 +0200 From: "Michael S. Tsirkin" Message-ID: <20101215120007.GA1746@redhat.com> References: <20101213133538.GA2731@redhat.com> <20101213133615.GB2731@redhat.com> <20101213161219.GA6715@redhat.com> <20101213185251.GA9554@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: [PATCH v5 0/4] virtio: Use ioeventfd for virtqueue notify List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On Wed, Dec 15, 2010 at 11:48:50AM +0000, Stefan Hajnoczi wrote: > For the record, here are the commits to selectively mask virtqueues > for ioeventfd and to add -device virtio-net-pci,tx=immediate: > http://repo.or.cz/w/qemu-kvm/stefanha.git/shortlog/refs/heads/virtio-ioeventfd-2 > > I'm posting this in case you want to try it out too. > > Stefan Thanks!