qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] ati: fix ati_cursor_define bug.
@ 2019-09-13  9:25 Gerd Hoffmann
  2019-09-13  9:25 ` [Qemu-devel] [PATCH v2 1/2] vga: move access helpers to separate include file Gerd Hoffmann
  2019-09-13  9:25 ` [Qemu-devel] [PATCH v2 2/2] ati: use vga_read_byte in ati_cursor_define Gerd Hoffmann
  0 siblings, 2 replies; 4+ messages in thread
From: Gerd Hoffmann @ 2019-09-13  9:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael S. Tsirkin, Gerd Hoffmann, flier_m



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         | 19 ++++++++--------
 hw/display/vga.c         |  1 +
 4 files changed, 60 insertions(+), 35 deletions(-)
 create mode 100644 hw/display/vga-access.h

-- 
2.18.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-13 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-13  9:25 [Qemu-devel] [PATCH v2 0/2] ati: fix ati_cursor_define bug Gerd Hoffmann
2019-09-13  9:25 ` [Qemu-devel] [PATCH v2 1/2] vga: move access helpers to separate include file Gerd Hoffmann
2019-09-13  9:25 ` [Qemu-devel] [PATCH v2 2/2] ati: use vga_read_byte in ati_cursor_define Gerd Hoffmann
2019-09-13 13:53   ` BALATON Zoltan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).