1. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  2. a96d8be vga: remove CONFIG_BOCHS_VBE by Gerd Hoffmann · 12 years ago
  3. 803ff05 vga: add mmio bar to standard vga by Gerd Hoffmann · 12 years ago
  4. d663174 vga: ppm_save(): add error handling by Luiz Capitulino · 13 years ago
  5. 9aa0ff0 vga: Implement blinking of text cursor by Jan Kiszka · 13 years ago
  6. 4a1e244 vga: make vram size configurable by Gerd Hoffmann · 13 years ago
  7. e9c6149 vga: raise xres+yres limits by Gerd Hoffmann · 13 years ago
  8. 8294a64 vga: fix vram double-mapping with -vga std and -M pc-0.12 by Avi Kivity · 13 years ago
  9. 5e55efc vga: use constants from vga.h by Blue Swirl · 13 years ago
  10. 94d7b48 vga: move Cirrus VGA template to its own file by Blue Swirl · 13 years ago
  11. 0a039dc vga: Convert to isa_register_portio_list by Richard Henderson · 14 years ago
  12. 78dd9ff vga: Drop some unused fields by Jan Kiszka · 14 years ago
  13. 8076388 vga: Use linear mapping + dirty logging in chain 4 memory access mode by Jan Kiszka · 14 years ago
  14. fe55ff6 vmware-vga: Eliminate vga_dirty_log_restart by Jan Kiszka · 14 years ago
  15. be20f9e vga: drop get_system_memory() from vga devices and derivatives by Avi Kivity · 14 years ago
  16. b2a5e76 vga: simplify vga window mmio access functions by Avi Kivity · 14 years ago
  17. b195043 vga: convert vga and its derivatives to the memory API by Avi Kivity · 14 years ago
  18. 0fe28e0 vga: Fix type of lfb/map_addr/end. by Richard Henderson · 14 years ago
  19. 7435b79 vga-isa: convert to qdev by Blue Swirl · 14 years ago
  20. a19cbfb spice: add qxl device by Gerd Hoffmann · 15 years ago
  21. 7889542 more stdvga cleanups. by Gerd Hoffmann · 14 years ago
  22. af92284 update bochs vbe interface by Gerd Hoffmann · 15 years ago
  23. b5cc6e3 VMware VGA: Only enable dirty log tracking when fifo is disabled by Anthony Liguori · 15 years ago
  24. f0138a6 Make sure to enable dirty tracking of VBE vram mapping by Anthony Liguori · 15 years ago
  25. 3098b9f Revert "vga: do not resize the screen on hw_invalidate" by Aurelien Jarno · 15 years ago
  26. 5245d57 vga roms: move loading from pc.c to vga drivers. by Gerd Hoffmann · 15 years ago
  27. c326466 vga: remove unused vga_common_save/load by Juan Quintela · 15 years ago
  28. 11b6b34 vga: port vga_common_save/load to vmstate by Juan Quintela · 15 years ago
  29. 2a3138a vga: create is_vbe_vmstate field by Juan Quintela · 15 years ago
  30. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 16 years ago
  31. 99a0949 Get rid of _t suffix by malc · 16 years ago
  32. 25a18cb vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere by Juan Quintela · 16 years ago
  33. 79b97bf vga: split vga-isa-mm.o by Juan Quintela · 16 years ago
  34. f97e36b vga: export vga_mem_{read,write} by Juan Quintela · 16 years ago
  35. 0d65ddc vga: split vga_{load, save} into pci and common parts by Juan Quintela · 16 years ago
  36. 43bf782 vga: export vga_ioport_{read,write} by Juan Quintela · 16 years ago
  37. a4a2f59 Everything outside of vga.c should use VGACommonState by Juan Quintela · 16 years ago
  38. 03a3e7b Introduce vga_common_reset() to be able to typcheck vga_reset() by Juan Quintela · 16 years ago
  39. df59cbc qdev/prop: convert vga.c to helper macros. by Gerd Hoffmann · 16 years ago
  40. 0bd8246 vga: do not resize the screen on hw_invalidate by Stefano Stabellini · 16 years ago
  41. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  42. 4e12cd9 vga: Replace VGA_COMMON with a structure by Avi Kivity · 16 years ago
  43. 4b16eb9 vga: Cleanup dirty logging (Jan Kiszka) by aliguori · 16 years ago
  44. b584726 Clean up VGA ram allocation. by pbrook · 16 years ago
  45. 799e709 Revert r6989 by aliguori · 16 years ago
  46. 9586fef Fix display breakage when resizing the screen (v2) (Avi Kivity) by aliguori · 16 years ago
  47. e07d630 fix screendump (Stefano Stabellini) by aliguori · 16 years ago
  48. 3023f332 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  49. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  50. 4abc796 Add cirrus reset handler by blueswir1 · 16 years ago
  51. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  52. 2bec46d vga optimization (Glauber Costa) by aliguori · 16 years ago
  53. b4fbd87 move vga_io_address to VGA State (Glauber Costa) by aliguori · 16 years ago
  54. 4efe275 better type checking for vga (Glauber Costa) by aliguori · 16 years ago
  55. cb5a7aa Optional "precise" VGA retrace support by malc · 17 years ago
  56. c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago
  57. 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago
  58. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  59. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  60. f707cfb Allow VMware-SVGA operation enable before command FIFO is configured. Implement "screendump" for 32 bit colour depth. by balrog · 18 years ago
  61. 2abec30 Memory-mapped interface for VGA, by Herve Poussineau. by ths · 18 years ago
  62. d34cab9 VMware SVGA II emulation, by Andrzej Zaborowski. by ths · 18 years ago
  63. 37dd208 VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert) by bellard · 19 years ago
  64. 83acc96 fixed VGA resolutions with height > 1024 by bellard · 19 years ago
  65. d2269f6 save VGA PCI state by bellard · 19 years ago
  66. 8454df8 support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA BIOSes - added support for modes up to 1600x1200x32 in -std-vga case by bellard · 19 years ago
  67. d529525 VGA bios support for PowerPC by bellard · 20 years ago
  68. 546fa6a vga font change detection by bellard · 20 years ago
  69. a130a41 interlace support by bellard · 21 years ago
  70. a8aa669 generic hardware cursor support by bellard · 21 years ago
  71. 4e3e9d0 avoid using anonymous struct extension (not supported by all gcc 3.x) by bellard · 21 years ago
  72. 798b0c2 generic VGA API layer by bellard · 21 years ago