summaryrefslogtreecommitdiffstats
path: root/hw/display/qxl.c
Commit message (Expand)AuthorAgeFilesLines
* qxl: lock current_async update in qxl_soft_resetGerd Hoffmann2019-11-291-0/+2
* hw/display: Clean up includesPeter Maydell2019-11-291-1/+1
* qxl: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-061-1/+1
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-3/+3
* qxl: Fix new function name for spice-server libraryFrediano Ziglio2015-07-221-2/+1
* qxl: allow to specify head limit to qxl driverFrediano Ziglio2015-07-161-5/+21
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-7/+4
* spice: don't update mm_time when spice-server is stopped.Gerd Hoffmann2015-05-291-0/+4
* qxl: QOMifyGonglei2015-05-191-18/+26
* hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao2015-04-301-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-091-19/+17
|\
| * qxl: Convert to realizeMarkus Armbruster2015-02-261-19/+17
* | qxl: drop update_displaychangelistener call for secondary qxl devicesGerd Hoffmann2015-03-031-1/+0
* | qxl: refactor rounding up to a nearest power of 2Radim Krčmář2015-03-031-18/+5
* | spice: fix invalid memory access to vga.vramRadim Krčmář2015-03-031-0/+8
* | qxl: document minimal video memory for new modesRadim Krčmář2015-03-031-0/+3
|/
* spice: reduce refresh rate in native modeGerd Hoffmann2014-12-161-0/+3
* spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann2014-12-161-4/+1
* qxl: keep going if reaching guest bug on empty areaMarc-André Lureau2014-10-151-0/+5
* qxl: use graphic_console_set_hwopsGerd Hoffmann2014-09-291-40/+9
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-3/+3
* vbe: make bochs dispi interface return the correct memory size with qxlGerd Hoffmann2014-09-041-0/+1
* spice: fix 32bit buildGerd Hoffmann2014-06-201-1/+1
* spice: add mouse cursor supportGerd Hoffmann2014-06-131-1/+5
* PortioList: Store PortioList in device stateKirill Batuzov2014-05-051-4/+3
* vga: allow non-global vmstateGerd Hoffmann2014-04-281-1/+1
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-2/+2
* qxl: add sanity checkGerd Hoffmann2014-02-241-1/+7
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-02-131-1/+1
|\
| * qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-1/+1
* | hw/display/qxl: fix signed to unsigned comparisonAlon Levy2014-02-031-6/+9
* | qxl: clear irq on resetAlon Levy2014-02-031-0/+1
|/
* spice: stop server for qxl hard resetGerd Hoffmann2013-12-161-0/+10
* qxl: replace pipe signaling with bottom halfGerd Hoffmann2013-11-041-30/+3
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-1/+1
|\
| * hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-1/+1
* | Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori2013-10-181-0/+1
|\ \
| * | vga: Mark relevant portio lists regions as coalesced MMIO flushingJan Kiszka2013-10-171-0/+1
* | | spice: fix multihead supportGerd Hoffmann2013-10-171-2/+1
* | | spice: replace use of deprecated APIMarc-André Lureau2013-10-171-8/+8
|/ /
* | qxl: simplify page dirtyingGerd Hoffmann2013-09-181-2/+1
* | qxl: simplify qxl_rom_sizeGerd Hoffmann2013-09-181-3/+1
* | qxl: define qxl operating on 4k pagesGerd Hoffmann2013-09-181-2/+3
|/
* qxl: trace io port nameGerd Hoffmann2013-09-101-2/+3
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+2
* add a header file for atomic operationsPaolo Bonzini2013-07-041-1/+2
* hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-6/+9
* piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini2013-07-041-1/+2
OpenPOWER on IntegriCloud