From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIbFb-0008Ff-OT for qemu-devel@nongnu.org; Tue, 03 Feb 2015 06:02:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIbFb-0004hG-1O for qemu-devel@nongnu.org; Tue, 03 Feb 2015 06:02:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIbFa-0004h9-R5 for qemu-devel@nongnu.org; Tue, 03 Feb 2015 06:02:34 -0500 Message-ID: <54D0AAC3.2090707@redhat.com> Date: Tue, 03 Feb 2015 12:02:27 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20150129151527.GE1102@redhat.com> <54CA500E.8030608@redhat.com> <20150129155425.GE2391@work-vm> <54CA594E.5030605@redhat.com> <20150129162815.GG2391@work-vm> <54CA71CD.3090304@redhat.com> <20150129202154.GH2391@work-vm> <54CA9C8C.7030906@redhat.com> <20150130093849.GB2370@work-vm> <54CB53E2.5060400@redhat.com> <20150203101222.GB9699@grmbl.mre> In-Reply-To: <20150203101222.GB9699@grmbl.mre> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 1/1] Execute arbitrary QMP commands from command line List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: quintela@redhat.com, liang.z.li@intel.com, "Dr. David Alan Gilbert" , qemu-devel@nongnu.org On 03/02/2015 11:12, Amit Shah wrote: >> > >> > -S is just the same. > (just putting this in w/o actually checking..) > > Does -S and -incoming differ in the 'do not read disks' case? I > recall we had to add consistency checks so that the destination qemu > didn't inadvertently read disk metadata on shared storage before > migration had finished (so that an in-progress disk size / partition > size update on the src wasn't getting reflected on the dest, causing > migration failures during guest installation). Yes, I had already sorted this out with David. Paolo