summaryrefslogtreecommitdiff
path: root/ui/console.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05console: add QemuUIInfoGerd Hoffmann1-0/+17
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-4/+24
2014-03-05console: export QemuConsole index,width,heightGerd Hoffmann1-0/+24
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-1/+1
2013-12-02console: Replace conditional debug messages by trace methodsStefan Weil1-8/+3
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil1-0/+1
2013-11-13console: Remove unused debug codeStefan Weil1-33/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-15/+15
2013-06-28console: Hook QemuConsoles into qom treeGerd Hoffmann1-0/+10
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth1-0/+4
2013-04-25console: add dummy surface for guests without graphic cardGerd Hoffmann1-2/+32
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-5/+5
2013-04-25console: switch ppm_save to qemu_openGerd Hoffmann1-2/+4
2013-04-25console: add qemu_console_lookup_by_deviceGerd Hoffmann1-0/+19
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-1/+14
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann1-1/+14
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann1-30/+73
2013-04-16console: add qemu_console_is_*Gerd Hoffmann1-26/+33
2013-04-16xen: re-enable refresh interval reporting for xenfbGerd Hoffmann1-0/+6
2013-04-16console: gui timer fixesGerd Hoffmann1-5/+29
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-17/+16
2013-04-16console: make DisplayState private to console.cGerd Hoffmann1-0/+8
2013-04-16console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann1-0/+50
2013-04-16console: zap g_width + g_heightGerd Hoffmann1-23/+9
2013-04-16console: simplify screendumpGerd Hoffmann1-19/+53
2013-04-16console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann1-27/+69
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann1-19/+30
2013-04-16console: displaystate init revampGerd Hoffmann1-39/+34
2013-04-16console: add trace eventsGerd Hoffmann1-0/+4
2013-04-16console: switch color_table_rgb to pixman_color_tGerd Hoffmann1-16/+8
2013-04-16console: use pixman for font renderingGerd Hoffmann1-99/+11
2013-04-16console: use pixman for fill+blitGerd Hoffmann1-55/+10
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-03-27qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede1-1/+1
2013-03-18console: remove ds_get_* helper functionsGerd Hoffmann1-63/+79
2013-03-18console: zap color_tableGerd Hoffmann1-77/+6
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann1-47/+47
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann1-11/+11
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann1-4/+4
2013-03-18console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann1-42/+29
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann1-0/+144
2013-03-13chardev: add vc support to qapiGerd Hoffmann1-12/+49
2013-03-08qemu-char: move text console init to console.cAnthony Liguori1-0/+7
2013-02-21console: allow VCs to be overridden by UIAnthony Liguori1-1/+13
2013-02-21vga: fix byteswapping.Gerd Hoffmann1-2/+7
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-0/+1724