mbox

[PULL,0/1] migration queue

Message ID 20200928152024.209894-1-dgilbert@redhat.com
State New
Headers show

Pull-request

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

Message

Dr. David Alan Gilbert Sept. 28, 2020, 3:20 p.m. UTC
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 8d16e72f2d4df2c9e631393adf1669a1da7efe8a:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200925a' into staging (2020-09-25 14:46:18 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1783c00fc998220f9ca13b7eeca1d610243bc11b:

  Revert "migration: Properly destroy variables on incoming side" (2020-09-28 16:18:02 +0100)

----------------------------------------------------------------
Migration: Revert one patch for 068 fix

One patch in the last pull broke test 068 which
does a pair of vmload's.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      Revert "migration: Properly destroy variables on incoming side"

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

Comments

Peter Maydell Sept. 29, 2020, 10:10 a.m. UTC | #1
On Mon, 28 Sep 2020 at 16:23, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit 8d16e72f2d4df2c9e631393adf1669a1da7efe8a:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200925a' into staging (2020-09-25 14:46:18 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-migration-20200928a
>
> for you to fetch changes up to 1783c00fc998220f9ca13b7eeca1d610243bc11b:
>
>   Revert "migration: Properly destroy variables on incoming side" (2020-09-28 16:18:02 +0100)
>
> ----------------------------------------------------------------
> Migration: Revert one patch for 068 fix
>
> One patch in the last pull broke test 068 which
> does a pair of vmload's.
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
>
> ----------------------------------------------------------------
> Dr. David Alan Gilbert (1):
>       Revert "migration: Properly destroy variables on incoming side"


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM