From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJxPK-0001ra-Gq for qemu-devel@nongnu.org; Thu, 04 Oct 2012 22:12:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJxPJ-0000R4-9U for qemu-devel@nongnu.org; Thu, 04 Oct 2012 22:12:54 -0400 Received: from mail-oa0-f45.google.com ([209.85.219.45]:46104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJxPJ-0000Qv-4v for qemu-devel@nongnu.org; Thu, 04 Oct 2012 22:12:53 -0400 Received: by mail-oa0-f45.google.com with SMTP id i18so1165028oag.4 for ; Thu, 04 Oct 2012 19:12:52 -0700 (PDT) From: Anthony Liguori In-Reply-To: <20120928104234.GA17711@redhat.com> References: <20120928104234.GA17711@redhat.com> Date: Thu, 04 Oct 2012 21:12:48 -0500 Message-ID: <87r4pdfyzj.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL] virtio fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Cc: amit.shah@redhat.com "Michael S. Tsirkin" writes: > The following changes since commit 6f8fd2530e9a530f237240daf1c981fa5df7f978: > > Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm (2012-09-27 21:48:56 +0200) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony > Pulled. Thanks. Regards, Anthony Liguori > for you to fetch changes up to ad3005ad8c70a69705149d3ce6d1e51fb76edb15: > > virtio-serial-bus: let chardev know the exact number of bytes requested (2012-09-28 12:16:27 +0200) > > ---------------------------------------------------------------- > virtio fixes > > This includes some bits from my s/g patchset that both fix bugs > and seem very safe, as well as Amit's virtio serial patchset - > it has been on list a while with no comments. > > Will merge rest of my patchset + Amos's link status > patchset after they get a bit of review. > > Signed-off-by: Michael S. Tsirkin > > ---------------------------------------------------------------- > Amit Shah (3): > virtio: use unsigned int for counting bytes in vq > virtio: Introduce virtqueue_get_avail_bytes() > virtio-serial-bus: let chardev know the exact number of bytes requested > > Michael S. Tsirkin (3): > virtio: don't mark unaccessed memory as dirty > virtio-net: fix used len for tx > iov: add const annotation > > hw/virtio-net.c | 4 ++-- > hw/virtio-serial-bus.c | 11 +++-------- > hw/virtio.c | 32 +++++++++++++++++++++++--------- > hw/virtio.h | 5 ++++- > iov.c | 2 +- > iov.h | 2 +- > 6 files changed, 34 insertions(+), 22 deletions(-)