summary refs log tree commit diff stats
path: root/hw/display/qxl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-16/+14
|/
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* spice: remove QXLWorker interface fieldFrediano Ziglio2018-01-121-1/+0
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* qxl: call qemu_spice_display_init_common for secondary devicesPaolo Bonzini2017-08-151-1/+1
* hw/display/qxl.c Use memory_region_init_ram()Peter Maydell2017-07-141-6/+3
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-3/+3
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-2/+2
* migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* qxl: add xres and yres propertiesGerd Hoffmann2017-04-241-10/+24
* qxl: add migration blocker to avoid pre-save assertGerd Hoffmann2017-04-111-0/+31
* qxl: switch display on entering VGAMarc-André Lureau2017-04-071-0/+1
* qxl: clear guest_cursor on QXL_CURSOR_HIDEGerd Hoffmann2017-03-091-0/+5
* qxl: switch to constants within BUILD_BUG_ONMichael S. Tsirkin2017-01-311-5/+4
* qxl: Only emit QXL_INTERRUPT_CLIENT_MONITORS_CONFIG on config changesChristophe Fergeau2016-12-051-1/+36
* qxl: fix qxl_set_dirty call in qxl_dirty_one_surfaceGerd Hoffmann2016-07-201-5/+6
* spice: avoid .set_mm_time on >= 0.12.6John Snow2016-07-061-0/+4
* qxl: fix surface migrationGerd Hoffmann2016-07-061-16/+21
* qxl: store memory region and offset instead of pointer for guest slotsGerd Hoffmann2016-07-061-4/+11
* qxl: factor out qxl_get_check_slot_offsetGerd Hoffmann2016-07-061-21/+38
* qxl: handle no updates in interface_update_area_completeGerd Hoffmann2016-07-061-1/+2
* qxl: use uint64_t for vram sizeGerd Hoffmann2016-07-061-4/+4
* qxl: lock current_async update in qxl_soft_resetGerd Hoffmann2016-03-011-0/+2
* hw/display: Clean up includesPeter Maydell2016-01-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