summaryrefslogtreecommitdiffstats
path: root/hw/display/exynos4210_fimd.c
Commit message (Expand)AuthorAgeFilesLines
* hw/display/exynos4210_fimd: Fix potential NULL pointer dereferenceAlexChen2020-11-021-1/+3
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2020-05-281-17/+29
* display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()Chen Qun2020-03-091-1/+0Star
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* use dpy_gfx_update_fullGerd Hoffmann2018-08-301-3/+1Star
* memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini2018-02-131-1/+0Star
* exynos4210: workaround UBSAN compilation errorMarc-André Lureau2018-02-051-1/+1
* exynos: make display updates thread safeGerd Hoffmann2017-04-241-5/+6
* hw/display: QOM'ify exynos4210_fimd.cxiaoqiang zhao2016-05-121-7/+12
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1Star
* hw/display/exynos4210_fimd: Fix bit-swapping codePeter Maydell2015-06-151-1/+1
* display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini2015-06-051-7/+13
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-2/+2
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-1/+1
* exynos4210_fimd: QOM cast cleanupAndreas Färber2013-07-291-6/+12
* hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add ref/unref callsPaolo Bonzini2013-07-041-0/+6
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-2/+2
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-1/+1
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-2/+6
* console: simplify screendumpGerd Hoffmann2013-04-161-1/+1
* exynos4210_fimd.c: fix display resize bug introduced after console revampIgor Mitsyanko2013-04-161-3/+4
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-0/+1930