Re: [Qemu-devel] [PATCH 5/5] tcg-i386: Implement setcond.

2009-12-22 Thread Laurent Desnogues
On Sun, Dec 20, 2009 at 12:11 AM, Aurelien Jarno wrote: > On Sat, Dec 19, 2009 at 10:46:38AM -0800, Richard Henderson wrote: >> Signed-off-by: Richard Henderson > > This looks ok, though I would appreciate someone else to review it in > details. It looks good to me too (though I didn't test it e

Re: [Qemu-devel] [PATCH 5/5] tcg-i386: Implement setcond.

2009-12-19 Thread Aurelien Jarno
On Sat, Dec 19, 2009 at 10:46:38AM -0800, Richard Henderson wrote: > Signed-off-by: Richard Henderson This looks ok, though I would appreciate someone else to review it in details. > --- > tcg/i386/tcg-target.c | 73 > +++-- > 1 files changed, 70 i

[Qemu-devel] [PATCH 5/5] tcg-i386: Implement setcond.

2009-12-19 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c | 73 +++-- 1 files changed, 70 insertions(+), 3 deletions(-) diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c index 4c42caf..43e0155 100644 --- a/tcg/i386/tcg-target.c +++ b/tcg/i3