qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 1c1f94: console: add graphic_console_set_hwop


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 1c1f94: console: add graphic_console_set_hwops
Date: Tue, 30 Sep 2014 03:00:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 1c1f94984430f5b9e91b01b75be23385122039f6
      
https://github.com/qemu/qemu/commit/1c1f94984430f5b9e91b01b75be23385122039f6
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-09-29 (Mon, 29 Sep 2014)

  Changed paths:
    M include/ui/console.h
    M ui/console.c

  Log Message:
  -----------
  console: add graphic_console_set_hwops

Add a function to allow display emulations to switch the hwops
function pointers.  This is useful for devices which have two
completely different operation modes.  Typical case is the vga
compatibility mode vs. native mode in qxl and the upcoming
virtio-vga device.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 151623353f4a3da4daec29d658c10ef3b57bd462
      
https://github.com/qemu/qemu/commit/151623353f4a3da4daec29d658c10ef3b57bd462
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-09-29 (Mon, 29 Sep 2014)

  Changed paths:
    M hw/display/qxl.c

  Log Message:
  -----------
  qxl: use graphic_console_set_hwops

Simply switch function pointers when entering/leaving vga mode.
Allows to remove wrapper functions which do nothing but dispatch
calls depending on the current qxl mode.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 70d3a7a7b8340d9f671c5aec4c6dd174fee2ef8e
      
https://github.com/qemu/qemu/commit/70d3a7a7b8340d9f671c5aec4c6dd174fee2ef8e
  Author: Peter Maydell <address@hidden>
  Date:   2014-09-29 (Mon, 29 Sep 2014)

  Changed paths:
    M hw/display/qxl.c
    M include/ui/console.h
    M ui/console.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140929-1' into 
staging

add and use graphic_console_set_hwops

# gpg: Signature made Mon 29 Sep 2014 11:18:37 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/spice/tags/pull-spice-20140929-1:
  qxl: use graphic_console_set_hwops
  console: add graphic_console_set_hwops

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


Compare: https://github.com/qemu/qemu/compare/b60a7726cc0f...70d3a7a7b834

reply via email to

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