index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
macfb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-09
macfb: set initial value of mode control registers in macfb_common_realize()
Mark Cave-Ayland
1
-0
/
+8
2022-03-09
macfb: add VMStateDescription fields for display type and VBL timer
Mark Cave-Ayland
1
-0
/
+2
2022-03-09
macfb: increase number of registers saved in MacfbState
Mark Cave-Ayland
1
-0
/
+8
2022-03-09
macfb: don't use special irq_state and irq_mask variables in MacfbState
Mark Cave-Ayland
1
-8
/
+7
2022-03-09
macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusState
Mark Cave-Ayland
1
-2
/
+22
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
1
-2
/
+2
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
1
-1
/
+0
2022-01-09
macfb: fix VRAM dirty memory region logging
Mark Cave-Ayland
1
-1
/
+1
2021-11-09
macfb: fix a memory leak (CID 1465231)
Laurent Vivier
1
-7
/
+4
2021-10-08
macfb: add vertical blank interrupt
Mark Cave-Ayland
1
-0
/
+83
2021-10-08
macfb: fix 24-bit RGB pixel encoding
Mark Cave-Ayland
1
-4
/
+4
2021-10-08
macfb: fix up 1-bit pixel encoding
Mark Cave-Ayland
1
-1
/
+3
2021-10-08
macfb: add common monitor modes supported by the MacOS toolbox ROM
Mark Cave-Ayland
1
-16
/
+133
2021-10-08
macfb: add qdev property to specify display type
Mark Cave-Ayland
1
-1
/
+6
2021-10-08
macfb: implement mode sense to allow display type to be detected
Mark Cave-Ayland
1
-2
/
+115
2021-10-08
macfb: add trace events for reading and writing the control registers
Mark Cave-Ayland
1
-1
/
+7
2021-10-08
macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...
Mark Cave-Ayland
1
-3
/
+2
2021-10-08
macfb: fix overflow of color_palette array
Mark Cave-Ayland
1
-1
/
+3
2021-10-08
macfb: fix invalid object reference in macfb_common_realize()
Mark Cave-Ayland
1
-1
/
+1
2021-10-08
macfb: update macfb.c to use the Error API best practices
Mark Cave-Ayland
1
-8
/
+8
2021-10-08
macfb: handle errors that occur during realize
Mark Cave-Ayland
1
-0
/
+11
2021-09-29
macfb: don't register declaration ROM
Mark Cave-Ayland
1
-6
/
+0
2021-06-05
hw/display/macfb: Classify the "nubus-macfb" as display device
Thomas Huth
1
-0
/
+1
2020-08-27
nubus: Rename class type checking macros
Eduardo Habkost
1
-2
/
+2
2020-03-17
hw/display: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
1
-2
/
+2
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-2
/
+2
2019-10-28
hw/m68k: add Nubus macfb video card
Laurent Vivier
1
-0
/
+477