From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeMFH-0000Bq-LY for qemu-devel@nongnu.org; Fri, 11 Mar 2016 07:32:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeMFC-0007nL-Ht for qemu-devel@nongnu.org; Fri, 11 Mar 2016 07:32:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeMFC-0007n7-D2 for qemu-devel@nongnu.org; Fri, 11 Mar 2016 07:32:38 -0500 From: Amit Shah Date: Fri, 11 Mar 2016 18:02:10 +0530 Message-Id: Subject: [Qemu-devel] [PULL 0/4] migration fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Juan Quintela , qemu list , peterx@redhat.com, "Dr. David Alan Gilbert" , Amit Shah , den@openvz.org The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e: Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +0000) are available in the git repository at: https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.6-7 for you to fetch changes up to 32c3db5b26a1001dbe0763bdf72fdc8017c6b7b8: postcopy: Remove the x- (2016-03-11 17:53:59 +0530) ---------------------------------------------------------------- migration: - postcopy is no longer experimental - fix a use-after-free in postcopy - fix a compile warning ---------------------------------------------------------------- Denis V. Lunev (1): migration: fix use-after-free in loadvm_postcopy_handle_run_bh Dr. David Alan Gilbert (2): postcopy: listen thread is never joined postcopy: Remove the x- Peter Xu (1): migration: fix warning for source_return_path_thread docs/migration.txt | 2 +- hmp-commands.hx | 2 +- migration/migration.c | 9 ++++----- migration/savevm.c | 18 +++++++++++++----- qapi-schema.json | 8 ++++---- qmp-commands.hx | 6 +++--- 6 files changed, 26 insertions(+), 19 deletions(-) -- 2.5.0