summaryrefslogtreecommitdiffstats
path: root/hw/display/pxa2xx_lcd.c
Commit message (Expand)AuthorAgeFilesLines
* hw/display: fix tab indentationAmarjargal Gundjalam2022-11-081-98/+98
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* hw/display/pxa2xx: Inline template headerPeter Maydell2021-03-141-2/+425
* hw/display/pxa2xx_lcd: Remove dest_width state fieldPeter Maydell2021-03-141-9/+11
* hw/display/pxa2xx_lcd: Remove dead code for non-32-bpp surfacesPeter Maydell2021-03-141-62/+17Star
* arm: do not use ram_size globalPaolo Bonzini2020-12-101-2/+3
* hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé2020-05-281-12/+14
* hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-211-3/+5
* display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()Chen Qun2020-03-091-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-7/+7
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* arm: explicitly mark device loads as little-endianPaolo Bonzini2015-12-171-4/+4
* framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini2015-07-241-8/+21
* hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_setPeter Maydell2014-09-291-8/+0Star
* hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formatsPeter Maydell2014-05-271-8/+8
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-4/+2Star
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-1/+1
* Remove unneeded type castsStefan Weil2013-04-191-1/+1
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-3/+6
* console: simplify screendumpGerd Hoffmann2013-04-161-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-6/+6
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-0/+1058