From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUzHg-0001qo-Ei for qemu-devel@nongnu.org; Sun, 14 Feb 2016 11:12:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUzHf-0005qq-Lo for qemu-devel@nongnu.org; Sun, 14 Feb 2016 11:12:28 -0500 Sender: Paolo Bonzini References: <56C0A2B2.8070202@redhat.com> From: Paolo Bonzini Message-ID: <56C0A75E.4020807@redhat.com> Date: Sun, 14 Feb 2016 17:12:14 +0100 MIME-Version: 1.0 In-Reply-To: <56C0A2B2.8070202@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] crash with -incoming and -snapshot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , qemu block On 14/02/2016 16:52, Paolo Bonzini wrote: > Reproducer: > > x86_64-softmmu/qemu-system-x86_64 \ > -incoming tcp:localhost:12345 -snapshot \ > /vm/virt_test/images/jeos-21-64-base.qcow2 > > > Weird as it may seem, this actually makes some sense for testing > migration with non-shared storage... In fact, migration with non-shared storage (migrate -b) is broken in general, even without -snapshot. Paolo