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
The old version we can find that the shared_kaddr will change after we back up the page via kvmft_page_dirty. However, the shared_kaddr doesn't assign any value to the latest version.
I think there exists other code like this smell, using kvmft_page_dirty but don't consider the address is correct or not.
The old version we can find that the shared_kaddr will change after we back up the page via kvmft_page_dirty. However, the shared_kaddr doesn't assign any value to the latest version.
I think there exists other code like this smell, using kvmft_page_dirty but don't consider the address is correct or not.
In latest kvm_guest_time_update()
It has no kvmft_page_dirty
Actually, the kvmft_page_dirty in KVM all insert on kvm_write_guest_cached or kvm_write_guest
In fine-grained dirty region tracking optimization
Some diff page size is 0, it means three possibilities:
If in case 1 or 2, we can ignore it.
In case 3, we will transfer all page, otherwise it will missing logging some dirty page.
But the correct solution is find what dirty page we backup too late
This issue is correspond to 60623ee
The text was updated successfully, but these errors were encountered: