Re: [PATCH] kvm-unit-tests: Test case of emulating multibyte NOP

2013-06-06 Thread Gleb Natapov
On Thu, Jun 06, 2013 at 03:38:29PM +0800, Arthur Chunqi Li wrote: > Add multibyte (1 to 4-bytes) NOPL test case to kvm-unit-tests > x86/realmode.c. This test only consist of 16-bit NOPL insn, > other test cases (5 to 9-bytes NOPL) should be placed > in x86/emulator.c. > Applied, thanks! > Signed-

[PATCH] kvm-unit-tests: Test case of emulating multibyte NOP

2013-06-06 Thread Arthur Chunqi Li
Add multibyte (1 to 4-bytes) NOPL test case to kvm-unit-tests x86/realmode.c. This test only consist of 16-bit NOPL insn, other test cases (5 to 9-bytes NOPL) should be placed in x86/emulator.c. Signed-off-by: Arthur Chunqi Li --- x86/realmode.c | 14 ++ 1 file changed, 14 insertio