Re: [Qemu-devel] [PATCH 1.0] qxl: fix vga port initialization.

2011-11-08 Thread Anthony Liguori
On 11/03/2011 12:21 PM, Gerd Hoffmann wrote: Commit 0a039dc70096b768d3810afa50ba1d214768aaf4 broke vga modes for qxl-vga by loosing vga_ioport_read windup. qxl needs to hook into vga port writes only and used to realize that by letting vga_init() do the work for both reads and writes, then overw

Re: [Qemu-devel] [PATCH 1.0] qxl: fix vga port initialization.

2011-11-07 Thread Alon Levy
On Thu, Nov 03, 2011 at 06:21:54PM +0100, Gerd Hoffmann wrote: > Commit 0a039dc70096b768d3810afa50ba1d214768aaf4 broke vga modes for > qxl-vga by loosing vga_ioport_read windup. qxl needs to hook into > vga port writes only and used to realize that by letting vga_init() do > the work for both read

[Qemu-devel] [PATCH 1.0] qxl: fix vga port initialization.

2011-11-03 Thread Gerd Hoffmann
Commit 0a039dc70096b768d3810afa50ba1d214768aaf4 broke vga modes for qxl-vga by loosing vga_ioport_read windup. qxl needs to hook into vga port writes only and used to realize that by letting vga_init() do the work for both reads and writes, then overwrite the write function. That little detail was