mbox series

[v2,0/2] rename function name and enable 32bit vcpu events

Message ID 1539002088-21215-1-git-send-email-gengdongjiu@huawei.com (mailing list archive)
Headers show
Series rename function name and enable 32bit vcpu events | expand

Message

Dongjiu Geng Oct. 8, 2018, 12:34 p.m. UTC
Rename the kvm_arch_dev_ioctl_check_extension() to 
kvm_arch_vm_ioctl_check_extension, because the name
is not reasonable; 

Enable the 32 bit vcpu events support.

change since v1:
1. Update patch commit messages.


Dongjiu Geng (2):
  arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
  arm/arm64: KVM: enable 32 bits kvm vcpu events support

 arch/arm/include/asm/kvm_host.h   | 2 +-
 arch/arm64/include/asm/kvm_host.h | 2 +-
 arch/arm64/kvm/reset.c            | 5 ++---
 virt/kvm/arm/arm.c                | 3 ++-
 4 files changed, 6 insertions(+), 6 deletions(-)