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