aboutsummaryrefslogtreecommitdiff
path: root/hw/display/qxl.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky1-23/+20
2020-03-02qxl: map rom r/oGerd Hoffmann1-1/+1
2020-02-18hw/display/qxl: Remove unneeded variable assignmentPhilippe Mathieu-Daudé1-1/+1
2020-02-13qxl: introduce hardware revision 5Gerd Hoffmann1-1/+6
2020-01-30hw/display/qxl.c: Use trace_event_get_state_backends()Peter Maydell1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-02console: add graphic_hw_update_done()Marc-André Lureau1-0/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-05-07qxl: avoid unaligned pointer reads/writesDaniel P. Berrangé1-31/+24
2019-05-07qxl: check release info objectPrasad J Pandit1-0/+3
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký1-1/+13
2019-01-24display: ensure qxl log_buf is a nul terminated stringDaniel P. Berrangé1-4/+10
2019-01-10configure: bump spice-server required version to 0.12.5Marc-André Lureau1-2/+0
2018-10-29qxl: store channel id in qxl->idGerd Hoffmann1-7/+12
2018-10-15qxl: check qxl_phys2virt return valueGerd Hoffmann1-1/+1
2018-10-05hw/display/qxl: Suppress clang-7 warning about misaligned atomic operationPeter Maydell1-1/+25
2018-09-27qxl: use guest_monitor_config for local renderer.Gerd Hoffmann1-0/+12
2018-08-21qxl: drop unused generation variableGerd Hoffmann1-1/+0
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell1-1/+2
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann1-1/+2
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-16/+14
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