[PATCH] hw/display/bcm2835_fb: Fix framebuffer allocation address

2022-07-23 Thread alanjian85
/Screen02 examples from Baking Pi tutorial[2] didn't work before this patch. [1] https://github.com/qemu/qemu/blob/master/hw/misc/bcm2835_property.c#L158 [2] https://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/screen01.html Signed-off-by: alanjian85 --- hw/display/bcm2835_fb.c | 3 +

[PATCH] hw/display/bcm2835_fb: Remove unnecessary offset

2022-07-21 Thread alanjian85
examples from Baking Pi tutorial[2] didn't work before this patch. [1] https://github.com/qemu/qemu/blob/master/hw/misc/bcm2835_property.c#L158 [2] https://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/screen01.html Signed-off-by: alanjian85 --- hw/display/bcm2835_fb.c | 3 +-- 1 file ch