Skip to content

Commit a93236f

Browse files
borntraegerbonzini
authored andcommitted
KVM: s390: rstify new ioctls in api.rst
We also need to rstify the new ioctls that we added in parallel to the rstification of the kvm docs. Signed-off-by: Christian Borntraeger <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Reviewed-by: Cornelia Huck <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 35a5713 commit a93236f

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

Documentation/virt/kvm/api.rst

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4611,35 +4611,38 @@ unpins the VPA pages and releases all the device pages that are used to
46114611
track the secure pages by hypervisor.
46124612

46134613
4.122 KVM_S390_NORMAL_RESET
4614+
---------------------------
46144615

4615-
Capability: KVM_CAP_S390_VCPU_RESETS
4616-
Architectures: s390
4617-
Type: vcpu ioctl
4618-
Parameters: none
4619-
Returns: 0
4616+
:Capability: KVM_CAP_S390_VCPU_RESETS
4617+
:Architectures: s390
4618+
:Type: vcpu ioctl
4619+
:Parameters: none
4620+
:Returns: 0
46204621

46214622
This ioctl resets VCPU registers and control structures according to
46224623
the cpu reset definition in the POP (Principles Of Operation).
46234624

46244625
4.123 KVM_S390_INITIAL_RESET
4626+
----------------------------
46254627

4626-
Capability: none
4627-
Architectures: s390
4628-
Type: vcpu ioctl
4629-
Parameters: none
4630-
Returns: 0
4628+
:Capability: none
4629+
:Architectures: s390
4630+
:Type: vcpu ioctl
4631+
:Parameters: none
4632+
:Returns: 0
46314633

46324634
This ioctl resets VCPU registers and control structures according to
46334635
the initial cpu reset definition in the POP. However, the cpu is not
46344636
put into ESA mode. This reset is a superset of the normal reset.
46354637

46364638
4.124 KVM_S390_CLEAR_RESET
4639+
--------------------------
46374640

4638-
Capability: KVM_CAP_S390_VCPU_RESETS
4639-
Architectures: s390
4640-
Type: vcpu ioctl
4641-
Parameters: none
4642-
Returns: 0
4641+
:Capability: KVM_CAP_S390_VCPU_RESETS
4642+
:Architectures: s390
4643+
:Type: vcpu ioctl
4644+
:Parameters: none
4645+
:Returns: 0
46434646

46444647
This ioctl resets VCPU registers and control structures according to
46454648
the clear cpu reset definition in the POP. However, the cpu is not put

0 commit comments

Comments
 (0)