On Thu, Oct 2, 2025 at 6:00 PM Philippe Mathieu-Daudé <[email protected]> wrote: > > Commit b7ecba0f6f6 ("docs/devel/loads-stores.rst: Document our > various load and store APIs") mentioned cpu_physical_memory_*() > methods are legacy, the replacement being address_space_*(). > > Since the SBI DBCN is handled within a vCPU context, use its > default address space. Replace using the address space API. > As with the previous implementation, ignore whether the memory > accesses succeeded or failed. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > ---
Reviewed-by: Manos Pitsidianakis <[email protected]>
