index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
macfb.c
Age
Commit message (
Expand
)
Author
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