summaryrefslogtreecommitdiffstats
path: root/hw/display/sm501.c
Commit message (Expand)AuthorAgeFilesLines
* sm501: make display updates thread safeGerd Hoffmann2017-05-111-20/+7Star
* sm501: Add vmstate descriptorBALATON Zoltan2017-04-241-1/+99
* sm501: Add some more missing registersBALATON Zoltan2017-04-241-1/+125
* sm501: Add support for panel layerBALATON Zoltan2017-04-241-31/+32
* sm501: Misc clean upsBALATON Zoltan2017-04-241-5/+5
* sm501: Fix hardware cursorBALATON Zoltan2017-04-241-72/+97
* sm501: Fix device endiannessBALATON Zoltan2017-04-241-4/+4
* sm501: Add emulation of chip connected via PCIBALATON Zoltan2017-04-241-0/+65
* sm501: Get rid of base address in draw_hwc_lineBALATON Zoltan2017-04-241-4/+2Star
* sm501: QOMifyBALATON Zoltan2017-04-241-46/+124
* sm501: Add missing arbitration control registerBALATON Zoltan2017-04-241-0/+8
* sm501: Use defined constants instead of literal values where availableBALATON Zoltan2017-04-241-10/+19
* sm501: Fixed code style and a few typos in commentsBALATON Zoltan2017-04-241-564/+568
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/display: Clean up includesPeter Maydell2016-01-291-1/+1
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini2015-06-051-0/+1
* display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini2015-06-051-0/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-1/+1
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-0/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-1/+1
* qdev: Drop taddr propertiesPeter Maydell2013-04-201-1/+0Star
* hw/sm501: Use correct setter for sysbus-ohci dma-address propertyPeter Maydell2013-04-201-1/+1
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-2/+5
* console: simplify screendumpGerd Hoffmann2013-04-161-1/+1
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-7/+7
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-0/+1450