You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: concretise get_memory_regions to GuestMemoryRegion
Rename get_memory_regions_ to get_memory_regions and remove the
generic type parameter. All callers use GuestMemoryRegion, so the
generic is unnecessary. The host_base argument is now always
BASE_ADDRESS, supplied internally.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 6f20a05d-6bee-4e2e-b320-12f8d9759bbc
Signed-off-by: cshung <3410332+cshung@users.noreply.github.com>
0 commit comments