All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] --disable-tcg avocado fixes for ppc-softmmu
@ 2022-03-10 18:30 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
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Daniel Henrique Barboza @ 2022-03-10 18:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: farosas, Daniel Henrique Barboza, qemu-ppc, clg, muriloo, david

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(-)

-- 
2.35.1



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

end of thread, other threads:[~2022-03-14 15:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 7/9] avocado/ppc_mpc8544ds.py: check TCG accel in test_ppc_mpc8544ds() Daniel Henrique Barboza
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.