aboutsummaryrefslogtreecommitdiff
path: root/hw/display/pxa2xx_lcd.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/display: Constify VMStateRichard Henderson1-2/+2
2022-11-08hw/display: fix tab indentationAmarjargal Gundjalam1-98/+98
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2021-03-14hw/display/pxa2xx: Inline template headerPeter Maydell1-2/+425
2021-03-14hw/display/pxa2xx_lcd: Remove dest_width state fieldPeter Maydell1-9/+11
2021-03-14hw/display/pxa2xx_lcd: Remove dead code for non-32-bpp surfacesPeter Maydell1-62/+17
2020-12-10arm: do not use ram_size globalPaolo Bonzini1-2/+3
2020-05-28hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé1-12/+14
2020-05-21hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-3/+5
2020-03-09display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()Chen Qun1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-7/+7
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-12-17arm: explicitly mark device loads as little-endianPaolo Bonzini1-4/+4
2015-07-24framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini1-8/+21
2014-09-29hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_setPeter Maydell1-8/+0
2014-05-27hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formatsPeter Maydell1-8/+8
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-4/+2
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-1/+1
2013-04-19Remove unneeded type castsStefan Weil1-1/+1
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-3/+6
2013-04-16console: simplify screendumpGerd Hoffmann1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-6/+6
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-0/+1058