Documentation: kvm: fix messy conversion from .txt to .rst
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 25 Feb 2021 13:37:01 +0000 (08:37 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 26 Feb 2021 08:02:22 +0000 (03:02 -0500)
commite2a0fcac6b1dac0fd15bb449a20233f8f91a8a85
tree1a5171be2a134d70cc7eab711ed38beae2b3b0da
parent2df8d3807ce7f75bb975f1aeae8fc6757527c62d
Documentation: kvm: fix messy conversion from .txt to .rst

Building the documentation gives a warning that the KVM_PPC_RESIZE_HPT_PREPARE
label is defined twice.  The root cause is that the KVM_PPC_RESIZE_HPT_PREPARE
API is present twice, the second being a mix of the prepare and commit APIs.
Fix it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/api.rst