* [PATCH] KVM: Fix typos in Documentation/kvm/mmu.txt
@ 2010-06-17 5:32 Jason Wang
2010-06-17 8:10 ` Avi Kivity
0 siblings, 1 reply; 3+ messages in thread
From: Jason Wang @ 2010-06-17 5:32 UTC (permalink / raw)
To: avi, mtosatti, kvm; +Cc: Jason Wang
Signed-off-by: Jason Wang <jasowang@redhat.com>
---
Documentation/kvm/mmu.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/kvm/mmu.txt b/Documentation/kvm/mmu.txt
index 8cb42b9..5d3343f 100644
--- a/Documentation/kvm/mmu.txt
+++ b/Documentation/kvm/mmu.txt
@@ -77,10 +77,10 @@ Memory
Guest memory (gpa) is part of the user address space of the process that is
using kvm. Userspace defines the translation between guest addresses and user
-addresses (gpa->hva); note that two gpas may alias to the same gva, but not
+addresses (gpa->hva); note that two gvas may alias to the same gpa, but not
vice versa.
-These gvas may be backed using any method available to the host: anonymous
+These gpas may be backed using any method available to the host: anonymous
memory, file backed memory, and device memory. Memory might be paged by the
host at any time.
--
1.5.5.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] KVM: Fix typos in Documentation/kvm/mmu.txt
2010-06-17 5:32 [PATCH] KVM: Fix typos in Documentation/kvm/mmu.txt Jason Wang
@ 2010-06-17 8:10 ` Avi Kivity
2010-06-17 8:28 ` Jason Wang
0 siblings, 1 reply; 3+ messages in thread
From: Avi Kivity @ 2010-06-17 8:10 UTC (permalink / raw)
To: Jason Wang; +Cc: mtosatti, kvm
On 06/17/2010 08:32 AM, Jason Wang wrote:
> Signed-off-by: Jason Wang<jasowang@redhat.com>
> ---
> Documentation/kvm/mmu.txt | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/kvm/mmu.txt b/Documentation/kvm/mmu.txt
> index 8cb42b9..5d3343f 100644
> --- a/Documentation/kvm/mmu.txt
> +++ b/Documentation/kvm/mmu.txt
> @@ -77,10 +77,10 @@ Memory
>
> Guest memory (gpa) is part of the user address space of the process that is
> using kvm. Userspace defines the translation between guest addresses and user
> -addresses (gpa->hva); note that two gpas may alias to the same gva, but not
> +addresses (gpa->hva); note that two gvas may alias to the same gpa, but not
> vice versa.
>
Should really be, two gpas may alias to the same hva.
> -These gvas may be backed using any method available to the host: anonymous
> +These gpas may be backed using any method available to the host: anonymous
>
Should be: These hvas.
> memory, file backed memory, and device memory. Memory might be paged by the
> host at any time.
>
>
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] KVM: Fix typos in Documentation/kvm/mmu.txt
2010-06-17 8:10 ` Avi Kivity
@ 2010-06-17 8:28 ` Jason Wang
0 siblings, 0 replies; 3+ messages in thread
From: Jason Wang @ 2010-06-17 8:28 UTC (permalink / raw)
To: Avi Kivity; +Cc: mtosatti, kvm
Avi Kivity wrote:
> On 06/17/2010 08:32 AM, Jason Wang wrote:
>
>> Signed-off-by: Jason Wang<jasowang@redhat.com>
>> ---
>> Documentation/kvm/mmu.txt | 4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/kvm/mmu.txt b/Documentation/kvm/mmu.txt
>> index 8cb42b9..5d3343f 100644
>> --- a/Documentation/kvm/mmu.txt
>> +++ b/Documentation/kvm/mmu.txt
>> @@ -77,10 +77,10 @@ Memory
>>
>> Guest memory (gpa) is part of the user address space of the process that is
>> using kvm. Userspace defines the translation between guest addresses and user
>> -addresses (gpa->hva); note that two gpas may alias to the same gva, but not
>> +addresses (gpa->hva); note that two gvas may alias to the same gpa, but not
>> vice versa.
>>
>>
>
> Should really be, two gpas may alias to the same hva.
>
>
>> -These gvas may be backed using any method available to the host: anonymous
>> +These gpas may be backed using any method available to the host: anonymous
>>
>>
>
> Should be: These hvas.
>
>
>> memory, file backed memory, and device memory. Memory might be paged by the
>> host at any time.
>>
>>
>>
>
>
>
Yes they should. I would resend the patch, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-17 8:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 5:32 [PATCH] KVM: Fix typos in Documentation/kvm/mmu.txt Jason Wang
2010-06-17 8:10 ` Avi Kivity
2010-06-17 8:28 ` Jason Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox