qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 568b01: migration: fix warning for source_ret


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 568b01: migration: fix warning for source_return_path_thre...
Date: Mon, 14 Mar 2016 08:00:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 568b01caf38a5e156c2dc58ea002daa4e2dcab20
      
https://github.com/qemu/qemu/commit/568b01caf38a5e156c2dc58ea002daa4e2dcab20
  Author: Peter Xu <address@hidden>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M migration/migration.c

  Log Message:
  -----------
  migration: fix warning for source_return_path_thread

max_len is not necessary, while it brings a warning during compilation
when specify "-Wstack-usage=1000000". Replacing using sizeof().

Signed-off-by: Peter Xu <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 864699227911909ef1e33ecf91bf3c900715a9b1
      
https://github.com/qemu/qemu/commit/864699227911909ef1e33ecf91bf3c900715a9b1
  Author: Denis V. Lunev <address@hidden>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M migration/savevm.c

  Log Message:
  -----------
  migration: fix use-after-free in loadvm_postcopy_handle_run_bh

MigrationState is destroyed before we can come into bottom half.

Signed-off-by: Denis V. Lunev <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
CC: Juan Quintela <address@hidden>
CC: Amit Shah <address@hidden>
CC: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: a587a3fe6cadd3ce1d53235ecd759f0990132bf3
      
https://github.com/qemu/qemu/commit/a587a3fe6cadd3ce1d53235ecd759f0990132bf3
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M migration/savevm.c

  Log Message:
  -----------
  postcopy: listen thread is never joined

We don't join the listen thread, it does its own cleanup.
Mark as detached not joinable.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reported-by: Paolo Bonzini <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 32c3db5b26a1001dbe0763bdf72fdc8017c6b7b8
      
https://github.com/qemu/qemu/commit/32c3db5b26a1001dbe0763bdf72fdc8017c6b7b8
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M docs/migration.txt
    M hmp-commands.hx
    M migration/migration.c
    M qapi-schema.json
    M qmp-commands.hx

  Log Message:
  -----------
  postcopy: Remove the x-

Postcopy seems to have survived a cycle with only a few fixes,
and Jiri has the current libvirt wired up and working
( https://www.redhat.com/archives/libvir-list/2016-March/msg00080.html )
so remove the experimental tag.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 0dcee62261cb044339b10e4bda1f67ef7dc82803
      
https://github.com/qemu/qemu/commit/0dcee62261cb044339b10e4bda1f67ef7dc82803
  Author: Peter Maydell <address@hidden>
  Date:   2016-03-14 (Mon, 14 Mar 2016)

  Changed paths:
    M docs/migration.txt
    M hmp-commands.hx
    M migration/migration.c
    M migration/savevm.c
    M qapi-schema.json
    M qmp-commands.hx

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/amit-migration/tags/migration-for-2.6-7' into staging

migration:
 - postcopy is no longer experimental
 - fix a use-after-free in postcopy
 - fix a compile warning

# gpg: Signature made Fri 11 Mar 2016 12:29:33 GMT using RSA key ID 854083B6
# gpg: Good signature from "Amit Shah <address@hidden>"
# gpg:                 aka "Amit Shah <address@hidden>"
# gpg:                 aka "Amit Shah <address@hidden>"

* remotes/amit-migration/tags/migration-for-2.6-7:
  postcopy: Remove the x-
  postcopy: listen thread is never joined
  migration: fix use-after-free in loadvm_postcopy_handle_run_bh
  migration: fix warning for source_return_path_thread

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/8326ec2c834f...0dcee62261cb

reply via email to

[Prev in Thread] Current Thread [Next in Thread]