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

Xiaoyao Li posted 3 patches 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200323025658.4540-1-xiaoyao.li@intel.com
Maintainers: Richard Henderson <rth@twiddle.net>, Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>
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(-)
[PATCH 0/3] Misc patches for core_capabilites and split lock detection
Posted by Xiaoyao Li 4 years ago
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(-)

-- 
2.20.1