From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYv7M-0001bW-QD for qemu-devel@nongnu.org; Tue, 30 Sep 2014 06:57:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYv7D-0006F0-Gv for qemu-devel@nongnu.org; Tue, 30 Sep 2014 06:57:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYv7D-0006EP-Ab for qemu-devel@nongnu.org; Tue, 30 Sep 2014 06:57:07 -0400 Message-ID: <1412074615.23471.12.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 30 Sep 2014 12:56:55 +0200 In-Reply-To: <20140930004534.GC7765@voom.fritz.box> References: <1411983073-13058-1-git-send-email-kraxel@redhat.com> <1411983073-13058-11-git-send-email-kraxel@redhat.com> <20140930004534.GC7765@voom.fritz.box> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 10/11] vga: Add endian control register List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: David Gibson , qemu-devel@nongnu.org On Di, 2014-09-30 at 10:45 +1000, David Gibson wrote: > On Mon, Sep 29, 2014 at 11:31:11AM +0200, Gerd Hoffmann wrote: > > From: Benjamin Herrenschmidt > > > > Include the endian state in the migration stream as an optional > > subsection which we only include when the endian isn't the default, > > thus enabling backward compatibility of the common case. > > > > Signed-off-by: Benjamin Herrenschmidt > > > > Changes by kraxel: > > * Remove bochs dispi interface changes. We'll do that in > > a different way to make sure we don't conflict with > > possible future bochs dispi interface changes. > > * keep live migration bits. > > > > Signed-off-by: Gerd Hoffmann > > short desc doesn't quite seem to match the patch contents. Otherwise Indeed, with my changes it isn't correct any more. Retitled to say "vga: Add endian to vmstate". cheers, Gerd