All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] machine: fix a typo
@ 2018-10-10 16:10 Li Qiang
  2018-10-10 16:41 ` Stefano Garzarella
  2018-10-10 20:56 ` Eduardo Habkost
  0 siblings, 2 replies; 3+ messages in thread
From: Li Qiang @ 2018-10-10 16:10 UTC (permalink / raw)
  To: ehabkost, marcel.apfelbaum; +Cc: qemu-devel, qemu-trivial, Li Qiang

Cc: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@163.com>
---
 hw/core/machine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/core/machine.c b/hw/core/machine.c
index 1987557833..da50ad6de7 100644
--- a/hw/core/machine.c
+++ b/hw/core/machine.c
@@ -636,7 +636,7 @@ static void machine_class_init(ObjectClass *oc, void *data)
         machine_get_memory_encryption, machine_set_memory_encryption,
         &error_abort);
     object_class_property_set_description(oc, "memory-encryption",
-        "Set memory encyption object to use", &error_abort);
+        "Set memory encryption object to use", &error_abort);
 }
 
 static void machine_class_base_init(ObjectClass *oc, void *data)
-- 
2.17.1

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

* Re: [Qemu-devel] [PATCH] machine: fix a typo
  2018-10-10 16:10 [Qemu-devel] [PATCH] machine: fix a typo Li Qiang
@ 2018-10-10 16:41 ` Stefano Garzarella
  2018-10-10 20:56 ` Eduardo Habkost
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Garzarella @ 2018-10-10 16:41 UTC (permalink / raw)
  To: liq3ea; +Cc: ehabkost, marcel.apfelbaum, qemu-trivial, qemu-devel

Reviewed-by: Stefano Garzarella <stefanogarzarella@gmail.com>

Il giorno mer 10 ott 2018 alle ore 18:11 Li Qiang <liq3ea@163.com> ha
scritto:

> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@163.com>
> ---
>  hw/core/machine.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/core/machine.c b/hw/core/machine.c
> index 1987557833..da50ad6de7 100644
> --- a/hw/core/machine.c
> +++ b/hw/core/machine.c
> @@ -636,7 +636,7 @@ static void machine_class_init(ObjectClass *oc, void
> *data)
>          machine_get_memory_encryption, machine_set_memory_encryption,
>          &error_abort);
>      object_class_property_set_description(oc, "memory-encryption",
> -        "Set memory encyption object to use", &error_abort);
> +        "Set memory encryption object to use", &error_abort);
>  }
>
>  static void machine_class_base_init(ObjectClass *oc, void *data)
> --
> 2.17.1
>
>
>
>

-- 
*Stefano Garzarella*
Software Engineer

e-mail: stefano.garzarella@gmail.com
github: http://github.com/stefano-garzarella
linkedin: http://it.linkedin.com/pub/stefano-garzarella

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

* Re: [Qemu-devel] [PATCH] machine: fix a typo
  2018-10-10 16:10 [Qemu-devel] [PATCH] machine: fix a typo Li Qiang
  2018-10-10 16:41 ` Stefano Garzarella
@ 2018-10-10 20:56 ` Eduardo Habkost
  1 sibling, 0 replies; 3+ messages in thread
From: Eduardo Habkost @ 2018-10-10 20:56 UTC (permalink / raw)
  To: Li Qiang; +Cc: marcel.apfelbaum, qemu-devel, qemu-trivial

On Wed, Oct 10, 2018 at 09:10:25AM -0700, Li Qiang wrote:
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@163.com>

Queued, thanks.

-- 
Eduardo

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

end of thread, other threads:[~2018-10-10 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10 16:10 [Qemu-devel] [PATCH] machine: fix a typo Li Qiang
2018-10-10 16:41 ` Stefano Garzarella
2018-10-10 20:56 ` Eduardo Habkost

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.