qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 145e54: vga: move access helpers to separate


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 145e54: vga: move access helpers to separate include file
Date: Thu, 19 Sep 2019 09:15:35 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 145e543eb3c9564e13b821869693bc977c409a0b
      
https://github.com/qemu/qemu/commit/145e543eb3c9564e13b821869693bc977c409a0b
  Author: Gerd Hoffmann <address@hidden>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
    A hw/display/vga-access.h
    M hw/display/vga-helpers.h
    M hw/display/vga.c

  Log Message:
  -----------
  vga: move access helpers to separate include file

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-id: address@hidden


  Commit: aab0e2a661b2b6bf7915c0aefe807fb60d6d9d13
      
https://github.com/qemu/qemu/commit/aab0e2a661b2b6bf7915c0aefe807fb60d6d9d13
  Author: Gerd Hoffmann <address@hidden>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
    M hw/display/ati.c

  Log Message:
  -----------
  ati: use vga_read_byte in ati_cursor_define

This makes sure reads are confined to vga video memory.

v3: use uint32_t, fix cut+paste bug.
v2: fix ati_cursor_draw_line too.

Reported-by: xu hang <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: BALATON Zoltan <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-id: address@hidden


  Commit: 084f67c9d98d520c51df24f3b355774166a03691
      
https://github.com/qemu/qemu/commit/084f67c9d98d520c51df24f3b355774166a03691
  Author: Peter Maydell <address@hidden>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
    M hw/display/ati.c
    A hw/display/vga-access.h
    M hw/display/vga-helpers.h
    M hw/display/vga.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/ati-20190919-pull-request' 
into staging

vga: fix cursor code in ati-vga.

# gpg: Signature made Thu 19 Sep 2019 10:10:32 BST
# gpg:                using RSA key 4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>" [full]
# gpg:                 aka "Gerd Hoffmann <address@hidden>" [full]
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>" [full]
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/ati-20190919-pull-request:
  ati: use vga_read_byte in ati_cursor_define
  vga: move access helpers to separate include file

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/590c0ac982a8...084f67c9d98d



reply via email to

[Prev in Thread] Current Thread [Next in Thread]