Age | Commit message (Expand) | Author |
2022-03-09 | macfb: set initial value of mode control registers in macfb_common_realize() | Mark Cave-Ayland |
2022-03-09 | macfb: add VMStateDescription fields for display type and VBL timer | Mark Cave-Ayland |
2022-03-09 | macfb: increase number of registers saved in MacfbState | Mark Cave-Ayland |
2022-03-09 | macfb: don't use special irq_state and irq_mask variables in MacfbState | Mark Cave-Ayland |
2022-03-09 | macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusState | Mark Cave-Ayland |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell |
2022-01-09 | macfb: fix VRAM dirty memory region logging | Mark Cave-Ayland |
2021-11-09 | macfb: fix a memory leak (CID 1465231) | Laurent Vivier |
2021-10-08 | macfb: add vertical blank interrupt | Mark Cave-Ayland |
2021-10-08 | macfb: fix 24-bit RGB pixel encoding | Mark Cave-Ayland |
2021-10-08 | macfb: fix up 1-bit pixel encoding | Mark Cave-Ayland |
2021-10-08 | macfb: add common monitor modes supported by the MacOS toolbox ROM | Mark Cave-Ayland |
2021-10-08 | macfb: add qdev property to specify display type | Mark Cave-Ayland |
2021-10-08 | macfb: implement mode sense to allow display type to be detected | Mark Cave-Ayland |
2021-10-08 | macfb: add trace events for reading and writing the control registers | Mark Cave-Ayland |
2021-10-08 | macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu... | Mark Cave-Ayland |
2021-10-08 | macfb: fix overflow of color_palette array | Mark Cave-Ayland |
2021-10-08 | macfb: fix invalid object reference in macfb_common_realize() | Mark Cave-Ayland |
2021-10-08 | macfb: update macfb.c to use the Error API best practices | Mark Cave-Ayland |
2021-10-08 | macfb: handle errors that occur during realize | Mark Cave-Ayland |
2021-09-29 | macfb: don't register declaration ROM | Mark Cave-Ayland |
2021-06-05 | hw/display/macfb: Classify the "nubus-macfb" as display device | Thomas Huth |
2020-08-27 | nubus: Rename class type checking macros | Eduardo Habkost |
2020-03-17 | hw/display: Let devices own the MemoryRegion they create | Philippe Mathieu-Daudé |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-10-28 | hw/m68k: add Nubus macfb video card | Laurent Vivier |