summaryrefslogtreecommitdiffstats
path: root/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
* ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann2015-10-081-2/+65
* ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini2015-06-051-61/+0
* console: add dpy_ui_info_supportedGerd Hoffmann2015-05-061-1/+6
* console: delayed ui_info guest notificationGerd Hoffmann2015-05-061-3/+19
* ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao2015-04-301-2/+2
* console/gtk: add qemu_console_get_labelGerd Hoffmann2015-04-221-0/+15
* ui/console: fix OVERFLOW_BEFORE_WIDENGonglei2015-03-121-2/+2
* ui: Removed unused functionsThomas Huth2015-03-101-12/+0
* ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt2015-01-191-0/+25
* console: add graphic_console_set_hwopsGerd Hoffmann2014-09-291-2/+9
* qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell2014-09-161-2/+1
* console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt2014-09-051-7/+0
* console: add dpy_gfx_update_dirtyGerd Hoffmann2014-09-051-0/+61
* console: add qemu_create_displaysurface_guestmemGerd Hoffmann2014-09-051-0/+37
* console: stop using PixelFormatGerd Hoffmann2014-09-051-23/+10
* console: reimplement qemu_default_pixelformatGerd Hoffmann2014-09-051-113/+4
* qemu-char: introduce qemu_chr_allocPaolo Bonzini2014-06-231-1/+1
* console: fix -vga none -sdl crashGerd Hoffmann2014-06-101-4/+1
* console: kill MAX_CONSOLES, alloc consoles dynamicallyGerd Hoffmann2014-06-101-9/+4
* console: add kbd_put_string_consoleGerd Hoffmann2014-06-021-0/+9
* console: add kbd_put_qcode_consoleGerd Hoffmann2014-06-021-0/+24
* console: add kbd_put_keysym_consoleGerd Hoffmann2014-05-261-3/+6
* console: rework text terminal cursor logicGerd Hoffmann2014-05-261-18/+32
* console: update text terminal surface unconditionallyGerd Hoffmann2014-05-261-71/+56
* console: nicer initial screenGerd Hoffmann2014-05-261-8/+11
* console: Abort on property access errorsKirill Batuzov2014-05-261-17/+13
* ui: Add missing 'static' attributeStefan Weil2014-05-071-1/+1
* qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2014-03-191-0/+1
* qom: Make QOM link property unref optionalStefan Hajnoczi2014-03-191-1/+3
* console: add QemuUIInfoGerd Hoffmann2014-03-051-0/+17
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-4/+24
* console: export QemuConsole index,width,heightGerd Hoffmann2014-03-051-0/+24
* misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil2013-12-021-1/+1
* console: Replace conditional debug messages by trace methodsStefan Weil2013-12-021-8/+3
* trace: Remove trace.h from console.h (less dependencies)Stefan Weil2013-12-021-0/+1
* console: Remove unused debug codeStefan Weil2013-11-131-33/+0
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-15/+15
* console: Hook QemuConsoles into qom treeGerd Hoffmann2013-06-281-0/+10
* qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2013-06-101-0/+4
* console: add dummy surface for guests without graphic cardGerd Hoffmann2013-04-251-2/+32
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-5/+5
* console: switch ppm_save to qemu_openGerd Hoffmann2013-04-251-2/+4
* console: add qemu_console_lookup_by_deviceGerd Hoffmann2013-04-251-0/+19
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-1/+14
* console: qom-ify QemuConsoleGerd Hoffmann2013-04-251-1/+14
* console: allow pinning displaychangelisteners to consolesGerd Hoffmann2013-04-161-30/+73
* console: add qemu_console_is_*Gerd Hoffmann2013-04-161-26/+33
* xen: re-enable refresh interval reporting for xenfbGerd Hoffmann2013-04-161-0/+6
* console: gui timer fixesGerd Hoffmann2013-04-161-5/+29
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-17/+16
OpenPOWER on IntegriCloud