* [Qemu-devel] [PULL] virtio fixes
@ 2012-09-28 10:42 Michael S. Tsirkin
2012-10-05 2:12 ` Anthony Liguori
0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2012-09-28 10:42 UTC (permalink / raw)
To: qemu-devel, Anthony Liguori; +Cc: amit.shah, mst
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
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 <mst@redhat.com>
----------------------------------------------------------------
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PULL] virtio fixes
2012-09-28 10:42 [Qemu-devel] [PULL] virtio fixes Michael S. Tsirkin
@ 2012-10-05 2:12 ` Anthony Liguori
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2012-10-05 2:12 UTC (permalink / raw)
To: Michael S. Tsirkin, qemu-devel; +Cc: amit.shah
"Michael S. Tsirkin" <mst@redhat.com> 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 <mst@redhat.com>
>
> ----------------------------------------------------------------
> 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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-05 2:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 10:42 [Qemu-devel] [PULL] virtio fixes Michael S. Tsirkin
2012-10-05 2:12 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).