On 16/04/20 17:59, Peter Xu wrote: > 0x4b564d00 and 0x4b564d01 belong to KVM_FEATURE_CLOCKSOURCE2. > > Signed-off-by: Peter Xu <peterx@xxxxxxxxxx> > --- > Documentation/virt/kvm/cpuid.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/virt/kvm/cpuid.rst b/Documentation/virt/kvm/cpuid.rst > index 01b081f6e7ea..f721c89327ec 100644 > --- a/Documentation/virt/kvm/cpuid.rst > +++ b/Documentation/virt/kvm/cpuid.rst > @@ -50,8 +50,8 @@ KVM_FEATURE_NOP_IO_DELAY 1 not necessary to perform delays > KVM_FEATURE_MMU_OP 2 deprecated > > KVM_FEATURE_CLOCKSOURCE2 3 kvmclock available at msrs > - > 0x4b564d00 and 0x4b564d01 > + > KVM_FEATURE_ASYNC_PF 4 async pf can be enabled by > writing to msr 0x4b564d02 > > Queued, thanks. Paolo