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