Re: [PATCH 1/2] test: Add test for sub acc,imm

2010-05-14 Thread Marcelo Tosatti
On Wed, May 12, 2010 at 05:00:43PM +0300, Mohammed Gamal wrote: > Adds tests fot sub acc, imm > > Signed-off-by: Mohammed Gamal > --- > kvm/user/test/x86/realmode.c | 44 > ++ > 1 files changed, 44 insertions(+), 0 deletions(-) Applied both, thanks. -

[PATCH 1/2] test: Add test for sub acc,imm

2010-05-12 Thread Mohammed Gamal
Adds tests fot sub acc, imm Signed-off-by: Mohammed Gamal --- kvm/user/test/x86/realmode.c | 44 ++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/kvm/user/test/x86/realmode.c b/kvm/user/test/x86/realmode.c index bc4ed97..41e2aea 100644