mbox

[PULL,0/3] virtio/vhost: fixes

Message ID 1470842980-32481-1-git-send-email-mst@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

Message

Michael S. Tsirkin Aug. 10, 2016, 3:30 p.m. UTC
The following changes since commit 53279c76cf071fed07a336948d37c72e3613e0b7:

  Update version for v2.7.0-rc2 release (2016-08-08 17:26:11 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 28ed5ef16384f12500abd3647973ee21b03cbe23:

  vhost-user: Attempt to fix a race with set_mem_table. (2016-08-10 17:47:29 +0300)

----------------------------------------------------------------
virtio/vhost: fixes

some bugfixes for virtio/vhost

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Ilya Maximets (1):
      vhost: check for vhost_ops before using.

Prerna Saxena (2):
      vhost-user: Introduce a new protocol feature REPLY_ACK.
      vhost-user: Attempt to fix a race with set_mem_table.

 hw/net/vhost_net.c        |   2 +-
 hw/virtio/vhost-user.c    | 137 +++++++++++++++++++++++++++++-----------------
 docs/specs/vhost-user.txt |  26 +++++++++
 3 files changed, 115 insertions(+), 50 deletions(-)

Comments

Peter Maydell Aug. 10, 2016, 5:32 p.m. UTC | #1
On 10 August 2016 at 16:30, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 53279c76cf071fed07a336948d37c72e3613e0b7:
>
>   Update version for v2.7.0-rc2 release (2016-08-08 17:26:11 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to 28ed5ef16384f12500abd3647973ee21b03cbe23:
>
>   vhost-user: Attempt to fix a race with set_mem_table. (2016-08-10 17:47:29 +0300)
>
> ----------------------------------------------------------------
> virtio/vhost: fixes
>
> some bugfixes for virtio/vhost
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Applied, thanks.

-- PMM