All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] add x86 acceptance test for the "host" cpu bug
@ 2021-06-04 18:09 Claudio Fontana
  2021-06-04 18:09 ` [PATCH v1 1/2] tests/acceptance: move pkg extraction to avocado_qemu/ Claudio Fontana
  2021-06-04 18:09 ` [PATCH v1 2/2] tests/acceptance: add OVMF firmware test to cover x86_64 "host" cpu bug Claudio Fontana
  0 siblings, 2 replies; 7+ messages in thread
From: Claudio Fontana @ 2021-06-04 18:09 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé,
	Wainer dos Santos Moschetta, Cleber Rosa Junior
  Cc: Paolo Bonzini, Claudio Fontana, qemu-devel

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



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

end of thread, other threads:[~2021-07-14  7:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 18:09 [PATCH v1 0/2] add x86 acceptance test for the "host" cpu bug Claudio Fontana
2021-06-04 18:09 ` [PATCH v1 1/2] tests/acceptance: move pkg extraction to avocado_qemu/ Claudio Fontana
2021-07-13 18:05   ` Cleber Rosa
2021-07-14  7:39     ` Claudio Fontana
2021-06-04 18:09 ` [PATCH v1 2/2] tests/acceptance: add OVMF firmware test to cover x86_64 "host" cpu bug Claudio Fontana
2021-06-04 19:12   ` Eduardo Habkost
2021-06-22  6:47     ` Claudio Fontana

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.