mbox series

[Qemu-devel,0/4] This patch-set is to enable Guest CET support.

Message ID cover.1545806972.git.weijiang.yang@intel.com (mailing list archive)
Headers show
Series This patch-set is to enable Guest CET support. | expand

Message

Yang, Weijiang Dec. 26, 2018, 8:25 a.m. UTC
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(-)