From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
den@openvz.org, elfring@users.sourceforge.net, jgross@suse.com,
kneumoin@virtuozzo.com, lprosek@redhat.com, luto@kernel.org,
matt.redfearn@imgtec.com, mst@redhat.com, pbonzini@redhat.com,
serebrin@google.com, stable@vger.kernel.org, will.deacon@arm.com
Subject: [PULL] virtio: tests, cleanups and fixes
Date: Tue, 1 Nov 2016 02:11:25 +0200 [thread overview]
Message-ID: <20161101021125-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:
Linux 4.9-rc3 (2016-10-29 13:52:02 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
for you to fetch changes up to 75bfa81bf0897ba87f1e1b9b576a07536029b86a:
virtio_ring: mark vring_dma_dev inline (2016-10-31 00:40:08 +0200)
----------------------------------------------------------------
virtio: tests, fixes and cleanups
Just minor tweaks, there's nothing major in this cycle.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Juergen Gross (1):
virtio: remove config.c
Konstantin Neumoin (1):
virtio: update balloon size in balloon "probe"
Ladi Prosek (1):
virtio_ring: Make interrupt suppression spec compliant
Markus Elfring (2):
virtio_blk: Use kmalloc_array() in init_vq()
virtio_blk: Delete an unnecessary initialisation in init_vq()
Matt Redfearn (1):
virtio: console: Unlock vqs while freeing buffers
Michael S. Tsirkin (2):
virtio/vhost: add Jason to list of maintainers
virtio_ring: mark vring_dma_dev inline
Paolo Bonzini (3):
ringtest: use link-time optimization
ringtest: commonize implementation of poll_avail/poll_used
ringtest: poll for new buffers once before updating event index
Will Deacon (1):
virtio_pci: Limit DMA mask to 44 bits for legacy virtio devices
tools/virtio/ringtest/main.h | 4 +--
drivers/block/virtio_blk.c | 10 +++---
drivers/char/virtio_console.c | 22 ++++++++----
drivers/virtio/config.c | 12 -------
drivers/virtio/virtio_balloon.c | 2 ++
drivers/virtio/virtio_pci_legacy.c | 16 ++++++---
drivers/virtio/virtio_ring.c | 16 +++++----
tools/virtio/ringtest/main.c | 20 ++++++++---
tools/virtio/ringtest/noring.c | 6 ++--
tools/virtio/ringtest/ptr_ring.c | 22 +++---------
tools/virtio/ringtest/ring.c | 18 ++++------
tools/virtio/ringtest/virtio_ring_0_9.c | 64 ++++++++-------------------------
MAINTAINERS | 2 ++
tools/virtio/ringtest/Makefile | 4 +--
14 files changed, 96 insertions(+), 122 deletions(-)
delete mode 100644 drivers/virtio/config.c
reply other threads:[~2016-11-01 0:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161101021125-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=den@openvz.org \
--cc=elfring@users.sourceforge.net \
--cc=jgross@suse.com \
--cc=kneumoin@virtuozzo.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lprosek@redhat.com \
--cc=luto@kernel.org \
--cc=matt.redfearn@imgtec.com \
--cc=netdev@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=serebrin@google.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=will.deacon@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).