qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: qemu-devel@nongnu.org
Cc: farosas@linux.ibm.com,
	Daniel Henrique Barboza <danielhb413@gmail.com>,
	qemu-ppc@nongnu.org, clg@kaod.org, muriloo@linux.ibm.com,
	david@gibson.dropbear.id.au
Subject: [PATCH 7/9] avocado/ppc_mpc8544ds.py: check TCG accel in test_ppc_mpc8544ds()
Date: Thu, 10 Mar 2022 15:30:09 -0300	[thread overview]
Message-ID: <20220310183011.110391-8-danielhb413@gmail.com> (raw)
In-Reply-To: <20220310183011.110391-1-danielhb413@gmail.com>

This tests times out in an IBM POWER host when compiled with
--disable-tcg.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
---
 tests/avocado/ppc_mpc8544ds.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/avocado/ppc_mpc8544ds.py b/tests/avocado/ppc_mpc8544ds.py
index 886f967b15..8d6a749201 100644
--- a/tests/avocado/ppc_mpc8544ds.py
+++ b/tests/avocado/ppc_mpc8544ds.py
@@ -19,7 +19,9 @@ def test_ppc_mpc8544ds(self):
         """
         :avocado: tags=arch:ppc
         :avocado: tags=machine:mpc8544ds
+        :avocado: tags=accel:tcg
         """
+        self.require_accelerator("tcg")
         tar_url = ('https://www.qemu-advent-calendar.org'
                    '/2020/download/day17.tar.gz')
         tar_hash = '7a5239542a7c4257aa4d3b7f6ddf08fb6775c494'
-- 
2.35.1



  parent reply	other threads:[~2022-03-10 18:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-10 18:30 [PATCH 0/9] --disable-tcg avocado fixes for ppc-softmmu Daniel Henrique Barboza
2022-03-10 18:30 ` [PATCH 1/9] avocado/boot_linux_console.py: check TCG accel in test_ppc_g3beige() Daniel Henrique Barboza
2022-03-10 18:30 ` [PATCH 2/9] avocado/boot_linux_console.py: check TCG accel in test_ppc_mac99() Daniel Henrique Barboza
2022-03-10 18:30 ` [PATCH 3/9] avocado/ppc_405.py: remove test_ppc_taihu() Daniel Henrique Barboza
2022-03-10 18:30 ` [PATCH 4/9] avocado/ppc_405.py: check TCG accel in test_ppc_ref405ep() Daniel Henrique Barboza
2022-03-10 18:30 ` [PATCH 5/9] avocado/ppc_74xx.py: check TCG accel for all tests Daniel Henrique Barboza
2022-03-10 18:30 ` [PATCH 6/9] avocado/ppc_bamboo.py: check TCG accel in test_ppc_bamboo() Daniel Henrique Barboza
2022-03-10 18:30 ` Daniel Henrique Barboza [this message]
2022-03-10 18:30 ` [PATCH 8/9] avocado/ppc_prep_40p.py: check TCG accel in all tests Daniel Henrique Barboza
2022-03-10 22:37   ` Philippe Mathieu-Daudé
2022-03-10 18:30 ` [PATCH 9/9] avocado/ppc_virtex_ml507.py: check TCG accel in test_ppc_virtex_ml507() Daniel Henrique Barboza
2022-03-10 23:28 ` [PATCH 0/9] --disable-tcg avocado fixes for ppc-softmmu Murilo Opsfelder Araújo
2022-03-14 15:21 ` Cédric Le Goater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220310183011.110391-8-danielhb413@gmail.com \
    --to=danielhb413@gmail.com \
    --cc=clg@kaod.org \
    --cc=david@gibson.dropbear.id.au \
    --cc=farosas@linux.ibm.com \
    --cc=muriloo@linux.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).