diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-11-03 18:21:54 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-11-07 10:57:37 -0600 |
commit | f67ab77a43cbaca27a39c69223ec6d5dc850f22d (patch) | |
tree | 5ebd50fb43e441d0140e76a0eac084c42d771857 /qlist.h | |
parent | 25a21c94c0055e078acb7f7455e66c8a15f32385 (diff) | |
download | qemu-f67ab77a43cbaca27a39c69223ec6d5dc850f22d.tar.gz qemu-f67ab77a43cbaca27a39c69223ec6d5dc850f22d.tar.bz2 qemu-f67ab77a43cbaca27a39c69223ec6d5dc850f22d.zip |
qxl: fix vga port initialization.
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 missed while doing the conversion ...
This patch fixes it. It also switch qxl vga ioport registration to
portio lists while being at it.
Cc: Hans de Goede <hdegoede@redhat.com>
Acked-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qlist.h')
0 files changed, 0 insertions, 0 deletions