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
volatile_memory: avoid undefined symbols on Windows
Windows does not have PROT_READ or PROT_WRITE, remove them from
PtrGuard's API and only reference them inside the `cfg` block.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
0 commit comments