1. dd2a56a macfb: increase number of registers saved in MacfbState by Mark Cave-Ayland · 3 years ago
  2. 4718125 macfb: don't use special irq_state and irq_mask variables in MacfbState by Mark Cave-Ayland · 3 years ago
  3. 7336c94 hw/mips/jazz: Inline vga_mmio_init() and remove it by Philippe Mathieu-Daudé · 3 years, 3 months ago
  4. 23f6e3b hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO by Philippe Mathieu-Daudé · 3 years, 3 months ago
  5. 3ac2523 hw/display: Rename VGA_ISA_MM -> VGA_MMIO by Philippe Mathieu-Daudé · 3 years, 3 months ago
  6. c7a2f7b macfb: add vertical blank interrupt by Mark Cave-Ayland · 3 years, 5 months ago
  7. df8abbb macfb: add common monitor modes supported by the MacOS toolbox ROM by Mark Cave-Ayland · 3 years, 5 months ago
  8. 4317c51 macfb: add qdev property to specify display type by Mark Cave-Ayland · 3 years, 5 months ago
  9. e6108b9 macfb: implement mode sense to allow display type to be detected by Mark Cave-Ayland · 3 years, 5 months ago
  10. 9d49bcf Drop the deprecated lm32 target by Markus Armbruster · 3 years, 10 months ago
  11. 48ecfbf modules: add have_vga by Gerd Hoffmann · 3 years, 10 months ago
  12. fce39fa edid: Make refresh rate configurable by Akihiko Odaki · 3 years, 10 months ago
  13. 4bd802b Clean up includes by Markus Armbruster · 4 years, 4 months ago
  14. 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
  15. fd36ead edid: use physical dimensions if available by Marc-André Lureau · 4 years, 5 months ago
  16. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  17. a489d19 Use OBJECT_DECLARE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  18. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  19. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  20. 0010401 nubus: Rename class type checking macros by Eduardo Habkost · 4 years, 6 months ago
  21. ca27b5e qom/object: Move Object typedef to 'qemu/typedefs.h' by Philippe Mathieu-Daudé · 4 years, 10 months ago
  22. edcbea0 hw/display/edid: Add missing 'qdev-properties.h' header by Philippe Mathieu-Daudé · 4 years, 9 months ago
  23. 2fc979c Revert "hw/display/ramfb: initialize fw-config space with xres/ yres" by Gerd Hoffmann · 4 years, 10 months ago
  24. 6111a0c hw/arm/bcm283x: Correct the license text by Philippe Mathieu-Daudé · 5 years ago
  25. 8ac919a hw/m68k: add Nubus macfb video card by Laurent Vivier · 5 years ago
  26. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  27. e7febd9 Include qom/object.h slightly less by Markus Armbruster · 6 years ago
  28. d484205 Include exec/memory.h slightly less by Markus Armbruster · 6 years ago
  29. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  30. ec150c7 include: Make headers more self-contained by Markus Armbruster · 6 years ago
  31. 9b330e4 edid: add xmax + ymax properties by Gerd Hoffmann · 6 years ago
  32. 0553d89 Normalize position of header guard by Markus Armbruster · 6 years ago
  33. f79081b4 hw/display/ramfb: initialize fw-config space with xres/ yres by Hou Qiming · 6 years ago
  34. 6306cae i2c-ddc: move it to hw/display by Paolo Bonzini · 6 years ago
  35. 8a08cc7 hw/devices: Move Blizzard declarations into a new header by Philippe Mathieu-Daudé · 6 years ago
  36. ee2ccc5 hw/devices: Move TC6393XB declarations into a new header by Philippe Mathieu-Daudé · 6 years ago
  37. 70cc0c1 hw/display/milkymist-tmu2: Move inlined code from header to source by Philippe Mathieu-Daudé · 6 years ago
  38. edbc4b2 edid: fix vendor default by Gerd Hoffmann · 6 years ago
  39. 06510b8 display/edid: add DEFINE_EDID_PROPERTIES by Gerd Hoffmann · 6 years ago
  40. 97917e9 display/edid: add region helper. by Gerd Hoffmann · 6 years ago
  41. e7992fc display/edid: add qemu_edid_size() by Gerd Hoffmann · 6 years ago
  42. 72d277a display/edid: add edid generator to qemu. by Gerd Hoffmann · 6 years ago
  43. f8add62 hw/display/bcm2835_fb: Validate config settings by Peter Maydell · 7 years ago
  44. 01f18af hw/display/bcm2835_fb: Fix handling of virtual framebuffer by Peter Maydell · 7 years ago
  45. 9a1f03f hw/display/bcm2835_fb: Abstract out calculation of pitch, size by Peter Maydell · 7 years ago
  46. 9e2938a hw/display/bcm2835_fb: Reset resolution, etc correctly by Peter Maydell · 7 years ago
  47. ea662f7 hw/display/bcm2835_fb: Drop unused size and pitch fields by Peter Maydell · 7 years ago
  48. 193100b hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfig by Peter Maydell · 7 years ago
  49. a02755e hw/misc/bcm2835_fb: Move config fields to their own struct by Peter Maydell · 7 years ago
  50. f0353b0 hw/display: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  51. 94692dc hw/display: add standalone ramfb device by Gerd Hoffmann · 7 years ago
  52. 995b301 hw/display: add ramfb, a simple boot framebuffer living in guest ram by Gerd Hoffmann · 7 years ago
  53. ab72827 hw: Do not include "exec/address-spaces.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  54. a3ee49f vga: move bochs vbe defines to header file by Gerd Hoffmann · 7 years ago
  55. 866e2b3 hw/display/vga: extract public API from i386/pc to "hw/display/vga.h" by Philippe Mathieu-Daudé · 7 years ago
  56. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  57. e0dadc1 aux: Rename aux.[ch] to auxbus.[ch] for the benefit of Windows by Peter Maydell · 9 years ago
  58. 58ac482 introduce xlnx-dp by KONRAD Frederic · 9 years ago
  59. e27ed1b introduce dpcd module by KONRAD Frederic · 9 years ago
  60. 5e9c2a8 bcm2835_fb: add framebuffer device for Raspberry Pi by Grégory ESTRADE · 9 years ago