[Qemu-devel] [PULL 0/1] migration queue

Dr. David Alan Gilbert (git) posted 1 patch 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180410150329.47586-1-dgilbert@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
There is a newer version of this series
migration/migration.c | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
[Qemu-devel] [PULL 0/1] migration queue
Posted by Dr. David Alan Gilbert (git) 6 years ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit df6378eb0e6cfd58a22a1c3ff8fa4a9039f1eaa8:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180410-pull-request' into staging (2018-04-10 14:04:27 +0100)

are available in the Git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20180410a

for you to fetch changes up to a18a73d7472e6ff5bc1e5f7fb9f7a42464295d03:

  Revert "migration: Don't activate block devices if using -S" (2018-04-10 15:28:42 +0100)

----------------------------------------------------------------
Migration reversion pull for 2.12

One to revert after we decided it needs some more thinking.

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      Revert "migration: Don't activate block devices if using -S"

 migration/migration.c | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

Re: [Qemu-devel] [PULL 0/1] migration queue
Posted by Peter Maydell 6 years ago
On 10 April 2018 at 16:03, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit df6378eb0e6cfd58a22a1c3ff8fa4a9039f1eaa8:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180410-pull-request' into staging (2018-04-10 14:04:27 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-migration-20180410a
>
> for you to fetch changes up to a18a73d7472e6ff5bc1e5f7fb9f7a42464295d03:
>
>   Revert "migration: Don't activate block devices if using -S" (2018-04-10 15:28:42 +0100)
>
> ----------------------------------------------------------------
> Migration reversion pull for 2.12
>
> One to revert after we decided it needs some more thinking.
>
> ----------------------------------------------------------------
> Dr. David Alan Gilbert (1):
>       Revert "migration: Don't activate block devices if using -S"
>
>  migration/migration.c | 22 +++++++---------------
>  1 file changed, 7 insertions(+), 15 deletions(-)
>

Applied, thanks.

-- PMM