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
Differential snapshots work with hugetlbfs pages out of the box. This is
because despite guest memory being backed by 2M pages, KVM still keeps a
dirty log at 4K granularity. This means we do not need to adjust our
differential snapshot logic to handle 2M chunks, as the existing logic
for 4K chunks stays valid.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments