From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv2ep-0005HX-MT for qemu-devel@nongnu.org; Thu, 12 Jun 2014 06:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wv2ei-0005ce-1s for qemu-devel@nongnu.org; Thu, 12 Jun 2014 06:54:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv2eh-0005cF-Iy for qemu-devel@nongnu.org; Thu, 12 Jun 2014 06:54:51 -0400 Date: Thu, 12 Jun 2014 13:55:13 +0300 From: "Michael S. Tsirkin" Message-ID: <20140612105513.GF22230@redhat.com> References: <20140514154230.10746.56297.stgit@bahia.local> <5384A8D2.8050104@redhat.com> <20140529111253.4ff55199@bahia.local> <538708FA.4070309@redhat.com> <20140612094351.6295fd38@bahia.local> <53996B0E.4040808@redhat.com> <20140612110601.3fe5626e@bahia.local> <539970B3.3040304@redhat.com> <20140612093712.GA22565@redhat.com> <5399755E.10902@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5399755E.10902@redhat.com> Subject: Re: [Qemu-devel] [PATCH RFC 8/8] virtio: add endian-ambivalent support to VirtIODevice List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Kevin Wolf , Fam Zheng , Anthony Liguori , Juan Quintela , qemu-devel@nongnu.org, Alexander Graf , Stefan Hajnoczi , Amit Shah , Andreas =?iso-8859-1?Q?F=E4rber?= , Greg Kurz On Thu, Jun 12, 2014 at 11:39:42AM +0200, Paolo Bonzini wrote: > Il 12/06/2014 11:37, Michael S. Tsirkin ha scritto: > >Maybe just drop unnecessary stuff for new machine types? > >Then we won't need hacks to migrate it. > > For any machine type it's trivial to migrate it. All machine types > including old ones can disregard the migrated values. > > Paolo Ah, good idea, so simply disregard the values in load. -- MST