kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests] arm: timer tests are only for arm64
@ 2017-07-26  7:53 Andrew Jones
  2017-07-26 13:16 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Jones @ 2017-07-26  7:53 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, rkrcmar

Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 arm/unittests.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arm/unittests.cfg b/arm/unittests.cfg
index d55e52e1a4c4..1f4baa24cafe 100644
--- a/arm/unittests.cfg
+++ b/arm/unittests.cfg
@@ -116,9 +116,11 @@ file = timer.flat
 extra_params = -append 'vtimer'
 groups = timer
 timeout = 2s
+arch = arm64
 
 [ptimer]
 file = timer.flat
 extra_params = -append 'ptimer'
 groups = timer
 timeout = 2s
+arch = arm64
-- 
2.13.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH kvm-unit-tests] arm: timer tests are only for arm64
  2017-07-26  7:53 [PATCH kvm-unit-tests] arm: timer tests are only for arm64 Andrew Jones
@ 2017-07-26 13:16 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2017-07-26 13:16 UTC (permalink / raw)
  To: Andrew Jones, kvm; +Cc: rkrcmar

On 26/07/2017 09:53, Andrew Jones wrote:
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
>  arm/unittests.cfg | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arm/unittests.cfg b/arm/unittests.cfg
> index d55e52e1a4c4..1f4baa24cafe 100644
> --- a/arm/unittests.cfg
> +++ b/arm/unittests.cfg
> @@ -116,9 +116,11 @@ file = timer.flat
>  extra_params = -append 'vtimer'
>  groups = timer
>  timeout = 2s
> +arch = arm64
>  
>  [ptimer]
>  file = timer.flat
>  extra_params = -append 'ptimer'
>  groups = timer
>  timeout = 2s
> +arch = arm64
> 


Applied, thanks.

Paolo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-26 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-26  7:53 [PATCH kvm-unit-tests] arm: timer tests are only for arm64 Andrew Jones
2017-07-26 13:16 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).