Re: [PATCH] kvm-unit-tests: VMX: Comments on the framework and writing test cases

2013-09-21 Thread Jan Kiszka
On 2013-09-17 04:29, Arthur Chunqi Li wrote: Add some comments on the framework of nested VMX testing, and guides of how to write new test cases. Signed-off-by: Arthur Chunqi Li yzt...@gmail.com --- x86/vmx.c | 25 + x86/vmx_tests.c | 13 + 2

[PATCH] kvm-unit-tests: VMX: Comments on the framework and writing test cases

2013-09-16 Thread Arthur Chunqi Li
Add some comments on the framework of nested VMX testing, and guides of how to write new test cases. Signed-off-by: Arthur Chunqi Li yzt...@gmail.com --- x86/vmx.c | 25 + x86/vmx_tests.c | 13 + 2 files changed, 38 insertions(+) diff --git