]> git.proxmox.com Git - mirror_qemu.git/commit - ui/curses.c
console: rename vga_hw_*, add QemuConsole param
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 12 Mar 2013 12:44:38 +0000 (13:44 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Apr 2013 07:03:48 +0000 (09:03 +0200)
commit1dbfa005032d4fa5d7a5242da856d3487c907431
tree511de9d82785cdd3bfa5528911dd9ff62073bac3
parent64840c66b702cc4c809c72d8ad5d26861dd7fd8d
console: rename vga_hw_*, add QemuConsole param

Add QemuConsole parameter to vga_hw_*, so the interface allows to update
non-active consoles (the actual code can't handle this yet, see next
patch).  Passing NULL is allowed and updates the active console, like
the functions do today.

While touching all vga_hw_* calls anyway rename that to the functions to
hardware-neutral graphics_hw_*

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/cirrus_vga.c
hw/display/qxl.c
hw/display/vga.c
hw/display/vga_int.h
include/ui/console.h
ui/console.c
ui/curses.c
ui/gtk.c
ui/sdl.c
ui/spice-display.c
ui/vnc.c