qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/9] --disable-tcg avocado fixes for ppc-softmmu


From: Murilo Opsfelder Araújo
Subject: Re: [PATCH 0/9] --disable-tcg avocado fixes for ppc-softmmu
Date: Thu, 10 Mar 2022 20:28:39 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0 Thunderbird/91.6.2

On 3/10/22 15:30, Daniel Henrique Barboza wrote:
Hi,

These are more test fixes that I missed from my first series [1]. Thanks
Murilo Opsfelder and Fabiano for letting me know that we still had broken
tests to deal with.

All these tests were either a case of 'this needs kvm_pr' or 'this needs
kvm_hv'. Since avocado doesn't have yet a way of detecting if the host
is running kvm_hv or kvm_pr, the workaround for now is to skip them if
TCG isn't available.

[1] https://lists.gnu.org/archive/html/qemu-devel/2022-03/msg00866.html


Daniel Henrique Barboza (9):
   avocado/boot_linux_console.py: check TCG accel in test_ppc_g3beige()
   avocado/boot_linux_console.py: check TCG accel in test_ppc_mac99()
   avocado/ppc_405.py: remove test_ppc_taihu()
   avocado/ppc_405.py: check TCG accel in test_ppc_ref405ep()
   avocado/ppc_74xx.py: check TCG accel for all tests
   avocado/ppc_bamboo.py: check TCG accel in test_ppc_bamboo()
   avocado/ppc_mpc8544ds.py: check TCG accel in test_ppc_mpc8544ds()
   avocado/ppc_prep_40p.py: check TCG accel in all tests
   avocado/ppc_virtex_ml507.py: check TCG accel in
     test_ppc_virtex_ml507()

  tests/avocado/boot_linux_console.py | 12 ++++++++++++
  tests/avocado/ppc_405.py            | 10 ++--------
  tests/avocado/ppc_74xx.py           | 13 +++++++++++++
  tests/avocado/ppc_bamboo.py         |  2 ++
  tests/avocado/ppc_mpc8544ds.py      |  2 ++
  tests/avocado/ppc_prep_40p.py       |  6 ++++++
  tests/avocado/ppc_virtex_ml507.py   |  2 ++
  7 files changed, 39 insertions(+), 8 deletions(-)


Hi, Daniel.

With this series and series "--disable-tcg qtest/avocado fixes for ppc64" [0]
applied, check-avocado passed for QEMU built with --disable-tcg 
--disable-linux-user.

[0] https://lists.nongnu.org/archive/html/qemu-devel/2022-03/msg00866.html

So:

Tested-by: Murilo Opsfelder Araujo <muriloo@linux.ibm.com>

--
Murilo



reply via email to

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