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(xen): allow extracting guest_base from MmapXen
Currently, on xen the guest base in tracked in two different places.
GuestRegionMmap, defined in mmap.rs, and (almost) each of the
implemented of XenMmapTrait. As a first step for eliminating this
duplication, add getters so that the guest base stored in the
XenMmapTrait trait object stored in MmapXen can be extracted.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments