summaryrefslogtreecommitdiff
path: root/hw/display/sm501.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini1-1/+0
2018-01-20sm501: Add missing break to caseBALATON Zoltan1-0/+1
2018-01-10sm501: Add some more unimplemented registersBALATON Zoltan1-0/+17
2018-01-10sm501: Add panel hardware cursor registers also to read functionBALATON Zoltan1-0/+13
2017-11-08hw/display/sm501: Fix comment in sm501_sysbus_class_init()Thomas Huth1-1/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-07-25hw/display/sm501: Don't use vmstate_register_ram_global()Peter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-05-11sm501: make display updates thread safeGerd Hoffmann1-20/+7
2017-04-24sm501: Add vmstate descriptorBALATON Zoltan1-1/+99
2017-04-24sm501: Add some more missing registersBALATON Zoltan1-1/+125
2017-04-24sm501: Add support for panel layerBALATON Zoltan1-31/+32
2017-04-24sm501: Misc clean upsBALATON Zoltan1-5/+5
2017-04-24sm501: Fix hardware cursorBALATON Zoltan1-72/+97
2017-04-24sm501: Fix device endiannessBALATON Zoltan1-4/+4
2017-04-24sm501: Add emulation of chip connected via PCIBALATON Zoltan1-0/+65
2017-04-24sm501: Get rid of base address in draw_hwc_lineBALATON Zoltan1-4/+2
2017-04-24sm501: QOMifyBALATON Zoltan1-46/+124
2017-04-24sm501: Add missing arbitration control registerBALATON Zoltan1-0/+8
2017-04-24sm501: Use defined constants instead of literal values where availableBALATON Zoltan1-10/+19
2017-04-24sm501: Fixed code style and a few typos in commentsBALATON Zoltan1-564/+568
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29hw/display: Clean up includesPeter Maydell1-1/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-06-05display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini1-0/+1
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini1-0/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-1/+1
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-0/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-1/+1
2013-04-20qdev: Drop taddr propertiesPeter Maydell1-1/+0
2013-04-20hw/sm501: Use correct setter for sysbus-ohci dma-address propertyPeter Maydell1-1/+1
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-2/+5
2013-04-16console: simplify screendumpGerd Hoffmann1-1/+1
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-7/+7
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-0/+1450