qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] vl: trivial spelling fix
@ 2011-04-23 11:50 Brad Hards
  2011-04-23 11:57 ` Stefan Hajnoczi
  0 siblings, 1 reply; 5+ messages in thread
From: Brad Hards @ 2011-04-23 11:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: Brad Hards

Signed-off-by: Brad Hards <bradh@frogmouth.net>
---
 vl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vl.c b/vl.c
index 68c3b53..b46ee66 100644
--- a/vl.c
+++ b/vl.c
@@ -756,7 +756,7 @@ void add_boot_device_path(int32_t bootindex, DeviceState *dev,
 
 /*
  * This function returns null terminated string that consist of new line
- * separated device pathes.
+ * separated device paths.
  *
  * memory pointed by "size" is assigned total length of the array in bytes
  *
-- 
1.7.1

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

* Re: [Qemu-devel] [PATCH] vl: trivial spelling fix
  2011-04-23 11:50 [Qemu-devel] [PATCH] vl: trivial spelling fix Brad Hards
@ 2011-04-23 11:57 ` Stefan Hajnoczi
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-04-23 11:57 UTC (permalink / raw)
  To: Brad Hards; +Cc: qemu-devel

On Sat, Apr 23, 2011 at 12:50 PM, Brad Hards <bradh@frogmouth.net> wrote:
> Signed-off-by: Brad Hards <bradh@frogmouth.net>
> ---
>  vl.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks!  Merged into the trivial patches tree:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches

Stefan

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

* [Qemu-devel] [PULL] Trivial patches
@ 2011-04-26 12:29 Stefan Hajnoczi
  2011-04-26 12:29 ` [Qemu-devel] [PATCH] vl: trivial spelling fix Stefan Hajnoczi
  2011-04-26 13:19 ` [Qemu-devel] [PULL] Trivial patches Anthony Liguori
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-04-26 12:29 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel

Only one patch but I want to keep them flowing regularly.

The following changes since commit b0b36e5d2e4c8a96c2f6dbc0981a9fd0cde111d8:

  doc: fix slirp description (2011-04-25 23:10:04 +0200)

are available in the git repository at:
  git://repo.or.cz/qemu/stefanha.git trivial-patches

Brad Hards (1):
      vl: trivial spelling fix

 vl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

* [Qemu-devel] [PATCH] vl: trivial spelling fix
  2011-04-26 12:29 [Qemu-devel] [PULL] Trivial patches Stefan Hajnoczi
@ 2011-04-26 12:29 ` Stefan Hajnoczi
  2011-04-26 13:19 ` [Qemu-devel] [PULL] Trivial patches Anthony Liguori
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-04-26 12:29 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Brad Hards, Stefan Hajnoczi

From: Brad Hards <bradh@frogmouth.net>

Signed-off-by: Brad Hards <bradh@frogmouth.net>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
 vl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vl.c b/vl.c
index 68c3b53..b46ee66 100644
--- a/vl.c
+++ b/vl.c
@@ -756,7 +756,7 @@ void add_boot_device_path(int32_t bootindex, DeviceState *dev,
 
 /*
  * This function returns null terminated string that consist of new line
- * separated device pathes.
+ * separated device paths.
  *
  * memory pointed by "size" is assigned total length of the array in bytes
  *
-- 
1.7.4.1

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

* Re: [Qemu-devel] [PULL] Trivial patches
  2011-04-26 12:29 [Qemu-devel] [PULL] Trivial patches Stefan Hajnoczi
  2011-04-26 12:29 ` [Qemu-devel] [PATCH] vl: trivial spelling fix Stefan Hajnoczi
@ 2011-04-26 13:19 ` Anthony Liguori
  1 sibling, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2011-04-26 13:19 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel

On 04/26/2011 07:29 AM, Stefan Hajnoczi wrote:
> Only one patch but I want to keep them flowing regularly.
>
> The following changes since commit b0b36e5d2e4c8a96c2f6dbc0981a9fd0cde111d8:
>
>    doc: fix slirp description (2011-04-25 23:10:04 +0200)
>
> are available in the git repository at:
>    git://repo.or.cz/qemu/stefanha.git trivial-patches

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Brad Hards (1):
>        vl: trivial spelling fix
>
>   vl.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>

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

end of thread, other threads:[~2011-04-26 13:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-26 12:29 [Qemu-devel] [PULL] Trivial patches Stefan Hajnoczi
2011-04-26 12:29 ` [Qemu-devel] [PATCH] vl: trivial spelling fix Stefan Hajnoczi
2011-04-26 13:19 ` [Qemu-devel] [PULL] Trivial patches Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2011-04-23 11:50 [Qemu-devel] [PATCH] vl: trivial spelling fix Brad Hards
2011-04-23 11:57 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).