summaryrefslogtreecommitdiff
path: root/hw/display/qxl.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-12spice: remove QXLWorker interface fieldFrediano Ziglio1-1/+0
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-08-15qxl: call qemu_spice_display_init_common for secondary devicesPaolo Bonzini1-1/+1
2017-07-14hw/display/qxl.c Use memory_region_init_ram()Peter Maydell1-6/+3
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-3/+3
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-2/+2
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-04-24qxl: add xres and yres propertiesGerd Hoffmann1-10/+24
2017-04-11qxl: add migration blocker to avoid pre-save assertGerd Hoffmann1-0/+31
2017-04-07qxl: switch display on entering VGAMarc-André Lureau1-0/+1
2017-03-09qxl: clear guest_cursor on QXL_CURSOR_HIDEGerd Hoffmann1-0/+5
2017-01-31qxl: switch to constants within BUILD_BUG_ONMichael S. Tsirkin1-5/+4
2016-12-05qxl: Only emit QXL_INTERRUPT_CLIENT_MONITORS_CONFIG on config changesChristophe Fergeau1-1/+36
2016-07-20qxl: fix qxl_set_dirty call in qxl_dirty_one_surfaceGerd Hoffmann1-5/+6
2016-07-06spice: avoid .set_mm_time on >= 0.12.6John Snow1-0/+4
2016-07-06qxl: fix surface migrationGerd Hoffmann1-16/+21
2016-07-06qxl: store memory region and offset instead of pointer for guest slotsGerd Hoffmann1-4/+11
2016-07-06qxl: factor out qxl_get_check_slot_offsetGerd Hoffmann1-21/+38
2016-07-06qxl: handle no updates in interface_update_area_completeGerd Hoffmann1-1/+2
2016-07-06qxl: use uint64_t for vram sizeGerd Hoffmann1-4/+4
2016-03-01qxl: lock current_async update in qxl_soft_resetGerd Hoffmann1-0/+2
2016-01-29hw/display: Clean up includesPeter Maydell1-1/+1
2015-11-06qxl: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-3/+3
2015-07-22qxl: Fix new function name for spice-server libraryFrediano Ziglio1-2/+1
2015-07-16qxl: allow to specify head limit to qxl driverFrediano Ziglio1-5/+21
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-05-29spice: don't update mm_time when spice-server is stopped.Gerd Hoffmann1-0/+4
2015-05-19qxl: QOMifyGonglei1-18/+26
2015-04-30hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao1-1/+1
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-19/+17
2015-03-03qxl: drop update_displaychangelistener call for secondary qxl devicesGerd Hoffmann1-1/+0
2015-03-03qxl: refactor rounding up to a nearest power of 2Radim Krčmář1-18/+5
2015-03-03spice: fix invalid memory access to vga.vramRadim Krčmář1-0/+8
2015-03-03qxl: document minimal video memory for new modesRadim Krčmář1-0/+3
2015-02-26qxl: Convert to realizeMarkus Armbruster1-19/+17
2014-12-16spice: reduce refresh rate in native modeGerd Hoffmann1-0/+3
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann1-4/+1
2014-10-15qxl: keep going if reaching guest bug on empty areaMarc-André Lureau1-0/+5
2014-09-29qxl: use graphic_console_set_hwopsGerd Hoffmann1-40/+9
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-3/+3
2014-09-04vbe: make bochs dispi interface return the correct memory size with qxlGerd Hoffmann1-0/+1
2014-06-20spice: fix 32bit buildGerd Hoffmann1-1/+1
2014-06-13spice: add mouse cursor supportGerd Hoffmann1-1/+5
2014-05-05PortioList: Store PortioList in device stateKirill Batuzov1-4/+3
2014-04-28vga: allow non-global vmstateGerd Hoffmann1-1/+1
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-2/+2