summaryrefslogtreecommitdiff
path: root/hw/display/sm501.c
AgeCommit message (Expand)Author
2020-01-07sm501: make SerialMM a child, export chardev propertyMarc-André Lureau
2020-01-07hw/display/sm501: Always map the UART0Philippe Mathieu-Daudé
2019-08-21hw/display/sm501: Remove unused includePhilippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-07i2c-ddc: move it to hw/displayPaolo Bonzini
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé
2018-09-25sm501: Adjust endianness of pixel value in rectangle fillMarcus Comstedt
2018-07-16sm501: Fix warning about unreachable codeBALATON Zoltan
2018-07-16sm501: Update screen on frame buffer address changeBALATON Zoltan
2018-07-07sm501: Set updated region dirty after 2D operationBALATON Zoltan
2018-07-07sm501: Fix support for non-zero frame buffer start addressBALATON Zoltan
2018-07-07sm501: Log unimplemented raster operation modesSebastian Bauer
2018-07-07sm501: Implement negated destination raster operation modeSebastian Bauer
2018-07-07sm501: Use values from the pitch register for 2D operationsSebastian Bauer
2018-07-07sm501: Perform a full update after palette changeSebastian Bauer
2018-07-07sm501: Implement i2c part for reading monitor EDIDBALATON Zoltan
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-21sm501: Fix hardware cursor color conversionSebastian Bauer
2018-06-16sm501: Do not clear read only bits when writing registersBALATON Zoltan
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini
2018-01-20sm501: Add missing break to caseBALATON Zoltan
2018-01-10sm501: Add some more unimplemented registersBALATON Zoltan
2018-01-10sm501: Add panel hardware cursor registers also to read functionBALATON Zoltan
2017-11-08hw/display/sm501: Fix comment in sm501_sysbus_class_init()Thomas Huth
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-07-25hw/display/sm501: Don't use vmstate_register_ram_global()Peter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-05-11sm501: make display updates thread safeGerd Hoffmann
2017-04-24sm501: Add vmstate descriptorBALATON Zoltan
2017-04-24sm501: Add some more missing registersBALATON Zoltan
2017-04-24sm501: Add support for panel layerBALATON Zoltan
2017-04-24sm501: Misc clean upsBALATON Zoltan
2017-04-24sm501: Fix hardware cursorBALATON Zoltan
2017-04-24sm501: Fix device endiannessBALATON Zoltan
2017-04-24sm501: Add emulation of chip connected via PCIBALATON Zoltan
2017-04-24sm501: Get rid of base address in draw_hwc_lineBALATON Zoltan
2017-04-24sm501: QOMifyBALATON Zoltan
2017-04-24sm501: Add missing arbitration control registerBALATON Zoltan
2017-04-24sm501: Use defined constants instead of literal values where availableBALATON Zoltan
2017-04-24sm501: Fixed code style and a few typos in commentsBALATON Zoltan
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29hw/display: Clean up includesPeter Maydell
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster