1. 5a0001e hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask() by Philippe Mathieu-Daudé · 4 years, 10 months ago
  2. 3fcf15d ramfb: fix size calculation by Gerd Hoffmann · 4 years, 11 months ago
  3. 819c83e ramfb: add sanity checks to ramfb_create_display_surface by Gerd Hoffmann · 4 years, 11 months ago
  4. 19aaee2 ramfb: don't update RAMFBState on errors by Gerd Hoffmann · 4 years, 11 months ago
  5. 46a298d ramfb: drop leftover debug message by Gerd Hoffmann · 4 years, 11 months ago
  6. c326eed Revert "hw/display/ramfb: lock guest resolution after it's set" by Gerd Hoffmann · 4 years, 11 months ago
  7. 2fc979c Revert "hw/display/ramfb: initialize fw-config space with xres/ yres" by Gerd Hoffmann · 4 years, 11 months ago
  8. 63dc346 hw/display: Include local 'framebuffer.h' by Philippe Mathieu-Daudé · 4 years, 11 months ago
  9. b0588cb ati-vga: Do not allow unaligned access via index register by BALATON Zoltan · 4 years, 10 months ago
  10. 8e5c952 hw: Remove unnecessary DEVICE() cast by Philippe Mathieu-Daudé · 4 years, 10 months ago
  11. b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 10 months ago
  12. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  13. a2261b2 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging by Peter Maydell · 4 years, 10 months ago
  14. 5c7c46f Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 4 years, 11 months ago
  15. 6e8a355 lockable: replaced locks with lock guard macros where appropriate by Daniel Brodsky · 5 years ago
  16. 15138b5 virtio-vga: fix virtio-vga bar ordering by Anthoine Bourgeois · 5 years ago
  17. b3ac2b9 Compress lines for immediate return by Simran Singhal · 5 years ago
  18. fd1c220 display/blizzard: use extract16() for fix clang analyzer warning in blizzard_draw_line16_32() by Chen Qun · 5 years ago
  19. ee29f6e bochs-display: Fix vgamem=SIZE error handling by Markus Armbruster · 5 years ago
  20. ac2071c ati-vga: Fix checks in ati_2d_blt() to avoid crash by BALATON Zoltan · 5 years ago
  21. 6111a0c hw/arm/bcm283x: Correct the license text by Philippe Mathieu-Daudé · 5 years ago
  22. b9fc4f6 hw/display: Let devices own the MemoryRegion they create by Philippe Mathieu-Daudé · 5 years ago
  23. 52013bc hw/display: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 5 years ago
  24. f872c76 stdvga+bochs-display: add dummy mmio handler by Gerd Hoffmann · 5 years ago
  25. 488a0dd display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update() by Chen Qun · 5 years ago
  26. 4e34d82 display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse() by Chen Qun · 5 years ago
  27. 44b5c1e qxl: map rom r/o by Gerd Hoffmann · 5 years ago
  28. cd8fef8 Arithmetic error in EDID generation fixed by Anton V. Boyarshinov · 5 years ago
  29. 9e26498 Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD by Paolo Bonzini · 5 years ago
  30. 7afee87 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging by Peter Maydell · 5 years ago
  31. 85eb7c1 Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument by Philippe Mathieu-Daudé · 5 years ago
  32. 0eeef0a Remove unnecessary cast when using the cpu_[physical]_memory API by Philippe Mathieu-Daudé · 5 years ago
  33. eb9b2ee hw/display/artist: Remove dead code (CID 1419388 & 1419389) by Philippe Mathieu-Daudé · 5 years ago
  34. b0f6455 hw/display/artist: Avoid drawing line when nothing to display by Philippe Mathieu-Daudé · 5 years ago
  35. 0814343 hw/display/artist: Delay some variables initialization by Philippe Mathieu-Daudé · 5 years ago
  36. 6c69f9c hw/display/artist: Remove pointless initialization by Philippe Mathieu-Daudé · 5 years ago
  37. 5646bca hw/display/artist: Move trace event to draw_line() by Philippe Mathieu-Daudé · 5 years ago
  38. 380e6d8 hw/display/qxl: Remove unneeded variable assignment by Philippe Mathieu-Daudé · 5 years ago
  39. ed71c09 qxl: introduce hardware revision 5 by Gerd Hoffmann · 5 years ago
  40. 3ab5a6e hw/*/Makefile.objs: Move many .o files to common-objs by Thomas Huth · 6 years ago
  41. d4aceb2 hw/display/qxl.c: Use trace_event_get_state_backends() by Peter Maydell · 5 years ago
  42. 4765384 hppa: Add emulation of Artist graphics by Sven Schnelle · 5 years ago
  43. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  44. ada4406 hw/display/tcx: Add missing fall through comments by Philippe Mathieu-Daudé · 5 years ago
  45. 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago
  46. 0ed40f1 sm501: make SerialMM a child, export chardev property by Marc-André Lureau · 5 years ago
  47. 7aca378 hw/display/sm501: Always map the UART0 by Philippe Mathieu-Daudé · 5 years ago
  48. 81e6a73 Merge remote-tracking branch 'remotes/elmarco/tags/screendump-pull-request' into staging by Peter Maydell · 5 years ago
  49. 4affd48 Merge remote-tracking branch 'remotes/kraxel/tags/vga-20191220-pull-request' into staging by Peter Maydell · 5 years ago
  50. 4d63162 console: add graphic_hw_update_done() by Marc-André Lureau · 10 years ago
  51. 0d82411 display/bochs-display: fix memory leak by Cameron Esfahani · 5 years ago
  52. e2328a1 vga: cleanup mapping of VRAM for non-PCI VGA by Paolo Bonzini · 5 years ago
  53. 97d8381 hw/display: Remove "rombar" hack from vga-pci and vmware_vga by Thomas Huth · 5 years ago
  54. 68fa5f5 mips: jazz: Renovate coding style by Filip Bozuta · 5 years ago
  55. 0f6ed88 display: xlnx_dp: Provide sufficient bytes for silent audio channel by Sai Pavan Boddu · 5 years ago
  56. 8ac919a hw/m68k: add Nubus macfb video card by Laurent Vivier · 5 years ago
  57. e55a8b3 hw/arm/bcm2835_peripherals: Name various address spaces by Philippe Mathieu-Daudé · 5 years ago
  58. aab0e2a ati: use vga_read_byte in ati_cursor_define by Gerd Hoffmann · 5 years ago
  59. 145e543 vga: move access helpers to separate include file by Gerd Hoffmann · 5 years ago
  60. e3355a0 m68k: Add NeXTcube framebuffer device emulation by Thomas Huth · 7 years ago
  61. e139134 Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190822-pull-request' into staging by Peter Maydell · 6 years ago
  62. b7105d2 ati-vga: Implement dummy VBlank IRQ by BALATON Zoltan · 6 years ago
  63. 8a9224a hw/display: Compile various display devices as common object by Philippe Mathieu-Daudé · 6 years ago
  64. ea2b7c9 hw/display/sm501: Remove unused include by Philippe Mathieu-Daudé · 6 years ago
  65. 8bb9a2b ati-vga: Add limited support for big endian frame buffer aperture by BALATON Zoltan · 6 years ago
  66. c026350 ati-vga: Attempt to handle CRTC offset not exact multiple of stride by BALATON Zoltan · 6 years ago
  67. 747d7ad ati-vga: Fix hardware cursor image offset by BALATON Zoltan · 6 years ago
  68. 50bc6af ati-vga: Fix cursor color with guest_hwcursor=true by BALATON Zoltan · 6 years ago
  69. 006388a ati-vga: Fix GPIO_MONID register write by BALATON Zoltan · 6 years ago
  70. df1e4cf ati-vga: Add some register definitions for debugging by BALATON Zoltan · 6 years ago
  71. 1d8d4d8 ati-vga: Add registers for getting apertures by BALATON Zoltan · 6 years ago
  72. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  73. 2f780b6 sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h by Markus Armbruster · 6 years ago
  74. 46517dd Include sysemu/sysemu.h a lot less by Markus Armbruster · 6 years ago
  75. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  76. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  77. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  78. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  79. d484205 Include exec/memory.h slightly less by Markus Armbruster · 6 years ago
  80. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  81. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  82. ca77ee2 Include migration/qemu-file-types.h a lot less by Markus Armbruster · 6 years ago
  83. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  84. 1b53ecd memory: Fix type of IOMMUMemoryRegionClass member @parent_class by Markus Armbruster · 6 years ago
  85. 5e7bcdc display/bochs: fix pcie support by Gerd Hoffmann · 6 years ago
  86. dd56040 Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs" by Dr. David Alan Gilbert · 6 years ago
  87. a09ef50 hw/display/xlnx_dp: Avoid crash when reading empty RX FIFO by Philippe Mathieu-Daudé · 6 years ago
  88. 146dd32 ati-vga: Fix setting offset together with pitch for r128pro by BALATON Zoltan · 6 years ago
  89. 584acf3 ati-vga: Fix reverse bit blts by BALATON Zoltan · 6 years ago
  90. a381274 ati-vga: Fix frame buffer endianness for big endian target by BALATON Zoltan · 6 years ago
  91. c799d2e ati-vga: Improve readability of ati_2d_blt function by BALATON Zoltan · 6 years ago
  92. 4174292 hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface struct by Peter Maydell · 6 years ago
  93. b0ee78f virtio-gpu: check if the resource already exists in virtio_gpu_load() by Li Qiang · 6 years ago
  94. a7f85e0 virtio-gpu: fix unmap in error path by Gerd Hoffmann · 6 years ago
  95. 0094908 Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190628-pull-request' into staging by Peter Maydell · 6 years ago
  96. 263807f ati-vga: switch to vgabios-ati.bin by Gerd Hoffmann · 6 years ago
  97. 866ad5f ati-vga: Fixes to offset and pitch registers by BALATON Zoltan · 6 years ago
  98. c82c733 ati-vga: Implement DDC and EDID info from monitor by BALATON Zoltan · 6 years ago
  99. a3434a2 xen: Import other xen/io/*.h by Anthony PERARD · 6 years ago
  100. 0a71966 edid: flip the default to enabled by Gerd Hoffmann · 6 years ago