summaryrefslogtreecommitdiffstats
path: root/hw/display/qxl.c
Commit message (Expand)AuthorAgeFilesLines
* qxl: store channel id in qxl->idGerd Hoffmann2018-10-291-7/+12
* qxl: check qxl_phys2virt return valueGerd Hoffmann2018-10-151-1/+1
* hw/display/qxl: Suppress clang-7 warning about misaligned atomic operationPeter Maydell2018-10-051-1/+25
* qxl: use guest_monitor_config for local renderer.Gerd Hoffmann2018-09-271-0/+12
* qxl: drop unused generation variableGerd Hoffmann2018-08-211-1/+0Star
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell2018-07-031-1/+2
|\
| * vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann2018-07-031-1/+2
* | hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-16/+14Star
|/
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* spice: remove QXLWorker interface fieldFrediano Ziglio2018-01-121-1/+0Star
* 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/+3Star
* 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/+4Star
* 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/+1Star
* 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/+0Star
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-7/+4Star
* 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/+17Star
|\
| * qxl: Convert to realizeMarkus Armbruster2015-02-261-19/+17Star
* | qxl: drop update_displaychangelistener call for secondary qxl devicesGerd Hoffmann2015-03-031-1/+0Star
* | qxl: refactor rounding up to a nearest power of 2Radim Krčmář2015-03-031-18/+5Star
* | 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/+1Star
* qxl: keep going if reaching guest bug on empty areaMarc-André Lureau2014-10-151-0/+5