/qemu/hw/display/ |
H A D | vga_int.h | 1dbfa005032d4fa5d7a5242da856d3487c907431 Tue Mar 12 12:44:38 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
|
H A D | cirrus_vga.c | 1dbfa005032d4fa5d7a5242da856d3487c907431 Tue Mar 12 12:44:38 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
|
H A D | vga.c | 1dbfa005032d4fa5d7a5242da856d3487c907431 Tue Mar 12 12:44:38 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
|
H A D | qxl.c | 1dbfa005032d4fa5d7a5242da856d3487c907431 Tue Mar 12 12:44:38 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
|
/qemu/ui/ |
H A D | curses.c | 1dbfa005032d4fa5d7a5242da856d3487c907431 Tue Mar 12 12:44:38 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
|
H A D | spice-display.c | 1dbfa005032d4fa5d7a5242da856d3487c907431 Tue Mar 12 12:44:38 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
|
H A D | console.c | 1dbfa005032d4fa5d7a5242da856d3487c907431 Tue Mar 12 12:44:38 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
|
H A D | gtk.c | 1dbfa005032d4fa5d7a5242da856d3487c907431 Tue Mar 12 12:44:38 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
|
H A D | vnc.c | 1dbfa005032d4fa5d7a5242da856d3487c907431 Tue Mar 12 12:44:38 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
|
/qemu/include/ui/ |
H A D | console.h | 1dbfa005032d4fa5d7a5242da856d3487c907431 Tue Mar 12 12:44:38 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
|