From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCH 0 of 2] xenalyze: decode new hypercall trace records (v2) Date: Thu, 4 Oct 2012 13:28:40 +0100 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.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 This series allows xenalyze to decode the new PV_HYPERCALL_V2 and PV_HYPERCALL_SUBCALL trace records being proposed for Xen 4.3. Changes since v1: - pv_hypercall_gather_args() instead of pv_hypercall_arg(). - Refactor *_cmd_to_str. David