summaryrefslogtreecommitdiffstats
path: root/hw/display/qxl.c
Commit message (Expand)AuthorAgeFilesLines
* modules: introduces module_kconfig directiveJose R. Ziviani2022-06-061-0/+1
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
* hw/display: Allow vga_common_init() to return errorsThomas Huth2022-03-181-1/+5
* spice: Update QXLInterface for spice >= 0.15.0John Snow2022-01-181-1/+13
* ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau2021-12-211-1/+6
* qxl: fix pre-save logicGerd Hoffmann2021-09-151-1/+1
* Revert "qxl: add migration blocker to avoid pre-save assert"Gerd Hoffmann2021-07-221-31/+0Star
* qxl: remove assert in qxl_pre_save.Gerd Hoffmann2021-07-221-1/+3
* modules: add qxl module annotationsGerd Hoffmann2021-07-091-0/+4
* hw/display/qxl: Set pci rom address aligned with page sizemaobibo2021-05-271-1/+1
* hw/display/qxl: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-021-4/+4
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* qxl: set qxl.ssd.dcl.con on secondary devicesMarc-André Lureau2021-02-041-0/+1
* hw/display/qxl: Fix bad printf format specifiersAlex Chen2021-02-041-1/+1
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-2/+2
* qxl: fix modular builds with dtraceGerd Hoffmann2020-07-211-0/+9
* lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2020-05-041-23/+20Star
* qxl: map rom r/oGerd Hoffmann2020-03-021-1/+1
* hw/display/qxl: Remove unneeded variable assignmentPhilippe Mathieu-Daudé2020-02-181-1/+1
* qxl: introduce hardware revision 5Gerd Hoffmann2020-02-131-1/+6
* hw/display/qxl.c: Use trace_event_get_state_backends()Peter Maydell2020-01-301-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* console: add graphic_hw_update_done()Marc-André Lureau2020-01-021-0/+1
* 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