summaryrefslogtreecommitdiff
path: root/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* console: make DisplayState private to console.cGerd Hoffmann2013-04-161-0/+8
* console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann2013-04-161-0/+50
* console: zap g_width + g_heightGerd Hoffmann2013-04-161-23/+9
* console: simplify screendumpGerd Hoffmann2013-04-161-19/+53
* console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann2013-04-161-27/+69
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-19/+30
* console: displaystate init revampGerd Hoffmann2013-04-161-39/+34
* console: add trace eventsGerd Hoffmann2013-04-161-0/+4
* console: switch color_table_rgb to pixman_color_tGerd Hoffmann2013-04-161-16/+8
* console: use pixman for font renderingGerd Hoffmann2013-04-161-99/+11
* console: use pixman for fill+blitGerd Hoffmann2013-04-161-55/+10
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede2013-03-271-1/+1
* console: remove ds_get_* helper functionsGerd Hoffmann2013-03-181-63/+79
* console: zap color_tableGerd Hoffmann2013-03-181-77/+6
* console: stop using DisplayState in gfx hardware emulationGerd Hoffmann2013-03-181-47/+47
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-11/+11
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-181-4/+4
* console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann2013-03-181-42/+29
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-181-0/+144
* chardev: add vc support to qapiGerd Hoffmann2013-03-131-12/+49
* qemu-char: move text console init to console.cAnthony Liguori2013-03-081-0/+7
* console: allow VCs to be overridden by UIAnthony Liguori2013-02-211-1/+13
* vga: fix byteswapping.Gerd Hoffmann2013-02-211-2/+7
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2013-02-111-1/+1
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-0/+1724