qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] This patch-set is to enable Guest CET support.
@ 2018-12-26  8:25 Yang Weijiang
  2018-12-26  8:25 ` [Qemu-devel] [PATCH 1/4] Add CET xsaves/xrstors related macros and structures Yang Weijiang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Yang Weijiang @ 2018-12-26  8:25 UTC (permalink / raw)
  To: qemu-devel, pbonzini, rkrcmar, linux-kernel, kvm, mst,
	yu-cheng.yu, yi.z.zhang, hjl.tools
  Cc: Yang Weijiang

Control-flow Enforcement Technology (CET) provides protection against
return/jump-oriented programming (ROP) attacks. To make kvm Guest OS
own the capability, this patch-set is required. It enables CET related
CPUID report and xsaves/xrstors support etc in qemu.

Yang Weijiang (4):
  Add CET xsaves/xrstors related macros and structures.
  Add CET SHSTK and IBT CPUID feature-word definitions.
  Add hepler functions for CPUID xsave area size calculation.
  Report CPUID xsave area support for CET.

 target/i386/cpu.c | 67 ++++++++++++++++++++++++++++++++++++++++++++---
 target/i386/cpu.h | 36 ++++++++++++++++++++++++-
 2 files changed, 99 insertions(+), 4 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-01-08 16:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-26  8:25 [Qemu-devel] [PATCH 0/4] This patch-set is to enable Guest CET support Yang Weijiang
2018-12-26  8:25 ` [Qemu-devel] [PATCH 1/4] Add CET xsaves/xrstors related macros and structures Yang Weijiang
2018-12-26  8:25 ` [Qemu-devel] [PATCH 2/4] Add CET SHSTK and IBT CPUID feature-word definitions Yang Weijiang
2018-12-28 14:25   ` Paolo Bonzini
2018-12-29 15:26     ` Yang Weijiang
2018-12-26  8:25 ` [Qemu-devel] [PATCH 3/4] Add hepler functions for CPUID xsave area size calculation Yang Weijiang
2019-01-08 16:11   ` Christophe de Dinechin
2018-12-26  8:25 ` [Qemu-devel] [PATCH 4/4] Report CPUID xsave area support for CET Yang Weijiang

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