From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfCH3-0001mX-4O for qemu-devel@nongnu.org; Fri, 08 Jul 2011 10:43:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfCGs-0005wI-Qf for qemu-devel@nongnu.org; Fri, 08 Jul 2011 10:43:20 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:33228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfCGo-0005sb-48 for qemu-devel@nongnu.org; Fri, 08 Jul 2011 10:43:06 -0400 Received: by pzk30 with SMTP id 30so1855382pzk.4 for ; Fri, 08 Jul 2011 07:43:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4E16FFE0.7050709@redhat.com> References: <4E148776.4000805@redhat.com> <4E149B3F.2010709@redhat.com> <4E14BF36.3080803@codemonkey.ws> <6E6E2CFC-B5BB-4E1D-945D-1F13C604330B@suse.de> <4E155CB9.4020009@redhat.com> <4E15608D.5000201@redhat.com> <4E16FFE0.7050709@redhat.com> Date: Fri, 8 Jul 2011 15:43:03 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] migration: new sections and backward compatibility. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: Alexander Graf , Juan Quintela , "qemu-devel@nongnu.org" , Markus Armbruster , Gerd Hoffmann , Avi Kivity On 8 July 2011 14:02, Jes Sorensen wrote: > It seems reasonable to me to introduce a situation where devices have to > explicitly marked as migration compatible and fail if there are devices > in the system which are not. To ask a dumb question: does "migration" here mean only "migration" or also "vmsave/vmload" ? -- PMM