* [Qemu-devel] [PATCH v2] target: hax: fix errors in comment
@ 2018-11-27 10:00 Li Qiang
2018-11-27 10:26 ` Philippe Mathieu-Daudé
2018-11-29 20:52 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
0 siblings, 2 replies; 3+ messages in thread
From: Li Qiang @ 2018-11-27 10:00 UTC (permalink / raw)
To: rth, ehabkost, laurent, alex.bennee, philmd
Cc: qemu-trivial, qemu-devel, Li Qiang
Cc: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@gmail.com>
---
target/i386/hax-all.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/i386/hax-all.c b/target/i386/hax-all.c
index 502ce6f0af..b978a9b821 100644
--- a/target/i386/hax-all.c
+++ b/target/i386/hax-all.c
@@ -205,7 +205,7 @@ int hax_vcpu_destroy(CPUState *cpu)
}
/*
- * 1. The hax_tunnel is also destroied when vcpu destroy
+ * 1. The hax_tunnel is also destroyed when vcpu is destroyed
* 2. close fd will cause hax module vcpu be cleaned
*/
hax_close_fd(vcpu->fd);
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH v2] target: hax: fix errors in comment
2018-11-27 10:00 [Qemu-devel] [PATCH v2] target: hax: fix errors in comment Li Qiang
@ 2018-11-27 10:26 ` Philippe Mathieu-Daudé
2018-11-29 20:52 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-11-27 10:26 UTC (permalink / raw)
To: Li Qiang, rth, ehabkost, laurent, alex.bennee; +Cc: qemu-trivial, qemu-devel
On 27/11/18 11:00, Li Qiang wrote:
> Cc: qemu-trivial@nongnu.org
>
> Signed-off-by: Li Qiang <liq3ea@gmail.com>
> ---
> target/i386/hax-all.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target/i386/hax-all.c b/target/i386/hax-all.c
> index 502ce6f0af..b978a9b821 100644
> --- a/target/i386/hax-all.c
> +++ b/target/i386/hax-all.c
> @@ -205,7 +205,7 @@ int hax_vcpu_destroy(CPUState *cpu)
> }
>
> /*
> - * 1. The hax_tunnel is also destroied when vcpu destroy
> + * 1. The hax_tunnel is also destroyed when vcpu is destroyed
> * 2. close fd will cause hax module vcpu be cleaned
> */
> hax_close_fd(vcpu->fd);
>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] target: hax: fix errors in comment
2018-11-27 10:00 [Qemu-devel] [PATCH v2] target: hax: fix errors in comment Li Qiang
2018-11-27 10:26 ` Philippe Mathieu-Daudé
@ 2018-11-29 20:52 ` Laurent Vivier
1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2018-11-29 20:52 UTC (permalink / raw)
To: Li Qiang, rth, ehabkost, alex.bennee, philmd; +Cc: qemu-trivial, qemu-devel
On 27/11/2018 11:00, Li Qiang wrote:
> Cc: qemu-trivial@nongnu.org
>
> Signed-off-by: Li Qiang <liq3ea@gmail.com>
> ---
> target/i386/hax-all.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target/i386/hax-all.c b/target/i386/hax-all.c
> index 502ce6f0af..b978a9b821 100644
> --- a/target/i386/hax-all.c
> +++ b/target/i386/hax-all.c
> @@ -205,7 +205,7 @@ int hax_vcpu_destroy(CPUState *cpu)
> }
>
> /*
> - * 1. The hax_tunnel is also destroied when vcpu destroy
> + * 1. The hax_tunnel is also destroyed when vcpu is destroyed
> * 2. close fd will cause hax module vcpu be cleaned
> */
> hax_close_fd(vcpu->fd);
>
Applied to my trivial-patches branch.
Thanks,
Laurent
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-11-29 20:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-27 10:00 [Qemu-devel] [PATCH v2] target: hax: fix errors in comment Li Qiang
2018-11-27 10:26 ` Philippe Mathieu-Daudé
2018-11-29 20:52 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
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).