aboutsummaryrefslogtreecommitdiff
path: root/hw/display/macfb.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize()Zhao Liu1-0/+1
2023-12-29hw/display: Constify VMStateRichard Henderson1-3/+3
2023-11-05macfb: allow reads from the DAFB_LUT registerMark Cave-Ayland1-0/+5
2023-11-05macfb: allow larger write accesses to the DAFB_LUT registerMark Cave-Ayland1-3/+3
2023-11-05macfb: rename DAFB_RESET to DAFB_LUT_INDEXMark Cave-Ayland1-3/+3
2023-11-05macfb: don't clear interrupts when writing to DAFB_RESETMark Cave-Ayland1-2/+0
2022-03-09macfb: set initial value of mode control registers in macfb_common_realize()Mark Cave-Ayland1-0/+8
2022-03-09macfb: add VMStateDescription fields for display type and VBL timerMark Cave-Ayland1-0/+2
2022-03-09macfb: increase number of registers saved in MacfbStateMark Cave-Ayland1-0/+8
2022-03-09macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland1-8/+7
2022-03-09macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusStateMark Cave-Ayland1-2/+22
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-2/+2
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-1/+0
2022-01-09macfb: fix VRAM dirty memory region loggingMark Cave-Ayland1-1/+1
2021-11-09macfb: fix a memory leak (CID 1465231)Laurent Vivier1-7/+4
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland1-0/+83
2021-10-08macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland1-4/+4
2021-10-08macfb: fix up 1-bit pixel encodingMark Cave-Ayland1-1/+3
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland1-16/+133
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland1-1/+6
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland1-2/+115
2021-10-08macfb: add trace events for reading and writing the control registersMark Cave-Ayland1-1/+7
2021-10-08macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland1-3/+2
2021-10-08macfb: fix overflow of color_palette arrayMark Cave-Ayland1-1/+3
2021-10-08macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland1-1/+1
2021-10-08macfb: update macfb.c to use the Error API best practicesMark Cave-Ayland1-8/+8
2021-10-08macfb: handle errors that occur during realizeMark Cave-Ayland1-0/+11
2021-09-29macfb: don't register declaration ROMMark Cave-Ayland1-6/+0
2021-06-05hw/display/macfb: Classify the "nubus-macfb" as display deviceThomas Huth1-0/+1
2020-08-27nubus: Rename class type checking macrosEduardo Habkost1-2/+2
2020-03-17hw/display: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier1-0/+477