qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 6/6] tests/acceptance: tag various arm tests as TCG only


From: Richard Henderson
Subject: Re: [PATCH v1 6/6] tests/acceptance: tag various arm tests as TCG only
Date: Thu, 27 May 2021 10:49:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 5/27/21 9:03 AM, Alex Bennée wrote:
We should never be trying to run most of these models under a KVM
environment.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  tests/acceptance/boot_linux_console.py | 18 ++++++++++++++++++
  1 file changed, 18 insertions(+)

diff --git a/tests/acceptance/boot_linux_console.py 
b/tests/acceptance/boot_linux_console.py
index 276a53f146..cded547d1d 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -333,6 +333,7 @@ def test_aarch64_virt(self):
          """
          :avocado: tags=arch:aarch64
          :avocado: tags=machine:virt
+        :avocado: tags=accel:tcg
          """
          kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora'
                        
'/linux/releases/29/Everything/aarch64/os/images/pxeboot'

This one should work with kvm if we change the -cpu line, yes?
Do we have any other boot_linux_console testing for kvm otherwise?

@@ -379,6 +384,7 @@ def test_arm_virt(self):
          """
          :avocado: tags=arch:arm
          :avocado: tags=machine:virt
+        :avocado: tags=accel:tcg
          """
          kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora'
                        '/linux/releases/29/Everything/armhfp/os/images/pxeboot'

Ack, because for kvm we'd have to know if the host supports 32-bit mode at all. So, no for the thunderx2 that aarch64.ci.qemu.org has, but yes for the cortex-a57 in my mustang.

It'd be nice to be able to detect this somehow...

Ack to all the rest as obvious arm embedded/pi stuff.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]