Re: [PATCH] kvm-unit-tests: VMX: Fix two minor bugs

2013-09-11 Thread Paolo Bonzini
Il 11/09/2013 05:15, Arthur Chunqi Li ha scritto: > Hi Paolo, > > Sorry but I should trouble you merging these two minor changes to vmx branch. > > Until now, all the commits in vmx branch seems fine (if others have no > comments). Because I have some patches to commit based on vmx branch, > shou

Re: [PATCH] kvm-unit-tests: VMX: Fix two minor bugs

2013-09-10 Thread Arthur Chunqi Li
Hi Paolo, Sorry but I should trouble you merging these two minor changes to vmx branch. Until now, all the commits in vmx branch seems fine (if others have no comments). Because I have some patches to commit based on vmx branch, should we merge this branch to master or I just commit patches based

[PATCH] kvm-unit-tests: VMX: Fix two minor bugs

2013-09-10 Thread Arthur Chunqi Li
This patch just contains two minor changes to EPT framwork. 1. Reorder macro definition 2. Fix bug of setting CPU_EPT without check. Signed-off-by: Arthur Chunqi Li --- x86/vmx.h |2 +- x86/vmx_tests.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x86/vmx.h