qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v1 0/2] add x86 acceptance test for the "host" cpu bug


From: Claudio Fontana
Subject: [PATCH v1 0/2] add x86 acceptance test for the "host" cpu bug
Date: Fri, 4 Jun 2021 20:09:43 +0200

This is a new acceptance test that verifies the ability to boot the OVMF
"sec" binaries, that were previously broken by the i386 refactoring,
due to improper ordering of x86_64 cpu initialization and realization.

Claudio Fontana (2):
  tests/acceptance: move pkg extraction to avocado_qemu/
  tests/acceptance: add OVMF firmware test to cover x86_64 "host" cpu bug

 tests/acceptance/avocado_qemu/__init__.py |  38 ++++++++
 tests/acceptance/boot_linux_console.py    | 104 +++++++---------------
 tests/acceptance/boot_ovmf_fc33.py        |  75 ++++++++++++++++
 tests/acceptance/boot_xen.py              |   7 +-
 tests/acceptance/replay_kernel.py         |  23 ++---
 tests/acceptance/tcg_plugins.py           |   5 +-
 6 files changed, 166 insertions(+), 86 deletions(-)
 create mode 100644 tests/acceptance/boot_ovmf_fc33.py

-- 
2.26.2




reply via email to

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