Skip to content

Commit 68d1899

Browse files
Fuad Tabbabonzini
authored andcommitted
KVM: Fix comment that refers to kvm uapi header path
The comment that points to the path where the user-visible memslot flags are refers to an outdated path and has a typo. Update the comment to refer to the correct path. Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Gavin Shan <gshan@redhat.com> Reviewed-by: Shivank Garg <shivankg@amd.com> Reviewed-by: Vlastimil Babka <vbabka@suse.cz> Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com> Signed-off-by: Fuad Tabba <tabba@google.com> Signed-off-by: Sean Christopherson <seanjc@google.com> Message-ID: <20250729225455.670324-9-seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 69116e0 commit 68d1899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/kvm_host.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/*
5353
* The bit 16 ~ bit 31 of kvm_userspace_memory_region::flags are internally
5454
* used in kvm, other bits are visible for userspace which are defined in
55-
* include/linux/kvm_h.
55+
* include/uapi/linux/kvm.h.
5656
*/
5757
#define KVM_MEMSLOT_INVALID (1UL << 16)
5858

0 commit comments

Comments
 (0)