Re: [Qemu-devel] [PATCH 1/2] vga: Expose framebuffer byteorder as a QOM property

2015-02-10 Thread David Gibson
On Tue, Feb 10, 2015 at 10:19:58AM +0100, Gerd Hoffmann wrote: > On Di, 2015-02-10 at 15:36 +1100, David Gibson wrote: > > The VGA device model now supports having the framebuffer in either endian, > > and can be switched between these by the guest via a register in the qext > > region. > > > > Ho

Re: [Qemu-devel] [PATCH 1/2] vga: Expose framebuffer byteorder as a QOM property

2015-02-10 Thread Gerd Hoffmann
On Di, 2015-02-10 at 15:36 +1100, David Gibson wrote: > The VGA device model now supports having the framebuffer in either endian, > and can be switched between these by the guest via a register in the qext > region. > > However, in some cases (e.g. LE OS on the pseries machine) we have > existing

[Qemu-devel] [PATCH 1/2] vga: Expose framebuffer byteorder as a QOM property

2015-02-09 Thread David Gibson
The VGA device model now supports having the framebuffer in either endian, and can be switched between these by the guest via a register in the qext region. However, in some cases (e.g. LE OS on the pseries machine) we have existing guest that don't know about the endian switch register, but other