mbox series

[0/3] KVM: arm64: Some fixes and code adjustments for pvtime ST

Message ID 20200817033729.10848-1-zhukeqian1@huawei.com (mailing list archive)
Headers show
Series KVM: arm64: Some fixes and code adjustments for pvtime ST | expand

Message

zhukeqian Aug. 17, 2020, 3:37 a.m. UTC
During picking up pvtime LPT support for arm64, I do some trivial fixes for
pvtime ST.

Keqian Zhu (3):
  KVM: arm64: Some fixes of PV-time interface document
  KVM: uapi: Remove KVM_DEV_TYPE_ARM_PV_TIME in kvm_device_type
  KVM: arm64: Use kvm_write_guest_lock when init stolen time

 Documentation/virt/kvm/arm/pvtime.rst | 6 +++---
 arch/arm64/kvm/pvtime.c               | 6 +-----
 include/uapi/linux/kvm.h              | 2 --
 tools/include/uapi/linux/kvm.h        | 2 --
 4 files changed, 4 insertions(+), 12 deletions(-)