summaryrefslogtreecommitdiffstats
path: root/hw/display/macfb.c
Commit message (Expand)AuthorAgeFilesLines
* macfb: set initial value of mode control registers in macfb_common_realize()Mark Cave-Ayland2022-03-091-0/+8
* macfb: add VMStateDescription fields for display type and VBL timerMark Cave-Ayland2022-03-091-0/+2
* macfb: increase number of registers saved in MacfbStateMark Cave-Ayland2022-03-091-0/+8
* macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland2022-03-091-8/+7Star
* macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusStateMark Cave-Ayland2022-03-091-2/+22
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-2/+2
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-1/+0Star
* macfb: fix VRAM dirty memory region loggingMark Cave-Ayland2022-01-091-1/+1
* macfb: fix a memory leak (CID 1465231)Laurent Vivier2021-11-091-7/+4Star
* macfb: add vertical blank interruptMark Cave-Ayland2021-10-081-0/+83
* macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland2021-10-081-4/+4
* macfb: fix up 1-bit pixel encodingMark Cave-Ayland2021-10-081-1/+3
* macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland2021-10-081-16/+133
* macfb: add qdev property to specify display typeMark Cave-Ayland2021-10-081-1/+6
* macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland2021-10-081-2/+115
* macfb: add trace events for reading and writing the control registersMark Cave-Ayland2021-10-081-1/+7
* macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland2021-10-081-3/+2Star
* macfb: fix overflow of color_palette arrayMark Cave-Ayland2021-10-081-1/+3
* macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland2021-10-081-1/+1
* macfb: update macfb.c to use the Error API best practicesMark Cave-Ayland2021-10-081-8/+8
* macfb: handle errors that occur during realizeMark Cave-Ayland2021-10-081-0/+11
* macfb: don't register declaration ROMMark Cave-Ayland2021-09-291-6/+0Star
* hw/display/macfb: Classify the "nubus-macfb" as display deviceThomas Huth2021-06-051-0/+1
* nubus: Rename class type checking macrosEduardo Habkost2020-08-271-2/+2
* hw/display: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* hw/m68k: add Nubus macfb video cardLaurent Vivier2019-10-281-0/+477