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

Claudio Fontana posted 2 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210604180945.9330-1-cfontana@suse.de
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Cleber Rosa <crosa@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
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
[PATCH v1 0/2] add x86 acceptance test for the "host" cpu bug
Posted by Claudio Fontana 2 years, 11 months ago
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