* [Qemu-trivial] [PATCH] qemu-doc: fix typos
@ 2015-07-03 9:50 ` arei.gonglei
0 siblings, 0 replies; 10+ messages in thread
From: arei.gonglei @ 2015-07-03 9:50 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Gonglei
From: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
---
qemu-doc.texi | 2 +-
qemu-options.hx | 2 +-
qemu-tech.texi | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 0125bc7..94af8c0 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -1061,7 +1061,7 @@ type is assumed.
@var{server} specifies the server where the volume file specification for
the given volume resides. This can be either hostname, ipv4 address
or ipv6 address. ipv6 address needs to be within square brackets [ ].
-If transport type is unix, then @var{server} field should not be specifed.
+If transport type is unix, then @var{server} field should not be specified.
Instead @var{socket} field needs to be populated with the path to unix domain
socket.
diff --git a/qemu-options.hx b/qemu-options.hx
index 7b8efbf..5bfa7a3 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -206,7 +206,7 @@ STEXI
@item -boot [order=@var{drives}][,once=@var{drives}][,menu=on|off][,splash=@var{sp_name}][,splash-time=@var{sp_time}][,reboot-timeout=@var{rb_timeout}][,strict=on|off]
@findex -boot
Specify boot order @var{drives} as a string of drive letters. Valid
-drive letters depend on the target achitecture. The x86 PC uses: a, b
+drive letters depend on the target architecture. The x86 PC uses: a, b
(floppy 1 and 2), c (first hard disk), d (first CD-ROM), n-p (Etherboot
from network adapter 1-4), hard disk boot is the default. To apply a
particular boot order only on the first startup, specify it via
diff --git a/qemu-tech.texi b/qemu-tech.texi
index 8aefa74..b6fcb2d 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -440,7 +440,7 @@ translator cannot deduce statically).
@section Direct block chaining
After each translated basic block is executed, QEMU uses the simulated
-Program Counter (PC) and other cpu state informations (such as the CS
+Program Counter (PC) and other cpu state information (such as the CS
segment base value) to find the next basic block.
In order to accelerate the most common cases where the new simulated PC
--
1.7.12.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Qemu-devel] [PATCH] qemu-doc: fix typos
@ 2015-07-03 9:50 ` arei.gonglei
0 siblings, 0 replies; 10+ messages in thread
From: arei.gonglei @ 2015-07-03 9:50 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Gonglei
From: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
---
qemu-doc.texi | 2 +-
qemu-options.hx | 2 +-
qemu-tech.texi | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 0125bc7..94af8c0 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -1061,7 +1061,7 @@ type is assumed.
@var{server} specifies the server where the volume file specification for
the given volume resides. This can be either hostname, ipv4 address
or ipv6 address. ipv6 address needs to be within square brackets [ ].
-If transport type is unix, then @var{server} field should not be specifed.
+If transport type is unix, then @var{server} field should not be specified.
Instead @var{socket} field needs to be populated with the path to unix domain
socket.
diff --git a/qemu-options.hx b/qemu-options.hx
index 7b8efbf..5bfa7a3 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -206,7 +206,7 @@ STEXI
@item -boot [order=@var{drives}][,once=@var{drives}][,menu=on|off][,splash=@var{sp_name}][,splash-time=@var{sp_time}][,reboot-timeout=@var{rb_timeout}][,strict=on|off]
@findex -boot
Specify boot order @var{drives} as a string of drive letters. Valid
-drive letters depend on the target achitecture. The x86 PC uses: a, b
+drive letters depend on the target architecture. The x86 PC uses: a, b
(floppy 1 and 2), c (first hard disk), d (first CD-ROM), n-p (Etherboot
from network adapter 1-4), hard disk boot is the default. To apply a
particular boot order only on the first startup, specify it via
diff --git a/qemu-tech.texi b/qemu-tech.texi
index 8aefa74..b6fcb2d 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -440,7 +440,7 @@ translator cannot deduce statically).
@section Direct block chaining
After each translated basic block is executed, QEMU uses the simulated
-Program Counter (PC) and other cpu state informations (such as the CS
+Program Counter (PC) and other cpu state information (such as the CS
segment base value) to find the next basic block.
In order to accelerate the most common cases where the new simulated PC
--
1.7.12.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [Qemu-trivial] [Qemu-devel] [PATCH] qemu-doc: fix typos
2015-07-03 9:50 ` [Qemu-devel] " arei.gonglei
@ 2015-07-03 9:59 ` Peter Maydell
-1 siblings, 0 replies; 10+ messages in thread
From: Peter Maydell @ 2015-07-03 9:59 UTC (permalink / raw)
To: Gonglei (Arei); +Cc: QEMU Trivial, QEMU Developers
On 3 July 2015 at 10:50, <arei.gonglei@huawei.com> wrote:
> From: Gonglei <arei.gonglei@huawei.com>
>
> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-doc: fix typos
@ 2015-07-03 9:59 ` Peter Maydell
0 siblings, 0 replies; 10+ messages in thread
From: Peter Maydell @ 2015-07-03 9:59 UTC (permalink / raw)
To: Gonglei (Arei); +Cc: QEMU Trivial, QEMU Developers
On 3 July 2015 at 10:50, <arei.gonglei@huawei.com> wrote:
> From: Gonglei <arei.gonglei@huawei.com>
>
> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] qemu-doc: fix typos
2015-07-03 9:59 ` Peter Maydell
@ 2015-07-23 12:26 ` Gonglei
-1 siblings, 0 replies; 10+ messages in thread
From: Gonglei @ 2015-07-23 12:26 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Trivial, QEMU Developers
On 2015/7/3 17:59, Peter Maydell wrote:
> On 3 July 2015 at 10:50, <arei.gonglei@huawei.com> wrote:
>> From: Gonglei <arei.gonglei@huawei.com>
>>
>> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
>
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
>
> thanks
> -- PMM
>
Hi, Paolo
Would you pick up this patch for 2.4-rc3?
It's trivial but make sense and no harm.
Regards,
-Gonglei
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-doc: fix typos
@ 2015-07-23 12:26 ` Gonglei
0 siblings, 0 replies; 10+ messages in thread
From: Gonglei @ 2015-07-23 12:26 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Trivial, QEMU Developers
On 2015/7/3 17:59, Peter Maydell wrote:
> On 3 July 2015 at 10:50, <arei.gonglei@huawei.com> wrote:
>> From: Gonglei <arei.gonglei@huawei.com>
>>
>> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
>
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
>
> thanks
> -- PMM
>
Hi, Paolo
Would you pick up this patch for 2.4-rc3?
It's trivial but make sense and no harm.
Regards,
-Gonglei
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] qemu-doc: fix typos
2015-07-23 12:26 ` Gonglei
@ 2015-07-23 12:28 ` Gonglei
-1 siblings, 0 replies; 10+ messages in thread
From: Gonglei @ 2015-07-23 12:28 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Trivial, Pbonzini@redhat.com, QEMU Developers
On 2015/7/23 20:26, Gonglei wrote:
> On 2015/7/3 17:59, Peter Maydell wrote:
>> On 3 July 2015 at 10:50, <arei.gonglei@huawei.com> wrote:
>>> From: Gonglei <arei.gonglei@huawei.com>
>>>
>>> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
>>
>> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
>>
>> thanks
>> -- PMM
>>
> Hi, Paolo
>
> Would you pick up this patch for 2.4-rc3?
> It's trivial but make sense and no harm.
>
Oops, forget to Cc Paolo.
Cc'ing..
Regards,
-Gonglei
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-doc: fix typos
@ 2015-07-23 12:28 ` Gonglei
0 siblings, 0 replies; 10+ messages in thread
From: Gonglei @ 2015-07-23 12:28 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Trivial, Pbonzini@redhat.com, QEMU Developers
On 2015/7/23 20:26, Gonglei wrote:
> On 2015/7/3 17:59, Peter Maydell wrote:
>> On 3 July 2015 at 10:50, <arei.gonglei@huawei.com> wrote:
>>> From: Gonglei <arei.gonglei@huawei.com>
>>>
>>> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
>>
>> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
>>
>> thanks
>> -- PMM
>>
> Hi, Paolo
>
> Would you pick up this patch for 2.4-rc3?
> It's trivial but make sense and no harm.
>
Oops, forget to Cc Paolo.
Cc'ing..
Regards,
-Gonglei
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-trivial] [PATCH] qemu-doc: fix typos
2015-07-23 12:28 ` Gonglei
@ 2015-07-23 17:23 ` Paolo Bonzini
-1 siblings, 0 replies; 10+ messages in thread
From: Paolo Bonzini @ 2015-07-23 17:23 UTC (permalink / raw)
To: Gonglei, Peter Maydell; +Cc: QEMU Trivial, QEMU Developers
On 23/07/2015 14:28, Gonglei wrote:
> On 2015/7/23 20:26, Gonglei wrote:
>> On 2015/7/3 17:59, Peter Maydell wrote:
>>> On 3 July 2015 at 10:50, <arei.gonglei@huawei.com> wrote:
>>>> From: Gonglei <arei.gonglei@huawei.com>
>>>>
>>>> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
>>>
>>> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
>>>
>>> thanks
>>> -- PMM
>>>
>> Hi, Paolo
>>
>> Would you pick up this patch for 2.4-rc3?
>> It's trivial but make sense and no harm.
>>
> Oops, forget to Cc Paolo.
Ok, picked up.
Paolo
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-doc: fix typos
@ 2015-07-23 17:23 ` Paolo Bonzini
0 siblings, 0 replies; 10+ messages in thread
From: Paolo Bonzini @ 2015-07-23 17:23 UTC (permalink / raw)
To: Gonglei, Peter Maydell; +Cc: QEMU Trivial, QEMU Developers
On 23/07/2015 14:28, Gonglei wrote:
> On 2015/7/23 20:26, Gonglei wrote:
>> On 2015/7/3 17:59, Peter Maydell wrote:
>>> On 3 July 2015 at 10:50, <arei.gonglei@huawei.com> wrote:
>>>> From: Gonglei <arei.gonglei@huawei.com>
>>>>
>>>> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
>>>
>>> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
>>>
>>> thanks
>>> -- PMM
>>>
>> Hi, Paolo
>>
>> Would you pick up this patch for 2.4-rc3?
>> It's trivial but make sense and no harm.
>>
> Oops, forget to Cc Paolo.
Ok, picked up.
Paolo
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-07-23 17:23 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03 9:50 [Qemu-trivial] [PATCH] qemu-doc: fix typos arei.gonglei
2015-07-03 9:50 ` [Qemu-devel] " arei.gonglei
2015-07-03 9:59 ` [Qemu-trivial] " Peter Maydell
2015-07-03 9:59 ` Peter Maydell
2015-07-23 12:26 ` [Qemu-trivial] " Gonglei
2015-07-23 12:26 ` Gonglei
2015-07-23 12:28 ` [Qemu-trivial] " Gonglei
2015-07-23 12:28 ` Gonglei
2015-07-23 17:23 ` [Qemu-trivial] " Paolo Bonzini
2015-07-23 17:23 ` [Qemu-devel] " Paolo Bonzini
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.