From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCH 0/3] xen: guest tracing improvements Date: Thu, 25 Jul 2013 14:22:59 +0100 Message-ID: <1374758582-29038-1-git-send-email-david.vrabel@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@lists.xen.org Cc: David Vrabel , George Dunlap List-Id: xen-devel@lists.xenproject.org There exists an existing hypercall sub-op (HVMOP_xentrace) for adding trace records. This series makes some minor improvements and adds a libxc function to call it. David