summaryrefslogtreecommitdiff
path: root/hw/display/qxl.c
AgeCommit message (Expand)Author
2016-12-05qxl: Only emit QXL_INTERRUPT_CLIENT_MONITORS_CONFIG on config changesChristophe Fergeau
2016-07-20qxl: fix qxl_set_dirty call in qxl_dirty_one_surfaceGerd Hoffmann
2016-07-06spice: avoid .set_mm_time on >= 0.12.6John Snow
2016-07-06qxl: fix surface migrationGerd Hoffmann
2016-07-06qxl: store memory region and offset instead of pointer for guest slotsGerd Hoffmann
2016-07-06qxl: factor out qxl_get_check_slot_offsetGerd Hoffmann
2016-07-06qxl: handle no updates in interface_update_area_completeGerd Hoffmann
2016-07-06qxl: use uint64_t for vram sizeGerd Hoffmann
2016-03-01qxl: lock current_async update in qxl_soft_resetGerd Hoffmann
2016-01-29hw/display: Clean up includesPeter Maydell
2015-11-06qxl: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-07-22qxl: Fix new function name for spice-server libraryFrediano Ziglio
2015-07-16qxl: allow to specify head limit to qxl driverFrediano Ziglio
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-05-29spice: don't update mm_time when spice-server is stopped.Gerd Hoffmann
2015-05-19qxl: QOMifyGonglei
2015-04-30hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-03qxl: drop update_displaychangelistener call for secondary qxl devicesGerd Hoffmann
2015-03-03qxl: refactor rounding up to a nearest power of 2Radim Krčmář
2015-03-03spice: fix invalid memory access to vga.vramRadim Krčmář
2015-03-03qxl: document minimal video memory for new modesRadim Krčmář
2015-02-26qxl: Convert to realizeMarkus Armbruster
2014-12-16spice: reduce refresh rate in native modeGerd Hoffmann
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann
2014-10-15qxl: keep going if reaching guest bug on empty areaMarc-André Lureau
2014-09-29qxl: use graphic_console_set_hwopsGerd Hoffmann
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-04vbe: make bochs dispi interface return the correct memory size with qxlGerd Hoffmann
2014-06-20spice: fix 32bit buildGerd Hoffmann
2014-06-13spice: add mouse cursor supportGerd Hoffmann
2014-05-05PortioList: Store PortioList in device stateKirill Batuzov
2014-04-28vga: allow non-global vmstateGerd Hoffmann
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann
2014-02-24qxl: add sanity checkGerd Hoffmann
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-02-03hw/display/qxl: fix signed to unsigned comparisonAlon Levy
2014-02-03qxl: clear irq on resetAlon Levy
2013-12-16spice: stop server for qxl hard resetGerd Hoffmann
2013-11-04qxl: replace pipe signaling with bottom halfGerd Hoffmann
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-18Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori
2013-10-17vga: Mark relevant portio lists regions as coalesced MMIO flushingJan Kiszka
2013-10-17spice: fix multihead supportGerd Hoffmann
2013-10-17spice: replace use of deprecated APIMarc-André Lureau
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-09-18qxl: simplify page dirtyingGerd Hoffmann