Guillaume Thouvenin wrote:
I added an "add imm" test case in user/test/x86/emulator.c but kvmctl
doesn't start the test. I use the following command:

# ./user/kvmctl ./user/test/x86/emulator.flat


For 64-bit tests you need the bootstrap code:

./user/kvmctl ./user/test/x86/bootstrap ./user/test/x86/emulator.flat


but emulator.c is only able to test instructions that access memory. For add acc, imm you need realmode.c.

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to