All of lore.kernel.org
 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
  0 siblings, 0 replies; 16+ 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] 16+ messages in thread

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

Thread overview: 16+ 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 " 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 " 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-26  8:25   ` [Qemu-devel] [PATCH " Yang Weijiang
2018-12-28 14:25   ` [Qemu-devel][PATCH " Paolo Bonzini
2018-12-28 14:25     ` [Qemu-devel] [PATCH " Paolo Bonzini
2018-12-29 15:26     ` [Qemu-devel][PATCH " Yang Weijiang
2018-12-29 15:26       ` [Qemu-devel] [PATCH " Yang Weijiang
2018-12-26  8:25 ` [Qemu-devel][PATCH 3/4] Add hepler functions for CPUID xsave area size calculation Yang Weijiang
2018-12-26  8:25   ` [Qemu-devel] [PATCH " Yang Weijiang
2019-01-08 16:11   ` [Qemu-devel][PATCH " Christophe de Dinechin
2019-01-08 16:11     ` [Qemu-devel] [PATCH " Christophe de Dinechin
2018-12-26  8:25 ` [Qemu-devel][PATCH 4/4] Report CPUID xsave area support for CET Yang Weijiang
2018-12-26  8:25   ` [Qemu-devel] [PATCH " Yang Weijiang

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.