[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 10/11] vga: Add endian control register
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH v2 10/11] vga: Add endian control register |
Date: |
Tue, 30 Sep 2014 12:56:55 +0200 |
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 <address@hidden>
> >
> > 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 <address@hidden>
> >
> > 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 <address@hidden>
>
> 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
- [Qemu-devel] [PATCH v2 04/11] vga: Remove rgb_to_pixel indirection, (continued)
- [Qemu-devel] [PATCH v2 04/11] vga: Remove rgb_to_pixel indirection, Gerd Hoffmann, 2014/09/29
- [Qemu-devel] [PATCH v2 01/11] vga: Start cutting out non-32bpp conversion support, Gerd Hoffmann, 2014/09/29
- [Qemu-devel] [PATCH v2 11/11] vga-pci: add qext region to mmio, Gerd Hoffmann, 2014/09/29
- [Qemu-devel] [PATCH v2 02/11] vga: Remove remainder of old conversion cruft, Gerd Hoffmann, 2014/09/29
- [Qemu-devel] [PATCH v2 03/11] vga: Separate LE and BE conversion functions, Gerd Hoffmann, 2014/09/29
- [Qemu-devel] [PATCH v2 10/11] vga: Add endian control register, Gerd Hoffmann, 2014/09/29
- [Qemu-devel] [PATCH v2 05/11] vga: Simplify vga_draw_blank() a bit, Gerd Hoffmann, 2014/09/29