summaryrefslogtreecommitdiffstats
path: root/hw/display/qxl.c
Commit message (Expand)AuthorAgeFilesLines
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* qxl: avoid unaligned pointer reads/writesDaniel P. Berrangé2019-05-071-31/+24Star
* qxl: check release info objectPrasad J Pandit2019-05-071-0/+3
* spice: set device address and device display ID in QXL interfaceLukáš Hrázký2019-02-211-1/+13
* display: ensure qxl log_buf is a nul terminated stringDaniel P. Berrangé2019-01-241-4/+10
* configure: bump spice-server required version to 0.12.5Marc-André Lureau2019-01-101-2/+0Star
* 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