summaryrefslogtreecommitdiff
path: root/hw/display/qxl.c
AgeCommit message (Expand)Author
2019-01-24display: ensure qxl log_buf is a nul terminated stringDaniel P. Berrangé
2019-01-10configure: bump spice-server required version to 0.12.5Marc-André Lureau
2018-10-29qxl: store channel id in qxl->idGerd Hoffmann
2018-10-15qxl: check qxl_phys2virt return valueGerd Hoffmann
2018-10-05hw/display/qxl: Suppress clang-7 warning about misaligned atomic operationPeter Maydell
2018-09-27qxl: use guest_monitor_config for local renderer.Gerd Hoffmann
2018-08-21qxl: drop unused generation variableGerd Hoffmann
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-12spice: remove QXLWorker interface fieldFrediano Ziglio
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-08-15qxl: call qemu_spice_display_init_common for secondary devicesPaolo Bonzini
2017-07-14hw/display/qxl.c Use memory_region_init_ram()Peter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-04-24qxl: add xres and yres propertiesGerd Hoffmann
2017-04-11qxl: add migration blocker to avoid pre-save assertGerd Hoffmann
2017-04-07qxl: switch display on entering VGAMarc-André Lureau
2017-03-09qxl: clear guest_cursor on QXL_CURSOR_HIDEGerd Hoffmann
2017-01-31qxl: switch to constants within BUILD_BUG_ONMichael S. Tsirkin
2016-12-05qxl: Only emit QXL_INTERRUPT_CLIENT_MONITORS_CONFIG on config changesChristophe Fergeau
2016-07-20qxl: fix qxl_set_dirty call in qxl_dirty_one_surfaceGerd Hoffmann
2016-07-06spice: avoid .set_mm_time on >= 0.12.6John Snow
2016-07-06qxl: fix surface migrationGerd Hoffmann
2016-07-06qxl: store memory region and offset instead of pointer for guest slotsGerd Hoffmann
2016-07-06qxl: factor out qxl_get_check_slot_offsetGerd Hoffmann
2016-07-06qxl: handle no updates in interface_update_area_completeGerd Hoffmann
2016-07-06qxl: use uint64_t for vram sizeGerd Hoffmann
2016-03-01qxl: lock current_async update in qxl_soft_resetGerd Hoffmann
2016-01-29hw/display: Clean up includesPeter Maydell
2015-11-06qxl: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-07-22qxl: Fix new function name for spice-server libraryFrediano Ziglio
2015-07-16qxl: allow to specify head limit to qxl driverFrediano Ziglio
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-05-29spice: don't update mm_time when spice-server is stopped.Gerd Hoffmann
2015-05-19qxl: QOMifyGonglei
2015-04-30hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-03qxl: drop update_displaychangelistener call for secondary qxl devicesGerd Hoffmann
2015-03-03qxl: refactor rounding up to a nearest power of 2Radim Krčmář
2015-03-03spice: fix invalid memory access to vga.vramRadim Krčmář
2015-03-03qxl: document minimal video memory for new modesRadim Krčmář
2015-02-26qxl: Convert to realizeMarkus Armbruster
2014-12-16spice: reduce refresh rate in native modeGerd Hoffmann