mbox

[PULL,0/2] virtio: fixes

Message ID 1471970024-31756-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. 23, 2016, 4:34 p.m. UTC
The following changes since commit 6bbbb0ac136102098a70b97ab0c07bc7bf53131c:

  target-arm: Fix warn about implicit conversion (2016-08-12 11:12:24 +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 58a83c61496eeb0d31571a07a51bc1947e3379ac:

  virtio: decrement vq->inuse in virtqueue_discard() (2016-08-23 19:20:24 +0300)

----------------------------------------------------------------
virtio: fixes

some bugfixes for virtio
balloon is still broken wrt migration

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

----------------------------------------------------------------
Stefan Hajnoczi (2):
      virtio: recalculate vq->inuse after migration
      virtio: decrement vq->inuse in virtqueue_discard()

 hw/virtio/virtio.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Comments

Peter Maydell Aug. 24, 2016, 7:16 p.m. UTC | #1
On 23 August 2016 at 17:34, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 6bbbb0ac136102098a70b97ab0c07bc7bf53131c:
>
>   target-arm: Fix warn about implicit conversion (2016-08-12 11:12:24 +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 58a83c61496eeb0d31571a07a51bc1947e3379ac:
>
>   virtio: decrement vq->inuse in virtqueue_discard() (2016-08-23 19:20:24 +0300)
>
> ----------------------------------------------------------------
> virtio: fixes
>
> some bugfixes for virtio
> balloon is still broken wrt migration

Is this a bug we need to fix for the release?


> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Stefan Hajnoczi (2):
>       virtio: recalculate vq->inuse after migration
>       virtio: decrement vq->inuse in virtqueue_discard()
>
>  hw/virtio/virtio.c | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)

Applied to master, thanks.

-- PMM