qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 4/5] avocado/boot_linux_console.py: check tcg accel in test_p


From: Cédric Le Goater
Subject: Re: [PATCH 4/5] avocado/boot_linux_console.py: check tcg accel in test_ppc64_e500
Date: Thu, 3 Mar 2022 17:08:38 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 3/3/22 16:35, Daniel Henrique Barboza wrote:
Some ppc64 hosts (e.g. IBM POWER hosts) aren't able to run the e500
machine using KVM accel. Skip this test if TCG accel isn't available.

Cc: Cleber Rosa <crosa@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>


Reviewed-by: Cédric Le Goater <clg@kaod.org>

Thanks,

C.

---
  tests/avocado/boot_linux_console.py | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/tests/avocado/boot_linux_console.py 
b/tests/avocado/boot_linux_console.py
index d7d9130329..6d6e748572 100644
--- a/tests/avocado/boot_linux_console.py
+++ b/tests/avocado/boot_linux_console.py
@@ -1165,7 +1165,9 @@ def test_ppc64_e500(self):
          :avocado: tags=arch:ppc64
          :avocado: tags=machine:ppce500
          :avocado: tags=cpu:e5500
+        :avocado: tags=accel:tcg
          """
+        self.require_accelerator("tcg")
          tar_hash = '6951d86d644b302898da2fd701739c9406527fe1'
          self.do_test_advcal_2018('19', tar_hash, 'uImage')




reply via email to

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