mbox series

[0/2] ati: fix ati_cursor_define bug.

Message ID 20190912121835.18362-1-kraxel@redhat.com (mailing list archive)
Headers show
Series ati: fix ati_cursor_define bug. | expand

Message

Gerd Hoffmann Sept. 12, 2019, 12:18 p.m. UTC
Gerd Hoffmann (2):
  vga: move access helpers to separate include file
  ati: use vga_read_byte in ati_cursor_define

 hw/display/vga-access.h  | 49 ++++++++++++++++++++++++++++++++++++++++
 hw/display/vga-helpers.h | 26 ---------------------
 hw/display/ati.c         | 11 +++++----
 hw/display/vga.c         |  1 +
 4 files changed, 56 insertions(+), 31 deletions(-)
 create mode 100644 hw/display/vga-access.h