summary refs log tree commit diff stats
path: root/hw/display/qxl-render.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/display/qxl-render.c: fix qxl_unpack_chunks() chunk size calculationMichael Tokarev2025-07-251-1/+10
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* ui/console: Remove dpy_cursor_define_supported()Akihiko Odaki2024-07-161-4/+0
* ui+display: rename is_buffer_shared() -> surface_is_allocated()Gerd Hoffmann2024-06-191-1/+1
* ui: rename cursor_{put->unref}Marc-André Lureau2023-03-131-2/+2
* hw/display/qxl: Pass requested buffer size to qxl_phys2virt()Philippe Mathieu-Daudé2022-11-291-4/+16
* ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella2022-04-071-0/+7
* display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)Mauro Matteo Cascella2022-04-071-1/+1
* qxl: also notify the rendering is done when skipping itMarc-André Lureau2021-02-041-0/+1
* console: add graphic_hw_update_done()Marc-André Lureau2020-01-021-2/+7
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* qxl: support mono cursors with inverted colorsPeter Wu2018-09-271-0/+16
* qxl: use guest_monitor_config for local renderer.Gerd Hoffmann2018-09-271-8/+10
* qxl: fix local renderer crashGerd Hoffmann2018-05-071-1/+2
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-3/+3
* qxl: add support for chunked cursors.Gerd Hoffmann2017-09-011-7/+29
* qxl: drop mono cursor supportGerd Hoffmann2017-09-011-9/+0
* hw/display: Clean up includesPeter Maydell2016-01-291-0/+1
* typofixes - v4Veres Lajos2015-09-111-1/+1
* spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann2014-12-161-0/+2
* console: stop using PixelFormatGerd Hoffmann2014-09-051-3/+4
* qxl-render: add more sanity checksGerd Hoffmann2014-09-011-1/+3
* qxl-render: add sanity checkGerd Hoffmann2014-06-131-0/+6
* qxl: Add missing trace.h (fix broken build)Stefan Weil2013-12-071-0/+1
* qxl: fix local rendererGerd Hoffmann2013-09-101-5/+10
* qxl: fix Coverity scan SIGN_EXTENSION errorGerd Hoffmann2013-06-241-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-0/+280