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,
bijan.mottahedeh@oracle.com, borntraeger@de.ibm.com,
cohuck@redhat.com, mst@redhat.com, ptikhomirov@virtuozzo.com,
wei.w.wang@intel.com
Subject: [PULL] virtio, vhost: fixes and cleanups
Date: Sun, 20 Jan 2019 11:14:20 -0500 [thread overview]
Message-ID: <20190120111420-mutt-send-email-mst@kernel.org> (raw)
This mostly fixes the fallout from the balloon changes.
The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8:
Linux 5.0-rc2 (2019-01-14 10:41:12 +1200)
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 8e5dadfe76cf2862ebf3e4f22adef29982df7766:
vhost/scsi: Use copy_to_iter() to send control queue response (2019-01-14 20:28:08 -0500)
----------------------------------------------------------------
virtio, vhost: fixes, cleanups
fixes and cleanups all over the place
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Bijan Mottahedeh (1):
vhost/scsi: Use copy_to_iter() to send control queue response
Cornelia Huck (2):
virtio: fix virtio_config_ops description
virtio: document virtio_config_ops restrictions
Pavel Tikhomirov (1):
vhost: return EINVAL if iovecs size does not match the message size
Wei Wang (3):
virtio_pci: use queue idx instead of array idx to set up the vq
virtio: don't allocate vqs when names[i] = NULL
virtio-balloon: tweak config_changed implementation
drivers/misc/mic/vop/vop_main.c | 9 +++-
drivers/remoteproc/remoteproc_virtio.c | 9 +++-
drivers/s390/virtio/virtio_ccw.c | 12 +++--
drivers/vhost/scsi.c | 20 ++++---
drivers/vhost/vhost.c | 8 ++-
drivers/virtio/virtio_balloon.c | 98 ++++++++++++++++++++++------------
drivers/virtio/virtio_mmio.c | 9 +++-
drivers/virtio/virtio_pci_common.c | 8 +--
include/linux/virtio_config.h | 13 +++--
9 files changed, 126 insertions(+), 60 deletions(-)
next reply other threads:[~2019-01-20 16:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-20 16:14 Michael S. Tsirkin [this message]
2019-01-20 18:40 ` [PULL] virtio, vhost: fixes and cleanups pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2019-01-20 16:14 Michael S. Tsirkin
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=20190120111420-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=bijan.mottahedeh@oracle.com \
--cc=borntraeger@de.ibm.com \
--cc=cohuck@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=ptikhomirov@virtuozzo.com \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=wei.w.wang@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.