Re: [Qemu-devel] [PATCH] target: hax: fix a typo

2018-11-28 Thread Paolo Bonzini
On 28/11/18 13:47, Laurent Vivier wrote: > Le 28/11/2018 à 13:43, Paolo Bonzini a écrit : >> On 26/11/18 10:58, Li Qiang wrote: >>> Cc: qemu-triv...@nongnu.org >>> >>> Signed-off-by: Li Qiang >>> --- >>> target/i386/hax-all.c | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff

Re: [Qemu-devel] [PATCH] target: hax: fix a typo

2018-11-28 Thread Laurent Vivier
Le 28/11/2018 à 13:43, Paolo Bonzini a écrit : > On 26/11/18 10:58, Li Qiang wrote: >> Cc: qemu-triv...@nongnu.org >> >> Signed-off-by: Li Qiang >> --- >> 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.

Re: [Qemu-devel] [PATCH] target: hax: fix a typo

2018-11-28 Thread Paolo Bonzini
On 26/11/18 10:58, Li Qiang wrote: > Cc: qemu-triv...@nongnu.org > > Signed-off-by: Li Qiang > --- > 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..464744a406 100644 > --- a/target/

Re: [Qemu-devel] [PATCH] target: hax: fix a typo

2018-11-26 Thread Richard Henderson
On 11/26/18 1:25 PM, Philippe Mathieu-Daudé wrote: >>> - * 1. The hax_tunnel is also destroied when vcpu destroy >>> + * 1. The hax_tunnel is also destroyed when vcpu destroy > I'm not native english speaker. Isn't it: > > 'The hax_tunnel is also destroyed at vcpu destroy' > > or > > 'Th

Re: [Qemu-devel] [PATCH] target: hax: fix a typo

2018-11-26 Thread Philippe Mathieu-Daudé
Hi Li, Alex. On 26/11/18 12:51, Alex Bennée wrote: > > Li Qiang writes: > >> Cc: qemu-triv...@nongnu.org >> >> Signed-off-by: Li Qiang > > Reviewed-by: Alex Bennée > >> --- >> target/i386/hax-all.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/target/i386/hax-

Re: [Qemu-devel] [PATCH] target: hax: fix a typo

2018-11-26 Thread Alex Bennée
Li Qiang writes: > Cc: qemu-triv...@nongnu.org > > Signed-off-by: Li Qiang Reviewed-by: Alex Bennée > --- > 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..464744a406 100644 > -

[Qemu-devel] [PATCH] target: hax: fix a typo

2018-11-26 Thread Li Qiang
Cc: qemu-triv...@nongnu.org Signed-off-by: Li Qiang --- 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..464744a406 100644 --- a/target/i386/hax-all.c +++ b/target/i386/hax-all.c @@ -205,7 +2