On 5/8/26 11:20, Peter Maydell wrote:
For a long time QEMU has guaranteed that the console surface is 32bpp
and not anything else.  This old display device still has code
assuming it might be something else.  Remove the code that made
put_pixel_toqemu a function pointer indirection, and use
put_to_qemufb_pixel32() directly.

This removes the last hw_error() in this file.

Signed-off-by: Peter Maydell<[email protected]>
---
  hw/display/exynos4210_fimd.c | 62 ++----------------------------------
  1 file changed, 2 insertions(+), 60 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to