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. thanks -- PMM
