]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit999cb0e0b78ede74e2e9867d9274d1999a51a95d
tree1a5171be2a134d70cc7eab711ed38beae2b3b0da
parentb9482e038e1d771afa41b99449cd3c339f02ea10
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