Commit dca01b0a authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

Documentation: kvm: fix formatting of the quirks table



A recently added quirk does not fit in the left column of the table,
so it all has to be reformatted and realigned.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 6b1ca262
Loading
Loading
Loading
Loading
+115 −115
Original line number Diff line number Diff line
@@ -8435,7 +8435,7 @@ KVM_CHECK_EXTENSION.

The valid bits in cap.args[0] are:

=================================== ============================================
========================================   ================================================
KVM_X86_QUIRK_LINT0_REENABLED              By default, the reset value for the LVT
                                           LINT0 register is 0x700 (APIC_MODE_EXTINT).
                                           When this quirk is disabled, the reset value
@@ -8551,7 +8551,7 @@ KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMM By default, KVM relaxes the consisten
                                           bit to be cleared.  Note that the vmcs02
                                           bit is still completely controlled by the
                                           host, regardless of the quirk setting.
=================================== ============================================
========================================   ================================================

7.32 KVM_CAP_MAX_VCPU_ID
------------------------