13/41

KVM: guest_memfd: Return early if range already has requested attributes

新增区间属性检查函数,若目标区间所有页已具有请求属性则提前返回,避免多余转换和 unmap 操作;优化 KVM_SET_MEMORY_ATTRIBUTES2 路径。