22/41

KVM: selftests: Create gmem fd before "regular" fd when adding memslot

在vm_mem_add中调整创建顺序:先dup gmem fd再创建普通backing fd,便于后续将gmem mmap作为唯一源。