summaryrefslogtreecommitdiff
path: root/hw/display/exynos4210_fimd.c
AgeCommit message (Expand)Author
2020-11-02hw/display/exynos4210_fimd: Fix potential NULL pointer dereferenceAlexChen
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-28hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé
2020-03-09display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()Chen Qun
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-08-30use dpy_gfx_update_fullGerd Hoffmann
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini
2018-02-05exynos4210: workaround UBSAN compilation errorMarc-André Lureau
2017-04-24exynos: make display updates thread safeGerd Hoffmann
2016-05-12hw/display: QOM'ify exynos4210_fimd.cxiaoqiang zhao
2016-01-29arm: Clean up includesPeter Maydell
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-06-15hw/display/exynos4210_fimd: Fix bit-swapping codePeter Maydell
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann
2013-07-29exynos4210_fimd: QOM cast cleanupAndreas Färber
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add ref/unref callsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini
2013-04-25console: add device link to QemuConsolesGerd Hoffmann
2013-04-16console: add GraphicHwOpsGerd Hoffmann
2013-04-16console: simplify screendumpGerd Hoffmann
2013-04-16exynos4210_fimd.c: fix display resize bug introduced after console revampIgor Mitsyanko
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini