aboutsummaryrefslogtreecommitdiff
path: root/hw/display/macfb.c
AgeCommit message (Expand)Author
2023-12-29hw/display: Constify VMStateRichard Henderson
2023-11-05macfb: allow reads from the DAFB_LUT registerMark Cave-Ayland
2023-11-05macfb: allow larger write accesses to the DAFB_LUT registerMark Cave-Ayland
2023-11-05macfb: rename DAFB_RESET to DAFB_LUT_INDEXMark Cave-Ayland
2023-11-05macfb: don't clear interrupts when writing to DAFB_RESETMark Cave-Ayland
2022-03-09macfb: set initial value of mode control registers in macfb_common_realize()Mark Cave-Ayland
2022-03-09macfb: add VMStateDescription fields for display type and VBL timerMark Cave-Ayland
2022-03-09macfb: increase number of registers saved in MacfbStateMark Cave-Ayland
2022-03-09macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland
2022-03-09macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusStateMark Cave-Ayland
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-09macfb: fix VRAM dirty memory region loggingMark Cave-Ayland
2021-11-09macfb: fix a memory leak (CID 1465231)Laurent Vivier
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland
2021-10-08macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland
2021-10-08macfb: fix up 1-bit pixel encodingMark Cave-Ayland
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland
2021-10-08macfb: add trace events for reading and writing the control registersMark Cave-Ayland
2021-10-08macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland
2021-10-08macfb: fix overflow of color_palette arrayMark Cave-Ayland
2021-10-08macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland
2021-10-08macfb: update macfb.c to use the Error API best practicesMark Cave-Ayland
2021-10-08macfb: handle errors that occur during realizeMark Cave-Ayland
2021-09-29macfb: don't register declaration ROMMark Cave-Ayland
2021-06-05hw/display/macfb: Classify the "nubus-macfb" as display deviceThomas Huth
2020-08-27nubus: Rename class type checking macrosEduardo 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-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier