Re: [Qemu-devel] [PATCH] bsd-user: Fix operand to cpu_x86_exec

2015-07-30 Thread Peter Maydell
On 29 July 2015 at 22:22, Peter Maydell wrote: > On 29 July 2015 at 19:40, Richard Henderson wrote: >> Signed-off-by: Richard Henderson >> --- >> This buglet, from whenever we re-orged the parameters, means >> that all x86-bsd-user invocations die instantly. >> >> >> r~ >> --- >> bsd-user/main.

Re: [Qemu-devel] [PATCH] bsd-user: Fix operand to cpu_x86_exec

2015-07-29 Thread Peter Maydell
On 29 July 2015 at 19:40, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > This buglet, from whenever we re-orged the parameters, means > that all x86-bsd-user invocations die instantly. > > > r~ > --- > bsd-user/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[Qemu-devel] [PATCH] bsd-user: Fix operand to cpu_x86_exec

2015-07-29 Thread Richard Henderson
Signed-off-by: Richard Henderson --- This buglet, from whenever we re-orged the parameters, means that all x86-bsd-user invocations die instantly. r~ --- bsd-user/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsd-user/main.c b/bsd-user/main.c index f46728b..ee68daa