mbox series

[0/3] Misc patches for core_capabilites and split lock detection

Message ID 20200323025658.4540-1-xiaoyao.li@intel.com (mailing list archive)
Headers show
Series Misc patches for core_capabilites and split lock detection | expand

Message

Xiaoyao Li March 23, 2020, 2:56 a.m. UTC
Patch 1 renames core_capability to core_capabilities to align with the
latest SDM.

Patch 2 adds MSR_TEST_CTRL support.

Patch 3 prints info when guest is going to be killed due to split lock #AC

Xiaoyao Li (3):
  target/i386: Rename CORE_CAPABILITY to CORE_CAPABILITIES
  target/i386: Add support for TEST_CTRL MSR
  target/i386: Tell why guest exits to user space due to #AC

 target/i386/cpu.c     | 12 ++++++------
 target/i386/cpu.h     |  8 +++++---
 target/i386/kvm.c     | 30 +++++++++++++++++++++++++-----
 target/i386/machine.c | 20 ++++++++++++++++++++
 4 files changed, 56 insertions(+), 14 deletions(-)