From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Kardashevskiy Subject: Re: [PATCH kernel] KVM doc: Fix KVM_SMI chapter number Date: Wed, 20 Jan 2016 12:46:30 +1100 Message-ID: <569EE6F6.4080502@ozlabs.ru> References: <1453180348-5780-1-git-send-email-aik@ozlabs.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mail-pa0-f68.google.com ([209.85.220.68]:35117 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933923AbcATBqf (ORCPT ); Tue, 19 Jan 2016 20:46:35 -0500 Received: by mail-pa0-f68.google.com with SMTP id gi1so42023772pac.2 for ; Tue, 19 Jan 2016 17:46:35 -0800 (PST) In-Reply-To: <1453180348-5780-1-git-send-email-aik@ozlabs.ru> Sender: kvm-owner@vger.kernel.org List-ID: On 01/19/2016 04:12 PM, Alexey Kardashevskiy wrote: > The KVM_SMI capability is following the KVM_S390_SET_IRQ_STATE capability > which is "4.95", this changes the number of the KVM_SMI chapter to 4.96. > > Signed-off-by: Alexey Kardashevskiy This actually got David's rb when I posted it as a part of my other patchset: Reviewed-by: David Gibson > --- > Documentation/virtual/kvm/api.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt > index 053f613..07e4cdf 100644 > --- a/Documentation/virtual/kvm/api.txt > +++ b/Documentation/virtual/kvm/api.txt > @@ -3025,7 +3025,7 @@ len must be a multiple of sizeof(struct kvm_s390_irq). It must be > 0 > and it must not exceed (max_vcpus + 32) * sizeof(struct kvm_s390_irq), > which is the maximum number of possibly pending cpu-local interrupts. > > -4.90 KVM_SMI > +4.96 KVM_SMI > > Capability: KVM_CAP_X86_SMM > Architectures: x86 > -- Alexey