qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC 11/14] vga: Make fb endian a common state variable


From: Benjamin Herrenschmidt
Subject: Re: [Qemu-devel] [RFC 11/14] vga: Make fb endian a common state variable
Date: Tue, 24 Jun 2014 09:44:46 +1000

On Tue, 2014-06-24 at 00:24 +0100, Peter Maydell wrote:
> On 24 June 2014 00:11, Benjamin Herrenschmidt <address@hidden> wrote:
> > And initialize it based on target endian
> > @@ -155,6 +155,7 @@ typedef struct VGACommonState {
> >      const GraphicHwOps *hw_ops;
> >      bool full_update_text;
> >      bool full_update_gfx;
> > +    bool big_endian_fb;
> 
> Don't we need to migrate this new state somehow?

Only when it can change, which is done in patch 13

This patch (11) just moves it around to the state but its value is still
fixed at this point in the series.

Cheers,
Ben.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]