From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH v3 0/3] x86: Improvements to trap handling Date: Fri, 16 May 2014 20:41:02 +0100 Message-ID: <1400269265-10005-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 , Feng Wu , Keir Fraser , Jan Beulich , Tim Deegan List-Id: xen-devel@lists.xenproject.org Remaining patches following most of the series being committed. Main changes in v3: * Fix efi build when removing 'idt_descr' * Move stub autogeneration into entry.S Andrew Cooper (3): x86/boot: Drop pre-C IDT patching x86/irqs: Move interrupt-stub generation out of C x86/misc: Post cleanup xen/arch/x86/boot/x86_64.S | 56 +------------------------------ xen/arch/x86/cpu/common.c | 3 -- xen/arch/x86/cpu/mcheck/mce.c | 2 +- xen/arch/x86/efi/boot.c | 1 - xen/arch/x86/i8259.c | 69 +-------------------------------------- xen/arch/x86/setup.c | 20 ++++-------- xen/arch/x86/traps.c | 47 +++++++++++++++++--------- xen/arch/x86/x86_64/entry.S | 67 +++++++++++++++++++++++++++++-------- xen/include/asm-x86/asm_defns.h | 5 --- xen/include/asm-x86/desc.h | 1 - xen/include/asm-x86/processor.h | 4 +-- xen/include/asm-x86/system.h | 1 + xen/include/xen/sched.h | 1 - 13 files changed, 97 insertions(+), 180 deletions(-)