From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH 0/2] xen/x86: Improvements to x86_capability[] handling Date: Mon, 26 Oct 2015 11:17:40 +0000 Message-ID: <1445858262-17965-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Andrew Cooper , Jan Beulich List-Id: xen-devel@lists.xenproject.org More patches as a result of my cpuid levelling improvement work. These changes are all purely mechanical and neither of these two patches have any functional change; the compiled binaries are identical other than their timestamps. Andrew Cooper (2): xen/x86: Helpers for cpu feature manipuation xen/x86: Remove assumptions about the layout of x86_capabilities xen/arch/x86/boot/head.S | 2 +- xen/arch/x86/boot/trampoline.S | 2 +- xen/arch/x86/cpu/amd.c | 2 +- xen/arch/x86/cpu/centaur.c | 6 +-- xen/arch/x86/cpu/common.c | 22 +++++----- xen/arch/x86/efi/efi-boot.h | 5 ++- xen/arch/x86/hvm/hvm.c | 10 ++--- xen/arch/x86/mpparse.c | 6 ++- xen/arch/x86/traps.c | 2 +- xen/arch/x86/xstate.c | 4 +- xen/include/asm-x86/amd.h | 89 +++++++++++++++++++--------------------- xen/include/asm-x86/asm_defns.h | 2 +- xen/include/asm-x86/cpufeature.h | 8 +++- 13 files changed, 83 insertions(+), 77 deletions(-) -- 2.1.4