diff mbox

[kvm-unit-tests] x86: smap: add smap check to unittests.cfg

Message ID 1447660403-12167-2-git-send-email-huaitong.han@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Huaitong Han Nov. 16, 2015, 7:53 a.m. UTC
Signed-off-by: Huaitong Han <huaitong.han@intel.com>

Comments

Paolo Bonzini Nov. 17, 2015, 4:07 p.m. UTC | #1
On 16/11/2015 08:53, Huaitong Han wrote:
> Signed-off-by: Huaitong Han <huaitong.han@intel.com>
> 
> diff --git a/x86/unittests.cfg b/x86/unittests.cfg
> index 14e36a4..6d3dc89 100644
> --- a/x86/unittests.cfg
> +++ b/x86/unittests.cfg
> @@ -72,6 +72,10 @@ groups = vmexit
>  file = access.flat
>  arch = x86_64
>  
> +[smap]
> +file = smap.flat
> +extra_params = -cpu host
> +
>  [pku]
>  file = pku.flat
>  arch = x86_64
> 

Applied, thanks.

Paolo
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 14e36a4..6d3dc89 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -72,6 +72,10 @@  groups = vmexit
 file = access.flat
 arch = x86_64
 
+[smap]
+file = smap.flat
+extra_params = -cpu host
+
 [pku]
 file = pku.flat
 arch = x86_64