KVM: x86: Add proper ReST tables for userspace MSR exits/flags
authorSean Christopherson <seanjc@google.com>
Wed, 7 Dec 2022 00:09:59 +0000 (00:09 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Dec 2022 18:28:31 +0000 (13:28 -0500)
commit549a715b98a13c6d05452be3ad37e980087bb081
tree338c43671f0b0c2c2f6c834957aaef9cbe1fa1d9
parent9352e7470a1b4edd2fa9d235420ecc7bc3971bdc
KVM: x86: Add proper ReST tables for userspace MSR exits/flags

Add ReST formatting to the set of userspace MSR exits/flags so that the
resulting HTML docs generate a table instead of malformed gunk.  This
also fixes a warning that was introduced by a recent cleanup of the
relevant documentation (yay copy+paste).

 >> Documentation/virt/kvm/api.rst:7287: WARNING: Block quote ends
    without a blank line; unexpected unindent.

Fixes: 1ae099540e8c ("KVM: x86: Allow deflecting unknown MSR accesses to user space")
Fixes: 1f158147181b ("KVM: x86: Clean up KVM_CAP_X86_USER_SPACE_MSR documentation")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20221207000959.2035098-1-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/api.rst