On Thu, Jan 5, 2023 at 6:37 AM Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > pflash_cfi01_register() hides an implicit sysbus mapping of > MMIO region #0. This is not practical in a heterogeneous world > where multiple cores use different address spaces. In order to > remove to remove pflash_cfi01_register() from the pflash API,
duplicated "to remove" > open-code it as a qdev creation call followed by an explicit > sysbus mapping. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > hw/microblaze/petalogix_ml605_mmu.c | 8 ++++---- > hw/microblaze/petalogix_s3adsp1800_mmu.c | 8 ++++---- > 2 files changed, 8 insertions(+), 8 deletions(-) > Otherwise, Reviewed-by: Bin Meng <bmeng...@gmail.com>