From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCH 0/2] trace: improve hypercall tracing Date: Thu, 24 May 2012 11:37:07 +0100 Message-ID: <1337855829-15683-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.xensource.com Cc: David Vrabel , George Dunlap List-Id: xen-devel@lists.xenproject.org These patches improve the tracing of hypercalls to make xentrace more useful for looking at what guests are doing with hypercalls. Selected hypercall arguments are included in the trace records and the calls within a multicall are traced. These are probably for 4.3. David