public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] Fix the explanation of write_emulated
@ 2010-01-06  8:55 Takuya Yoshikawa
  2010-01-07 12:19 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: Takuya Yoshikawa @ 2010-01-06  8:55 UTC (permalink / raw)
  To: avi, mtosatti; +Cc: kvm

The explanation of write_emulated is confused with
that of read_emulated. This patch fix it.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
---
 arch/x86/include/asm/kvm_emulate.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/include/asm/kvm_emulate.h b/arch/x86/include/asm/kvm_emulate.h
index 7c18e12..9b697c2 100644
--- a/arch/x86/include/asm/kvm_emulate.h
+++ b/arch/x86/include/asm/kvm_emulate.h
@@ -74,7 +74,7 @@ struct x86_emulate_ops {
 			     struct kvm_vcpu *vcpu);
 
 	/*
-	 * write_emulated: Read bytes from emulated/special memory area.
+	 * write_emulated: Write bytes to emulated/special memory area.
 	 *  @addr:  [IN ] Linear address to which to write.
 	 *  @val:   [IN ] Value to write to memory (low-order bytes used as
 	 *                required).
-- 
1.6.3.3


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

* Re: [PATCH resend] Fix the explanation of write_emulated
  2010-01-06  8:55 [PATCH resend] Fix the explanation of write_emulated Takuya Yoshikawa
@ 2010-01-07 12:19 ` Marcelo Tosatti
  0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2010-01-07 12:19 UTC (permalink / raw)
  To: Takuya Yoshikawa; +Cc: avi, kvm

On Wed, Jan 06, 2010 at 05:55:23PM +0900, Takuya Yoshikawa wrote:
> The explanation of write_emulated is confused with
> that of read_emulated. This patch fix it.
> 
> Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>

Applied, thanks.


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

end of thread, other threads:[~2010-01-07 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-06  8:55 [PATCH resend] Fix the explanation of write_emulated Takuya Yoshikawa
2010-01-07 12:19 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox