From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adk7i-0000Id-LN for qemu-devel@nongnu.org; Wed, 09 Mar 2016 14:50:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adk7f-0006vx-DQ for qemu-devel@nongnu.org; Wed, 09 Mar 2016 14:50:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adk7f-0006vt-83 for qemu-devel@nongnu.org; Wed, 09 Mar 2016 14:50:19 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 571F063151 for ; Wed, 9 Mar 2016 19:50:18 +0000 (UTC) From: "Dr. David Alan Gilbert (git)" Date: Wed, 9 Mar 2016 19:50:14 +0000 Message-Id: <1457553016-1869-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Postcopy fix and x- removal List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, amit.shah@redhat.com, quintela@redhat.com, jdenemar@redhat.com From: "Dr. David Alan Gilbert" Hi, This fix should go after Denis's use-after-free fix. The first one is a minor bug fix that Paolo spotted. The second removes the 'x-' experimental prefix now that things seem to be running OK, and Jiri has libvirt working with it. Dave Dr. David Alan Gilbert (2): postcopy: listen thread is never joined postcopy: Remove the x- docs/migration.txt | 2 +- hmp-commands.hx | 2 +- migration/migration.c | 4 ++-- migration/savevm.c | 2 +- qapi-schema.json | 6 +++--- qmp-commands.hx | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) -- 2.5.0