mbox

[PULL,0/1] virtio fix for 2.4

Message ID 1438786731-5199-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. 5, 2015, 2:59 p.m. UTC
The following changes since commit 2be4f242b50a84bf360df02480b173bfed161107:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-08-04 16:51: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 74aae7b22b8a67cf31937b2f4bdefe2881e799e9:

  virtio: fix 1.0 virtqueue migration (2015-08-05 16:56:34 +0300)

----------------------------------------------------------------
virtio fix for 2.4

Fixes migration in virtio 1 mode.
We still have a known bug with memory hotplug, it doesn't
look like we can fix that in time for 2.4.

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

----------------------------------------------------------------
Jason Wang (1):
      virtio: fix 1.0 virtqueue migration

 include/hw/virtio/virtio.h |  6 +++++
 hw/virtio/virtio.c         | 56 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Comments

Peter Maydell Aug. 5, 2015, 3:59 p.m. UTC | #1
On 5 August 2015 at 15:59, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 2be4f242b50a84bf360df02480b173bfed161107:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-08-04 16:51: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 74aae7b22b8a67cf31937b2f4bdefe2881e799e9:
>
>   virtio: fix 1.0 virtqueue migration (2015-08-05 16:56:34 +0300)
>
> ----------------------------------------------------------------
> virtio fix for 2.4
>
> Fixes migration in virtio 1 mode.
> We still have a known bug with memory hotplug, it doesn't
> look like we can fix that in time for 2.4.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Jason Wang (1):
>       virtio: fix 1.0 virtqueue migration

Applied, thanks.

-- PMM