]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - virt/kvm/arm/arm.c
kvm: Change return type to vm_fault_t
authorSouptick Joarder <jrdr.linux@gmail.com>
Wed, 18 Apr 2018 19:19:58 +0000 (00:49 +0530)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Jun 2018 17:18:25 +0000 (19:18 +0200)
commit1499fa809e9e6713952ef84a7e9d51606881681f
tree1256fcaac886bd823a67cccbc0c2b72435422e6c
parentd7a8bea3638d78fbc6c73bda3c43efe946b352be
kvm: Change return type to vm_fault_t

Use new return type vm_fault_t for fault handler. For
now, this is just documenting that the function returns
a VM_FAULT value rather than an errno. Once all instances
are converted, vm_fault_t will become a distinct type.

commit 1c8f422059ae ("mm: change return type to vm_fault_t")

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/kvm/mips.c
arch/powerpc/kvm/powerpc.c
arch/s390/kvm/kvm-s390.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/arm/arm.c
virt/kvm/kvm_main.c