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
GuestAddressSpace: mark the GuestMemory smart pointer as cloneable
This makes it possible to upgrade the short-lived pointer returned by
memory() to an owned pointer that can be stored. The bound is already
provided by the trivial GuestAddressSpaces (references and Rc/Arc)
and also by ArcSwap via vorner/arc-swap#26.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
0 commit comments