summaryrefslogtreecommitdiff
path: root/hw/display/qxl.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-01qxl: lock current_async update in qxl_soft_resetGerd Hoffmann1-0/+2
2016-01-29hw/display: Clean up includesPeter Maydell1-1/+1
2015-11-06qxl: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-3/+3
2015-07-22qxl: Fix new function name for spice-server libraryFrediano Ziglio1-2/+1
2015-07-16qxl: allow to specify head limit to qxl driverFrediano Ziglio1-5/+21
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-05-29spice: don't update mm_time when spice-server is stopped.Gerd Hoffmann1-0/+4
2015-05-19qxl: QOMifyGonglei1-18/+26
2015-04-30hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao1-1/+1
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-19/+17
2015-03-03qxl: drop update_displaychangelistener call for secondary qxl devicesGerd Hoffmann1-1/+0
2015-03-03qxl: refactor rounding up to a nearest power of 2Radim Krčmář1-18/+5
2015-03-03spice: fix invalid memory access to vga.vramRadim Krčmář1-0/+8
2015-03-03qxl: document minimal video memory for new modesRadim Krčmář1-0/+3
2015-02-26qxl: Convert to realizeMarkus Armbruster1-19/+17
2014-12-16spice: reduce refresh rate in native modeGerd Hoffmann1-0/+3
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann1-4/+1
2014-10-15qxl: keep going if reaching guest bug on empty areaMarc-André Lureau1-0/+5
2014-09-29qxl: use graphic_console_set_hwopsGerd Hoffmann1-40/+9
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-3/+3
2014-09-04vbe: make bochs dispi interface return the correct memory size with qxlGerd Hoffmann1-0/+1
2014-06-20spice: fix 32bit buildGerd Hoffmann1-1/+1
2014-06-13spice: add mouse cursor supportGerd Hoffmann1-1/+5
2014-05-05PortioList: Store PortioList in device stateKirill Batuzov1-4/+3
2014-04-28vga: allow non-global vmstateGerd Hoffmann1-1/+1
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-2/+2
2014-02-24qxl: add sanity checkGerd Hoffmann1-1/+7
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+1
2014-02-03hw/display/qxl: fix signed to unsigned comparisonAlon Levy1-6/+9
2014-02-03qxl: clear irq on resetAlon Levy1-0/+1
2013-12-16spice: stop server for qxl hard resetGerd Hoffmann1-0/+10
2013-11-04qxl: replace pipe signaling with bottom halfGerd Hoffmann1-30/+3
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-10-18Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori1-0/+1
2013-10-17vga: Mark relevant portio lists regions as coalesced MMIO flushingJan Kiszka1-0/+1
2013-10-17spice: fix multihead supportGerd Hoffmann1-2/+1
2013-10-17spice: replace use of deprecated APIMarc-André Lureau1-8/+8
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-09-18qxl: simplify page dirtyingGerd Hoffmann1-2/+1
2013-09-18qxl: simplify qxl_rom_sizeGerd Hoffmann1-3/+1
2013-09-18qxl: define qxl operating on 4k pagesGerd Hoffmann1-2/+3
2013-09-10qxl: trace io port nameGerd Hoffmann1-2/+3
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+2
2013-07-04add a header file for atomic operationsPaolo Bonzini1-1/+2
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini1-6/+9
2013-07-04piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini1-1/+2