summaryrefslogtreecommitdiffstats
path: root/hw/display/tc6393xb.c
Commit message (Expand)AuthorAgeFilesLines
* hw/display/tc6393xb: Inline tc6393xb_draw_graphic32() at its callsitePeter Maydell2021-03-061-4/+19
* hw/display/tc6393xb: Remove dead code for handling non-32bpp surfacesPeter Maydell2021-03-051-32/+1Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+2
* hw/devices: Move TC6393XB declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* hw/display/tc6393xb: Remove unused functionsPhilippe Mathieu-Daudé2019-04-291-16/+0Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-3/+3
* use dpy_gfx_update_fullGerd Hoffmann2018-08-301-2/+2
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOSPrasad J Pandit2017-12-131-0/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/display: Clean up includesPeter Maydell2016-01-291-0/+1
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* hw/display/tc6393xb.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-1/+1
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-1/+1
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-1/+3
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+2
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-1/+1
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-4/+5
* console: simplify screendumpGerd Hoffmann2013-04-161-1/+0Star
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-5/+5
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-0/+593