All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: kvm: fix return description of KVM_SET_MSRS
@ 2019-09-02 10:12 Xiaoyao Li
  2019-09-03 16:33 ` Sean Christopherson
  0 siblings, 1 reply; 3+ messages in thread
From: Xiaoyao Li @ 2019-09-02 10:12 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář
  Cc: Xiaoyao Li, Jonathan Corbet, kvm, linux-doc, linux-kernel

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
---
 Documentation/virt/kvm/api.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/api.txt b/Documentation/virt/kvm/api.txt
index 2d067767b617..a2efc19e0f4e 100644
--- a/Documentation/virt/kvm/api.txt
+++ b/Documentation/virt/kvm/api.txt
@@ -586,7 +586,7 @@ Capability: basic
 Architectures: x86
 Type: vcpu ioctl
 Parameters: struct kvm_msrs (in)
-Returns: 0 on success, -1 on error
+Returns: number of msrs successfully set, -1 on error
 
 Writes model-specific registers to the vcpu.  See KVM_GET_MSRS for the
 data structures.
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-04  6:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-02 10:12 [PATCH] doc: kvm: fix return description of KVM_SET_MSRS Xiaoyao Li
2019-09-03 16:33 ` Sean Christopherson
2019-09-04  6:04   ` Xiaoyao Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.