From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 4] xentrace fixes for xen-unstable Date: Fri, 15 Jul 2011 17:38:04 +0200 Message-ID: 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.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: George Dunlap List-Id: xen-devel@lists.xenproject.org A few small changes and a new trace hypercall. The hypercall patch is here for review, I'm open to suggestions for better naming for example. I'm leaving the existing HVMOP_xentrace in place to not break the API, even if there are no users in the tree. Olaf tools/libxc/xc_tbuf.c | 46 ++++++++++++++++++++++++++++++++++++++++++++ tools/libxc/xenctrl.h | 2 + xen/arch/x86/hvm/hvm.c | 3 -- xen/arch/x86/irq.c | 12 +++++++---- xen/arch/x86/trace.c | 3 ++ xen/arch/x86/x86_32/entry.S | 2 + xen/arch/x86/x86_64/entry.S | 2 + xen/common/trace.c | 21 +++++++++++++++++++- xen/include/public/trace.h | 10 +++++++++ xen/include/public/xen.h | 1 xen/include/xen/hypercall.h | 5 ++++ 11 files changed, 100 insertions(+), 7 deletions(-)