Re: [PATCH] emulator: simple ALU tests

2013-01-10 Thread Marcelo Tosatti
On Fri, Jan 04, 2013 at 04:17:04PM +0200, Avi Kivity wrote: > Signed-off-by: Avi Kivity > --- > x86/emulator.c | 26 ++ > 1 file changed, 26 insertions(+) Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to major

[PATCH] emulator: simple ALU tests

2013-01-04 Thread Avi Kivity
Signed-off-by: Avi Kivity --- x86/emulator.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/x86/emulator.c b/x86/emulator.c index c39027a..a128e13 100644 --- a/x86/emulator.c +++ b/x86/emulator.c @@ -863,6 +863,31 @@ static void test_ltr(volatile uint16_t *mem)