Age | Commit message (Expand) | Author | Files | Lines |
2020-11-02 | hw/display/exynos4210_fimd: Fix potential NULL pointer dereference | AlexChen | 1 | -1/+3 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -2/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-05-28 | hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR) | Philippe Mathieu-Daudé | 1 | -17/+29 |
2020-03-09 | display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update() | Chen Qun | 1 | -1/+0 |
2020-02-20 | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé | 1 | -1/+2 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+1 |
2018-08-30 | use dpy_gfx_update_full | Gerd Hoffmann | 1 | -3/+1 |
2018-02-13 | memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot | Paolo Bonzini | 1 | -1/+0 |
2018-02-05 | exynos4210: workaround UBSAN compilation error | Marc-André Lureau | 1 | -1/+1 |
2017-04-24 | exynos: make display updates thread safe | Gerd Hoffmann | 1 | -5/+6 |
2016-05-12 | hw/display: QOM'ify exynos4210_fimd.c | xiaoqiang zhao | 1 | -7/+12 |
2016-01-29 | arm: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-09-11 | maint: avoid useless "if (foo) free(foo)" pattern | Daniel P. Berrange | 1 | -3/+1 |
2015-06-15 | hw/display/exynos4210_fimd: Fix bit-swapping code | Peter Maydell | 1 | -1/+1 |
2015-06-05 | display: enable DIRTY_MEMORY_VGA tracking explicitly | Paolo Bonzini | 1 | -7/+13 |
2014-05-13 | savevm: Remove all the unneeded version_minimum_id_old (arm) | Juan Quintela | 1 | -2/+2 |
2014-03-05 | console: add head to index to qemu consoles. | Gerd Hoffmann | 1 | -1/+1 |
2013-07-29 | exynos4210_fimd: QOM cast cleanup | Andreas Färber | 1 | -6/+12 |
2013-07-04 | hw/d*: pass owner to memory_region_init* functions | Paolo Bonzini | 1 | -1/+1 |
2013-07-04 | memory: add ref/unref calls | Paolo Bonzini | 1 | -0/+6 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -1/+1 |
2013-06-20 | memory: make section size a 128-bit integer | Paolo Bonzini | 1 | -2/+2 |
2013-04-25 | console: add device link to QemuConsoles | Gerd Hoffmann | 1 | -1/+1 |
2013-04-16 | console: add GraphicHwOps | Gerd Hoffmann | 1 | -2/+6 |
2013-04-16 | console: simplify screendump | Gerd Hoffmann | 1 | -1/+1 |
2013-04-16 | exynos4210_fimd.c: fix display resize bug introduced after console revamp | Igor Mitsyanko | 1 | -3/+4 |
2013-04-08 | hw: move display devices to hw/display/, configure via default-configs/ | Paolo Bonzini | 1 | -0/+1930 |