On 03/03/2026 09:51, Peter Maydell wrote:
On Sun, 1 Mar 2026 at 21:03, BALATON Zoltan <[email protected]> wrote:
Use memory_region_init_rom() instead which is what other devices do.
This is breaks migration but these devices are only used on sparc Sun
machines which have no migration compatibility guarantee.
Signed-off-by: BALATON Zoltan <[email protected]>
---
hw/display/cg3.c | 5 ++---
hw/display/tcx.c | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
Reviewed-by: Peter Maydell <[email protected]>
I think the compat break on these machines is worth it
to make progress on the cleanup of these functions.
Hi Peter,
From what I can see there is still on-going discussion on this series, however if
the general consensus is that the removal of the last of these legacy functions is
now imminent then I won't object if you want to merge this.
ATB,
Mark.