1. 45efb16 optimize screendump for the common non-switch case by Gerd Hoffmann · 13 years ago
  2. 1673510 Remove screendump dummy functions. by Gerd Hoffmann · 13 years ago
  3. 8811e1e console: Eliminate text_consoles[] by Markus Armbruster · 13 years ago
  4. 1f51470 Revert "qemu-char: Print strerror message on failure" and deps by Markus Armbruster · 13 years ago
  5. 33bcd98 console: Fix segfault on screendump without VGA adapter by Alexander Graf · 13 years ago
  6. 0eba62e console: Fix qemu_default_pixelformat() for 24 bpp by Markus Armbruster · 13 years ago
  7. 95d8f9f console: Fix console_putchar() for CSI J by Markus Armbruster · 13 years ago
  8. f94a950 console: Clean up confusing indentation in console_putchar() by Markus Armbruster · 13 years ago
  9. 439229c console: Fix rendering of VGA underline by Markus Armbruster · 13 years ago
  10. 5354d08 Fix mismatching allocation and deallocation by Stefan Weil · 13 years ago
  11. f81bdef console: Properly switch consoles for screen dumps by Jan Kiszka · 13 years ago
  12. df00bed curses: fix garbling when chtype != long by Devin J. Pohly · 13 years ago
  13. 903396a char: remove qemu_chr_send_event() by Anthony Liguori · 13 years ago
  14. 909cda1 char: rename qemu_chr_can_read() -> qemu_chr_be_can_read() by Anthony Liguori · 13 years ago
  15. fa5efcc char: rename qemu_chr_read() -> qemu_chr_be_write() by Anthony Liguori · 13 years ago
  16. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  17. 6e1db57 qemu-char: Print strerror message on failure by Kevin Wolf · 14 years ago
  18. 1802651 Align dummy display to fixed-size active console by Jan Kiszka · 14 years ago
  19. e34b12a Fix segfault on screendump with -nographic by Alexander Graf · 14 years ago
  20. ffe8b82 Consolidate DisplaySurface allocation in qemu_alloc_display() by Jes Sorensen · 14 years ago
  21. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  22. 44b37b9 remove text_console_opts by Paolo Bonzini · 14 years ago
  23. 4104833 add set_echo implementation for text consoles by Paolo Bonzini · 14 years ago
  24. 491e114 create TextConsole together with the CharDeviceState by Paolo Bonzini · 14 years ago
  25. 358664c console: Avoid dereferencing NULL active_console by Stefan Hajnoczi · 14 years ago
  26. b627808 Add support for depth 15 to qemu_default_pixelformat() by Gerd Hoffmann · 15 years ago
  27. 26572b8 check for active_console before using it by Gerd Hoffmann · 15 years ago
  28. 9678d95 Remove dead assignments in various common files, spotted by clang analyzer by Blue Swirl · 15 years ago
  29. 98b5008 move default allocator to console.c by Paolo Bonzini · 15 years ago
  30. 735ba58 vc: colorize chardev title line with blue background. by Gerd Hoffmann · 15 years ago
  31. 51bfa4d chardev: move greeting into vc backend. by Gerd Hoffmann · 15 years ago
  32. 127338e char: rename qemu_chr_reset to qemu_chr_generic_open by Amit Shah · 15 years ago
  33. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  34. 99a0949 Get rid of _t suffix by malc · 15 years ago
  35. 6ea314d convert vc chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  36. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
  37. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  38. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  39. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  40. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  41. 90a1e3c vnc fixes and improvements (Stefano Stabellini) by aliguori · 16 years ago
  42. 0da2ea1 fix endianness problem sharing the videoram buffer by malc · 16 years ago
  43. f497f14 re-fix screendump (Stefano Stabellini) by aliguori · 16 years ago
  44. 68f0099 fix curses interface (Stefano Stabellini) by aliguori · 16 years ago
  45. 14778c2 Coalesce virtual console screen updates. by pbrook · 16 years ago
  46. ceecf1d add an init function parameter to qemu_chr_open() by aurel32 · 16 years ago
  47. f0f2f97 console: remove trailing spaces by aurel32 · 16 years ago
  48. fdb868e Squash warnings in console.c by aliguori · 16 years ago
  49. 42aa98e Remove assumption about a single graphic console. by aliguori · 16 years ago
  50. 2796dae Fix character devices after DisplayState refactoring by aliguori · 16 years ago
  51. a147d62 Fix warnings by blueswir1 · 16 years ago
  52. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  53. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  54. 0e1f5a0 Introduce accessors for DisplayState (Stefano Stabellini) by aliguori · 16 years ago
  55. c21bbcf Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. by balrog · 16 years ago
  56. 38334f7 Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann). by balrog · 16 years ago
  57. 7b45522 Fix typo in console.c comment by aurel32 · 16 years ago
  58. 3bba22d Force screen resize if no buffer set (Avi Kivity). by balrog · 16 years ago
  59. 8571c05 Pretend to be the active console while a screendump takes place (Avi Kivity). by balrog · 16 years ago
  60. c60e08d Implement resolution switching in common console code. by pbrook · 16 years ago
  61. 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago
  62. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  63. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  64. a528b80 Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent. by balrog · 17 years ago
  65. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  66. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  67. af3a903 New features for QEMU text console, by Stefan Weil. by ths · 17 years ago
  68. ed8276a Serial console improvements, by Stefan Weil. by ths · 18 years ago
  69. e5b0bc4 Rearrange char event handlers to fix CHR_EVENT_RESET. by pbrook · 18 years ago
  70. adb4796 Improved console handling, thanks Stefan Weil. by ths · 18 years ago
  71. 86e94de Reinitialize monitor upon reconnect, by Anthony Liguori. by ths · 18 years ago
  72. bd46884 fixed LF interpretation by bellard · 18 years ago
  73. 2648984 avoid name conflicts by bellard · 18 years ago
  74. e15d737 send correctly long key sequences on slow terminals - fixes backspace handling by bellard · 18 years ago
  75. 9521989 Allow multiple graphics devices. by pbrook · 19 years ago
  76. 6d6f7c2 Improved terminal emulation (Piotr Esden-Tempski). by pbrook · 19 years ago
  77. 8e3a9fd monitor fixes (Johannes Schindelin) by bellard · 20 years ago
  78. 6fcfafb console focus support by bellard · 20 years ago
  79. e7f0ad5 virtual console by bellard · 20 years ago