1. f76b84a ui/console: fix OVERFLOW_BEFORE_WIDEN by Gonglei · 10 years ago
  2. b67072f ui: Removed unused functions by Thomas Huth · 10 years ago
  3. 49743df ui: Add dpy_gfx_check_format() to check backend shared surface support by Benjamin Herrenschmidt · 11 years ago
  4. 1c1f949 console: add graphic_console_set_hwops by Gerd Hoffmann · 10 years ago
  5. e4d50d4 qemu-char: Rename register_char_driver_qapi() to register_char_driver() by Peter Maydell · 10 years ago
  6. 77bfcf2 console: Remove unused QEMU_BIG_ENDIAN_FLAG by Benjamin Herrenschmidt · 11 years ago
  7. 4c38762 console: add dpy_gfx_update_dirty by Gerd Hoffmann · 11 years ago
  8. a77549b console: add qemu_create_displaysurface_guestmem by Gerd Hoffmann · 11 years ago
  9. 30f1e66 console: stop using PixelFormat by Gerd Hoffmann · 11 years ago
  10. 56bd9ea console: reimplement qemu_default_pixelformat by Gerd Hoffmann · 11 years ago
  11. db39fcf qemu-char: introduce qemu_chr_alloc by Paolo Bonzini · 11 years ago
  12. 333cb18 console: fix -vga none -sdl crash by Gerd Hoffmann · 11 years ago
  13. a1d2db0 console: kill MAX_CONSOLES, alloc consoles dynamically by Gerd Hoffmann · 11 years ago
  14. bdef972 console: add kbd_put_string_console by Gerd Hoffmann · 11 years ago
  15. 50ef467 console: add kbd_put_qcode_console by Gerd Hoffmann · 11 years ago
  16. 3f9a6e8 console: add kbd_put_keysym_console by Gerd Hoffmann · 11 years ago
  17. aea7947 console: rework text terminal cursor logic by Gerd Hoffmann · 11 years ago
  18. b35e3ba console: update text terminal surface unconditionally by Gerd Hoffmann · 11 years ago
  19. 521a580 console: nicer initial screen by Gerd Hoffmann · 12 years ago
  20. afff2b1 console: Abort on property access errors by Kirill Batuzov · 11 years ago
  21. 6075137 ui: Add missing 'static' attribute by Stefan Weil · 11 years ago
  22. 39f72ef qom: Add check() argument to object_property_add_link() by Stefan Hajnoczi · 11 years ago
  23. 9561fda qom: Make QOM link property unref optional by Stefan Hajnoczi · 11 years ago
  24. 6f90f3d console: add QemuUIInfo by Gerd Hoffmann · 11 years ago
  25. 5643706 console: add head to index to qemu consoles. by Gerd Hoffmann · 11 years ago
  26. d4c8533 console: export QemuConsole index,width,height by Gerd Hoffmann · 11 years ago
  27. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  28. 5d28b0e console: Replace conditional debug messages by trace methods by Stefan Weil · 11 years ago
  29. ac86048 trace: Remove trace.h from console.h (less dependencies) by Stefan Weil · 11 years ago
  30. 3325a83 console: Remove unused debug code by Stefan Weil · 11 years ago
  31. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  32. 43f420f console: Hook QemuConsoles into qom tree by Gerd Hoffmann · 12 years ago
  33. bd5c51e qemu-char: don't issue CHR_EVENT_OPEN in a BH by Michael Roth · 12 years ago
  34. d3002b0 console: add dummy surface for guests without graphic card by Gerd Hoffmann · 12 years ago
  35. 5209089 console: zap ds arg from register_displaychangelistener by Gerd Hoffmann · 12 years ago
  36. cdd5b93 console: switch ppm_save to qemu_open by Gerd Hoffmann · 12 years ago
  37. 14a9364 console: add qemu_console_lookup_by_device by Gerd Hoffmann · 12 years ago
  38. aa2beaa console: add device link to QemuConsoles by Gerd Hoffmann · 12 years ago
  39. 95be066 console: qom-ify QemuConsole by Gerd Hoffmann · 12 years ago
  40. 284d1c6 console: allow pinning displaychangelisteners to consoles by Gerd Hoffmann · 12 years ago
  41. 81c0d5a console: add qemu_console_is_* by Gerd Hoffmann · 12 years ago
  42. dea1b0b xen: re-enable refresh interval reporting for xenfb by Gerd Hoffmann · 12 years ago
  43. 0f7b286 console: gui timer fixes by Gerd Hoffmann · 12 years ago
  44. 380cd05 console: add GraphicHwOps by Gerd Hoffmann · 12 years ago
  45. 27be558 console: make DisplayState private to console.c by Gerd Hoffmann · 12 years ago
  46. 98a9ad9 console: move gui_update+gui_setup_refresh from vl.c into console.c by Gerd Hoffmann · 12 years ago
  47. 36671fb console: zap g_width + g_height by Gerd Hoffmann · 12 years ago
  48. 2c62f08 console: simplify screendump by Gerd Hoffmann · 12 years ago
  49. 321f048 console: give each QemuConsole its own DisplaySurface by Gerd Hoffmann · 12 years ago
  50. 1dbfa00 console: rename vga_hw_*, add QemuConsole param by Gerd Hoffmann · 12 years ago
  51. 64840c6 console: displaystate init revamp by Gerd Hoffmann · 12 years ago
  52. 437fe10 console: add trace events by Gerd Hoffmann · 12 years ago
  53. e27bd65 console: switch color_table_rgb to pixman_color_t by Gerd Hoffmann · 12 years ago
  54. 7d6ba01 console: use pixman for font rendering by Gerd Hoffmann · 12 years ago
  55. 68db6dc console: use pixman for fill+blit by Gerd Hoffmann · 12 years ago
  56. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  57. fee204f qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open by Hans de Goede · 12 years ago
  58. 1562e53 console: remove ds_get_* helper functions by Gerd Hoffmann · 12 years ago
  59. cf6f054 console: zap color_table by Gerd Hoffmann · 12 years ago
  60. c78f713 console: stop using DisplayState in gfx hardware emulation by Gerd Hoffmann · 12 years ago
  61. bc2ed97 console: zap displaystate from dcl callbacks by Gerd Hoffmann · 12 years ago
  62. c12aeb8 console: rework DisplaySurface handling [dcl/ui side] by Gerd Hoffmann · 12 years ago
  63. da229ef console: rework DisplaySurface handling [vga emu side] by Gerd Hoffmann · 12 years ago
  64. 7c20b4a console: fix displaychangelisteners interface by Gerd Hoffmann · 12 years ago
  65. 702ec69 chardev: add vc support to qapi by Gerd Hoffmann · 12 years ago
  66. 01f45d9 qemu-char: move text console init to console.c by Anthony Liguori · 12 years ago
  67. d82831d console: allow VCs to be overridden by UI by Anthony Liguori · 12 years ago
  68. b1424e0 vga: fix byteswapping. by Gerd Hoffmann · 12 years ago
  69. 312fd5f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 12 years ago
  70. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  71. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  72. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago[Renamed (99%) from console.c]
  73. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  74. 64f7359 pixman: drop obsolete fields from DisplaySurface by Gerd Hoffmann · 12 years ago
  75. 09bbb0a console: don't set PixelFormat alpha fields for 32bpp by Gerd Hoffmann · 12 years ago
  76. 537a439 console: make qemu_alloc_display static by Gerd Hoffmann · 12 years ago
  77. 69c7777 pixman: add pixman image to DisplaySurface by Gerd Hoffmann · 12 years ago
  78. 187cd1d console: remove DisplayAllocator by Gerd Hoffmann · 12 years ago
  79. a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 12 years ago
  80. 76ffb0b console: s/TextConsole/QemuConsole/ by Gerd Hoffmann · 12 years ago
  81. bf2fde7 console: move set_mouse + cursor_define callbacks by Gerd Hoffmann · 12 years ago
  82. c10600a TextConsole: saturate escape parameter in TTY_STATE_CSI by Laszlo Ersek · 12 years ago
  83. feadf1a console: Clean up bytes per pixel calculation by BALATON Zoltan · 12 years ago
  84. ad39cf6 qapi: convert screendump by Luiz Capitulino · 13 years ago
  85. d709813 console: vga_hw_screen_dump_ptr: take Error argument by Luiz Capitulino · 13 years ago
  86. 3eea549 console: bounds check whenever changing the cursor due to an escape code by Ian Campbell · 12 years ago
  87. 8bd6b06 console: Fix warning from clang (and potential crash) by Stefan Weil · 13 years ago
  88. bf1bed8 console: Implementing blinking of cursor by Jan Kiszka · 13 years ago
  89. 45efb16 optimize screendump for the common non-switch case by Gerd Hoffmann · 13 years ago
  90. 1673510 Remove screendump dummy functions. by Gerd Hoffmann · 13 years ago
  91. 8811e1e console: Eliminate text_consoles[] by Markus Armbruster · 13 years ago
  92. 1f51470 Revert "qemu-char: Print strerror message on failure" and deps by Markus Armbruster · 13 years ago
  93. 33bcd98 console: Fix segfault on screendump without VGA adapter by Alexander Graf · 13 years ago
  94. 0eba62e console: Fix qemu_default_pixelformat() for 24 bpp by Markus Armbruster · 13 years ago
  95. 95d8f9f console: Fix console_putchar() for CSI J by Markus Armbruster · 13 years ago
  96. f94a950 console: Clean up confusing indentation in console_putchar() by Markus Armbruster · 13 years ago
  97. 439229c console: Fix rendering of VGA underline by Markus Armbruster · 13 years ago
  98. 5354d08 Fix mismatching allocation and deallocation by Stefan Weil · 13 years ago
  99. f81bdef console: Properly switch consoles for screen dumps by Jan Kiszka · 13 years ago
  100. df00bed curses: fix garbling when chtype != long by Devin J. Pohly · 13 years ago