1. 8f5d58e qom: enforce readonly nature of link's check callback by Igor Mammedov · 8 years ago
  2. 9f2130f xenfb: remove xen_init_display "temporary" hack by Stefano Stabellini · 8 years ago
  3. 31cf950 xilinx-dp: Add support for the yuy2 video format by Edgar E. Iglesias · 8 years ago
  4. d2164ad vmstate: error hint for failed equal checks by Halil Pasic · 8 years ago
  5. f664b88 Remove/replace sysemu/char.h inclusion by Marc-André Lureau · 8 years ago
  6. 795c40b migration: Create migration/blocker.h by Juan Quintela · 8 years ago
  7. 384d9d5 Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into staging by Stefan Hajnoczi · 8 years ago
  8. 43ad494 Merge remote-tracking branch 'kraxel/tags/pull-vga-20170511-1' into staging by Stefan Hajnoczi · 8 years ago
  9. c19f4fb virtio-gpu: move virtio_gpu_gl_block by Gerd Hoffmann · 8 years ago
  10. bfc5653 vga: fix display update region calculation by Gerd Hoffmann · 8 years ago
  11. ca7f544 sm501: make display updates thread safe by Gerd Hoffmann · 8 years ago
  12. 2dd285b tcx: make display updates thread safe by Mark Cave-Ayland · 8 years ago
  13. 344a68b cg3: make display updates thread safe by Mark Cave-Ayland · 8 years ago
  14. f465706 Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging by Stefan Hajnoczi · 8 years ago
  15. e9c6ab6 jazz_led: fix bad snprintf by Paolo Bonzini · 8 years ago
  16. 8eb57ae cg3: add explicit ram_addr_t cast to scanline page variable by Mark Cave-Ayland · 8 years ago
  17. b290f3b tcx: fix cut/paste error in update_palette_entries() by Mark Cave-Ayland · 8 years ago
  18. eab1e53 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into staging by Peter Maydell · 8 years ago
  19. 2edd6e4 sm501: Add vmstate descriptor by BALATON Zoltan · 8 years ago
  20. b612a49 sm501: Add some more missing registers by BALATON Zoltan · 8 years ago
  21. 1ae5e6e sm501: Add support for panel layer by BALATON Zoltan · 8 years ago
  22. 01d2d58 sm501: Misc clean ups by BALATON Zoltan · 8 years ago
  23. 6a2a5aa sm501: Fix hardware cursor by BALATON Zoltan · 8 years ago
  24. afef2e1 sm501: Fix device endianness by BALATON Zoltan · 8 years ago
  25. efae278 sm501: Add emulation of chip connected via PCI by BALATON Zoltan · 8 years ago
  26. c795fa8 sm501: Get rid of base address in draw_hwc_line by BALATON Zoltan · 8 years ago
  27. ca8a110 sm501: QOMify by BALATON Zoltan · 8 years ago
  28. 70e46ca sm501: Add missing arbitration control register by BALATON Zoltan · 8 years ago
  29. e2ee847 sm501: Use defined constants instead of literal values where available by BALATON Zoltan · 8 years ago
  30. 64f1603 sm501: Fixed code style and a few typos in comments by BALATON Zoltan · 8 years ago
  31. 729abb6 virtio-gpu: add xres and yres properties by Gerd Hoffmann · 8 years ago
  32. 6f663d7 qxl: add xres and yres properties by Gerd Hoffmann · 8 years ago
  33. 104bd1d vmsvga: fix vmsvga_update_display by Gerd Hoffmann · 8 years ago
  34. 7fcf0c2 g364fb: make display updates thread safe by Gerd Hoffmann · 8 years ago
  35. 553bcce exynos: make display updates thread safe by Gerd Hoffmann · 8 years ago
  36. 167e9c7 framebuffer: make display updates thread safe by Gerd Hoffmann · 8 years ago
  37. fec5e8c vga: make display updates thread safe. by Gerd Hoffmann · 8 years ago
  38. f3289f6 vga: add vga_scanline_invalidated helper by Gerd Hoffmann · 8 years ago
  39. a27450e virtio-gpu: replace PIXMAN_* by PIXMAN_BE_* by Laurent Vivier · 8 years ago
  40. 7497638 tcx: switch to load_image_mr() and remove prom_addr hack by Mark Cave-Ayland · 8 years ago
  41. 9739458 tcx: use tcx_set_dirty() for accelerated ops by Mark Cave-Ayland · 8 years ago
  42. ee72bed tcx: remove primitives for non-32-bit surfaces by Mark Cave-Ayland · 8 years ago
  43. d18e101 tcx: remove TARGET_PAGE_SIZE from tcx24_update_display() by Mark Cave-Ayland · 8 years ago
  44. 0a97c6c tcx: remove TARGET_PAGE_SIZE from tcx_update_display() by Mark Cave-Ayland · 8 years ago
  45. 66dcabe tcx: remove page24 and cpage from tcx24_update_display() by Mark Cave-Ayland · 8 years ago
  46. 3618043 tcx: alter tcx24_reset_dirty() to accept address and length parameters by Mark Cave-Ayland · 8 years ago
  47. 427ee02 tcx: alter tcx24_check_dirty() to accept address and length parameters by Mark Cave-Ayland · 8 years ago
  48. 4b865c2 tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplane by Mark Cave-Ayland · 8 years ago
  49. 9800b3c tcx: alter tcx_set_dirty() to accept address and length parameters by Mark Cave-Ayland · 8 years ago
  50. 8c95e1f cg3: switch to load_image_mr() and remove prom-addr hack by Mark Cave-Ayland · 8 years ago
  51. be4221d cg3: fix up size parameter for memory_region_get_dirty() by Mark Cave-Ayland · 8 years ago
  52. 66e2f30 cg3: remove TARGET_PAGE_SIZE rounding on dirty page detection by Mark Cave-Ayland · 8 years ago
  53. 86dbcdd qxl: add migration blocker to avoid pre-save assert by Gerd Hoffmann · 8 years ago
  54. a703d3a qxl: switch display on entering VGA by Marc-André Lureau · 8 years ago
  55. db6cd4c cirrus: fix PUTPIXEL macro by Gerd Hoffmann · 8 years ago
  56. cc720a5 add opengl_cflags to QEMU_CFLAGS by Gerd Hoffmann · 8 years ago
  57. 940a8ce Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  58. 6b827cc xen: do not build backends for targets that do not support xen by Stefano Stabellini · 8 years ago
  59. f019722 cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16 by Gerd Hoffmann · 8 years ago
  60. ffaf857 cirrus: stop passing around src pointers in the blitter by Gerd Hoffmann · 8 years ago
  61. 026aeff cirrus: stop passing around dst pointers in the blitter by Gerd Hoffmann · 8 years ago
  62. e048dac cirrus: fix cirrus_invalidate_region by Gerd Hoffmann · 8 years ago
  63. 827bd51 cirrus: add option to disable blitter by Gerd Hoffmann · 8 years ago
  64. 73c1481 cirrus: switch to 4 MB video memory by default by Gerd Hoffmann · 8 years ago
  65. 50628d3 cirrus/vnc: zap bitblit support from console code. by Gerd Hoffmann · 8 years ago
  66. 215902d fix :cirrus_vga fix OOB read case qemu Segmentation fault by hangaohuai · 8 years ago
  67. dbb5fb8 qxl: clear guest_cursor on QXL_CURSOR_HIDE by Gerd Hoffmann · 8 years ago
  68. 7d1730b Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
  69. 3d74ee7 lm32: milkymist-tmu2: fix a third integer overflow by Peter Maydell · 8 years ago
  70. 975896f virtio-gpu: use dpy_gl_scanout_disable by Gerd Hoffmann · 8 years ago
  71. f4c36bd console: rename dpy_gl_scanout to dpy_gl_scanout_texture by Gerd Hoffmann · 8 years ago
  72. 92f2b88 cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620) by Gerd Hoffmann · 8 years ago
  73. 59046ec migration: consolidate VMStateField.start by Halil Pasic · 8 years ago
  74. 12e97ec Revert "cirrus: allow zero source pitch in pattern fill rops" by Gerd Hoffmann · 8 years ago
  75. 95280c3 cirrus: fix patterncopy checks by Gerd Hoffmann · 8 years ago
  76. ec87f20 cirrus: replace debug printf with trace points by Gerd Hoffmann · 8 years ago
  77. cf7dabe vga: replace debug printf with trace points by Gerd Hoffmann · 8 years ago
  78. 5e8e3c4 virtio-gpu: fix resource leak in virgl_cmd_resource_unref by Gerd Hoffmann · 8 years ago
  79. dd248ed virtio-gpu: fix memory leak in set scanout by Li Qiang · 8 years ago
  80. 5b66d7a Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170202-2' into staging by Peter Maydell · 8 years ago
  81. 4e9f524 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 8 years ago
  82. 62d4c6b cirrus: fix oob access issue (CVE-2017-2615) by Li Qiang · 8 years ago
  83. 60cd23e cirrus: fix blit address mask handling by Gerd Hoffmann · 8 years ago
  84. 5858dd1 cirrus: allow zero source pitch in pattern fill rops by Wolfgang Bumiller · 8 years ago
  85. f153b56 cirrus: handle negative pitch in cirrus_invalidate_region() by Wolfgang Bumiller · 8 years ago
  86. 7f4076c trace: clean up trace-events files by Stefan Hajnoczi · 8 years ago
  87. df45892 qxl: switch to constants within BUILD_BUG_ON by Michael S. Tsirkin · 8 years ago
  88. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  89. ffb5a69 Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
  90. ba56e4c hw/display/framebuffer.c: Avoid overflow for framebuffers > 4GB by Peter Maydell · 8 years ago
  91. 4382fa6 lm32: milkymist-tmu2: fix another integer overflow by Peter Maydell · 8 years ago
  92. b12227a hw: Fix typos found by codespell by Stefan Weil · 8 years ago
  93. fe44dc9 migration: disallow migrate_add_blocker during migration by Ashijeet Acharya · 8 years ago
  94. 2c21ee7 migration: extend VMStateInfo by Jianjun Duan · 8 years ago
  95. a2056e0 virtio-gpu: tag as not hotpluggable by Gerd Hoffmann · 8 years ago
  96. c84f0f2 virtio-gpu: Fix memory leak in virtio_gpu_load() by Peter Maydell · 8 years ago
  97. 039aa5d virtio-gpu: Recalculate VirtIOGPU::hostmem on VM load by Peter Maydell · 8 years ago
  98. 913a878 display: cirrus: ignore source pitch value as needed in blit_is_unsafe by Bruce Rogers · 8 years ago
  99. 85d9d04 virtio-gpu: fix information leak in capset get dispatch by Li Qiang · 8 years ago
  100. d307c28 i2c: Allow I2C devices to NAK start events by Corey Minyard · 8 years ago