qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] target/i386: add support for cpu FLUSH_L1D feature and FB_CLEAR capability
@ 2023-02-01 13:57 Emanuele Giuseppe Esposito
  2023-02-01 13:57 ` [PATCH 1/2] target/i386: add support for FLUSH_L1D feature Emanuele Giuseppe Esposito
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Emanuele Giuseppe Esposito @ 2023-02-01 13:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Richard Henderson, Maxim Levitsky, Yang Zhong,
	Vitaly Kuznetsov, Jing Liu, Emanuele Giuseppe Esposito

QEMU should be able to show the guest the above feature/capability,
otherwise we risk to have false vulnerability reports in the guest like in
/sys/devices/system/cpu/vulnerabilities/mmio_stale_data
because the mitigation is present only if the guest supports
(FLUSH_L1D and MD_CLEAR) or FB_CLEAR.

Emanuele

Emanuele Giuseppe Esposito (2):
  target/i386: add support for FLUSH_L1D feature
  target/i386: add support for FB_CLEAR feature

 target/i386/cpu.h | 3 +++
 target/i386/cpu.c | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

-- 
2.39.1



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

end of thread, other threads:[~2023-05-09  9:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-01 13:57 [PATCH 0/2] target/i386: add support for cpu FLUSH_L1D feature and FB_CLEAR capability Emanuele Giuseppe Esposito
2023-02-01 13:57 ` [PATCH 1/2] target/i386: add support for FLUSH_L1D feature Emanuele Giuseppe Esposito
2023-02-01 13:57 ` [PATCH 2/2] target/i386: add support for FB_CLEAR feature Emanuele Giuseppe Esposito
2023-05-08 15:04 ` [PATCH 0/2] target/i386: add support for cpu FLUSH_L1D feature and FB_CLEAR capability Emanuele Giuseppe Esposito
2023-05-09  9:05 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).