aboutsummaryrefslogtreecommitdiff
path: root/hw/display/g364fb.c
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-03-17hw/display: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-12-13display/g364fb: Convert sysbus init function to realize functionMao Zhongyi
2018-08-30use dpy_gfx_update_fullGerd Hoffmann
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-03-06g364fb: fix DirtyBitmapSnapshot leakPaolo Bonzini
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini
2018-02-13g364fb: switch to using DirtyBitmapSnapshotPaolo Bonzini
2017-04-24g364fb: make display updates thread safeGerd Hoffmann
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2016-01-29hw/display: Clean up includesPeter Maydell
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-05display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini
2015-06-05g364fb: remove pointless call to memory_region_set_coalescingPaolo Bonzini
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2013-07-29g364fb: QOM cast cleanupAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-25console: add device link to QemuConsolesGerd Hoffmann
2013-04-16console: add GraphicHwOpsGerd Hoffmann
2013-04-16console: simplify screendumpGerd Hoffmann
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini