Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/kvm: Update cpuid documentation for steal time and pv eoi

Thanks Michael S Tsirkin for rewriting the description and suggestions.

Signed-off-by: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

authored by

Raghavendra K T and committed by
Paolo Bonzini
56aba608 92fbc7b1

+7
+7
Documentation/virtual/kvm/cpuid.txt
··· 43 43 KVM_FEATURE_ASYNC_PF || 4 || async pf can be enabled by 44 44 || || writing to msr 0x4b564d02 45 45 ------------------------------------------------------------------------------ 46 + KVM_FEATURE_STEAL_TIME || 5 || steal time can be enabled by 47 + || || writing to msr 0x4b564d03. 48 + ------------------------------------------------------------------------------ 49 + KVM_FEATURE_PV_EOI || 6 || paravirtualized end of interrupt 50 + || || handler can be enabled by writing 51 + || || to msr 0x4b564d04. 52 + ------------------------------------------------------------------------------ 46 53 KVM_FEATURE_PV_UNHALT || 7 || guest checks this feature bit 47 54 || || before enabling paravirtualized 48 55 || || spinlock support.