Re: [Qemu-devel] [PATCH 3/7] tcg-i386: Implement movcond

2012-09-25 Thread Aurelien Jarno
On Mon, Sep 24, 2012 at 02:54:27PM -0700, Richard Henderson wrote: > On 09/24/2012 02:37 PM, Alex Barcelo wrote: > > just finished a git-bisect and I found this... and now I do not fully > > understand why I have the problem. > > > > To replicate the error (in a i386 machine, at least): > > $ make

Re: [Qemu-devel] [PATCH 3/7] tcg-i386: Implement movcond

2012-09-24 Thread Richard Henderson
On 09/24/2012 02:37 PM, Alex Barcelo wrote: > just finished a git-bisect and I found this... and now I do not fully > understand why I have the problem. > > To replicate the error (in a i386 machine, at least): > $ make clean && ./configure --enable-debug && make -j && make install > [Note: I trie

Re: [Qemu-devel] [PATCH 3/7] tcg-i386: Implement movcond

2012-09-24 Thread Alex Barcelo
just finished a git-bisect and I found this... and now I do not fully understand why I have the problem. To replicate the error (in a i386 machine, at least): $ make clean && ./configure --enable-debug && make -j && make install [Note: I tried both ppc and i386 targets, so doesn't seem machine-dep

[Qemu-devel] [PATCH 3/7] tcg-i386: Implement movcond

2012-09-21 Thread Richard Henderson
Signed-off-by: Richard Henderson Reviewed-by: Aurelien Jarno --- tcg/i386/tcg-target.c | 29 + tcg/i386/tcg-target.h | 7 ++- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c index 3017858..aa1fa9f 10064