vcpu.rst (a4721ced760684d1776bf31f7925aa41bb3f4846) vcpu.rst (72ef5e52b3f74c0be47b20f5c434b7ecc830cf40)
1.. SPDX-License-Identifier: GPL-2.0
2
3======================
4Generic vcpu interface
5======================
6
7The virtual cpu "device" also accepts the ioctls KVM_SET_DEVICE_ATTR,
8KVM_GET_DEVICE_ATTR, and KVM_HAS_DEVICE_ATTR. The interface uses the same struct

--- 96 unchanged lines hidden (view full) ---

105 ======= ======================================
106 -ENXIO Stolen time not implemented
107 -EEXIST Base address already set for this VCPU
108 -EINVAL Base address not 64 byte aligned
109 ======= ======================================
110
111Specifies the base address of the stolen time structure for this VCPU. The
112base address must be 64 byte aligned and exist within a valid guest memory
1.. SPDX-License-Identifier: GPL-2.0
2
3======================
4Generic vcpu interface
5======================
6
7The virtual cpu "device" also accepts the ioctls KVM_SET_DEVICE_ATTR,
8KVM_GET_DEVICE_ATTR, and KVM_HAS_DEVICE_ATTR. The interface uses the same struct

--- 96 unchanged lines hidden (view full) ---

105 ======= ======================================
106 -ENXIO Stolen time not implemented
107 -EEXIST Base address already set for this VCPU
108 -EINVAL Base address not 64 byte aligned
109 ======= ======================================
110
111Specifies the base address of the stolen time structure for this VCPU. The
112base address must be 64 byte aligned and exist within a valid guest memory
113region. See Documentation/virt/kvm/arm/pvtime.txt for more information
113region. See Documentation/virt/kvm/arm/pvtime.rst for more information
114including the layout of the stolen time structure.
114including the layout of the stolen time structure.