summary refs log tree commit diff stats
path: root/hw/display/qxl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé2025-04-251-1/+1
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-3/+3
* hw/qxl: fix cprSteve Sistare2025-03-141-3/+24
* hw/display/qxl: Do not use C99 // commentsHyman Huang2024-12-311-1/+1
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-211-1/+1
|\
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
|/
* hw/display: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw/qxl: fix -Werror=maybe-uninitialized false-positivesMarc-André Lureau2024-10-021-2/+2
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/display: Constify VMStateRichard Henderson2023-12-291-5/+5
* qxl: don't assert() if device isn't yet initializedMarc-André Lureau2023-09-081-1/+4
* hw/display: spelling fixesMichael Tokarev2023-08-311-1/+1
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-281-3/+6
* ui: rename cursor_{put->unref}Marc-André Lureau2023-03-131-1/+1
* ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster2023-01-191-19/+0
* ui/spice: Require spice-server >= 0.14.0Markus Armbruster2023-01-191-6/+1
* hw/display/qxl: Assert memory slot fits in preallocated MemoryRegionPhilippe Mathieu-Daudé2022-11-291-0/+1
* hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144)Philippe Mathieu-Daudé2022-11-291-4/+23
* hw/display/qxl: Pass requested buffer size to qxl_phys2virt()Philippe Mathieu-Daudé2022-11-291-5/+9
* 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/+0
* 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/+20
* 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/+24
* qxl: check release info objectPrasad J Pandit2019-05-071-0/+3