Commit 95b4d47a authored by Randy Dunlap's avatar Randy Dunlap Committed by Jonathan Corbet

Documentation: KVM: make corrections to vcpu-requests.rst

Make corrections to punctuation and grammar.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Sean Christopherson <seanjc@google.com>
Cc: Andrew Jones <drjones@redhat.com>
Cc: Christoffer Dall <cdall@linaro.org>
Cc: kvm@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230612030810.23376-5-rdunlap@infradead.org
parent daa3a397
...@@ -101,7 +101,7 @@ also be used, e.g. :: ...@@ -101,7 +101,7 @@ also be used, e.g. ::
However, VCPU request users should refrain from doing so, as it would However, VCPU request users should refrain from doing so, as it would
break the abstraction. The first 8 bits are reserved for architecture break the abstraction. The first 8 bits are reserved for architecture
independent requests, all additional bits are available for architecture independent requests; all additional bits are available for architecture
dependent requests. dependent requests.
Architecture Independent Requests Architecture Independent Requests
...@@ -151,8 +151,8 @@ KVM_REQUEST_NO_WAKEUP ...@@ -151,8 +151,8 @@ KVM_REQUEST_NO_WAKEUP
This flag is applied to requests that only need immediate attention This flag is applied to requests that only need immediate attention
from VCPUs running in guest mode. That is, sleeping VCPUs do not need from VCPUs running in guest mode. That is, sleeping VCPUs do not need
to be awaken for these requests. Sleeping VCPUs will handle the to be awakened for these requests. Sleeping VCPUs will handle the
requests when they are awaken later for some other reason. requests when they are awakened later for some other reason.
KVM_REQUEST_WAIT KVM_REQUEST_WAIT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment