linux-stable/Documentation/virt/kvm/devices
Mauro Carvalho Chehab 030bdf3698 KVM: arm64: Fix some documentation build warnings
As warned with make htmldocs:

	.../Documentation/virt/kvm/devices/vcpu.rst:70: WARNING: Malformed table.
	Text in column margin in table line 2.

	=======  ======================================================
	-ENODEV: PMUv3 not supported or GIC not initialized
	-ENXIO:  PMUv3 not properly configured or in-kernel irqchip not
	         configured as required prior to calling this attribute
	-EBUSY:  PMUv3 already initialized
	-EINVAL: Invalid filter range
	=======  ======================================================

The ':' character for two lines are above the size of the column.
Besides that, other tables at the file doesn't use ':', so
just drop them.

While here, also fix this warning also introduced at the same patch:

	.../Documentation/virt/kvm/devices/vcpu.rst:88: WARNING: Block quote ends without a blank line; unexpected unindent.

By marking the C code as a literal block.

Fixes: 8be86a5eec ("KVM: arm64: Document PMU filtering API")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Link: https://lore.kernel.org/r/b5385dd0213f1f070667925bf7a807bf5270ba78.1601616399.git.mchehab+huawei@kernel.org
2020-10-02 09:12:25 +01:00
..
README
arm-vgic-its.rst docs: kvm: devices/arm-vgic-its.txt to ReST format 2020-02-12 20:09:51 +01:00
arm-vgic-v3.rst docs: kvm: devices/arm-vgit-v3.txt to ReST 2020-02-12 20:09:52 +01:00
arm-vgic.rst docs: kvm: convert devices/arm-vgit.txt to ReST 2020-02-12 20:09:53 +01:00
index.rst docs: kvm: convert devices/xive.txt to ReST 2020-02-12 20:09:58 +01:00
mpic.rst docs: kvm: convert devices/mpic.txt to ReST 2020-02-12 20:09:54 +01:00
s390_flic.rst KVM: s390/interrupt: do not pin adapter interrupt pages 2020-02-27 19:47:10 +01:00
vcpu.rst KVM: arm64: Fix some documentation build warnings 2020-10-02 09:12:25 +01:00
vfio.rst docs: kvm: convert devices/vfio.txt to ReST 2020-02-12 20:09:56 +01:00
vm.rst docs: kvm: convert devices/vm.txt to ReST 2020-02-12 20:09:57 +01:00
xics.rst docs: kvm: convert devices/xics.txt to ReST 2020-02-12 20:09:58 +01:00
xive.rst docs: kvm: convert devices/xive.txt to ReST 2020-02-12 20:09:58 +01:00

README

This directory contains specific device bindings for KVM_CAP_DEVICE_CTRL.