qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Anthony Liguori <aliguori@us.ibm.com>,
	Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PULL for-1.6 0/6] Block patches
Date: Mon, 29 Jul 2013 17:36:06 +0200	[thread overview]
Message-ID: <1375112172-24863-1-git-send-email-stefanha@redhat.com> (raw)

This pull request contains the final patches for QEMU 1.6.  They apply on top
of Kevin's pending block pull request from Friday.

Features:
 * Paolo/Bharata's gluster resize support
 * My virtio-blk-data-plane live migration support

Bug fixes:
 * Benoît's I/O throttling fix
 * My spice migration (also affects dataplane migration) and dataplane bdrv_in_use() fixes

The following changes since commit e3409362bd64731e042c9d001e43cc1d13d2df5d:

  Add tests for sync modes 'TOP' and 'NONE' (2013-07-26 22:01:31 +0200)

are available in the git repository at:

  git://github.com/stefanha/qemu.git block

for you to fetch changes up to b0f2027cde31c645524256763672e09eeb204a9a:

  dataplane: refuse to start if device is already in use (2013-07-29 17:19:15 +0200)

----------------------------------------------------------------
Benoît Canet (1):
      block: Repair the throttling code.

Paolo Bonzini (1):
      gluster: Add image resize support

Stefan Hajnoczi (4):
      migration: notify migration state before starting thread
      migration: fix spice migration
      dataplane: enable virtio-blk x-data-plane=on live migration
      dataplane: refuse to start if device is already in use

 block.c                         |  7 +++----
 block/gluster.c                 | 17 +++++++++++++++++
 hw/block/dataplane/virtio-blk.c | 17 ++++++++---------
 hw/block/virtio-blk.c           | 32 ++++++++++++++++++++++++++++++++
 include/block/coroutine.h       |  9 +++++++--
 include/hw/virtio/virtio-blk.h  |  1 +
 include/migration/migration.h   |  2 +-
 migration.c                     |  8 +++++---
 qemu-coroutine-lock.c           | 20 ++++++++++++++++++--
 ui/spice-core.c                 |  2 +-
 10 files changed, 93 insertions(+), 22 deletions(-)

-- 
1.8.1.4

             reply	other threads:[~2013-07-29 15:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-29 15:36 Stefan Hajnoczi [this message]
2013-07-29 15:36 ` [Qemu-devel] [PATCH 1/6] gluster: Add image resize support Stefan Hajnoczi
2013-07-29 15:36 ` [Qemu-devel] [PATCH 2/6] block: Repair the throttling code Stefan Hajnoczi
2013-07-29 15:36 ` [Qemu-devel] [PATCH 3/6] migration: notify migration state before starting thread Stefan Hajnoczi
2013-07-29 15:36 ` [Qemu-devel] [PATCH 4/6] migration: fix spice migration Stefan Hajnoczi
2013-07-29 15:36 ` [Qemu-devel] [PATCH 5/6] dataplane: enable virtio-blk x-data-plane=on live migration Stefan Hajnoczi
2013-07-29 15:36 ` [Qemu-devel] [PATCH 6/6] dataplane: refuse to start if device is already in use Stefan Hajnoczi

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=1375112172-24863-1-git-send-email-stefanha@redhat.com \
    --to=stefanha@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /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).