From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 5] xentrace updates Date: Wed, 23 Mar 2011 18:54:21 +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.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 The previous change for dynamic tracebuffer allocation had a bug where the default buffer size would lead to an allocation failure. Sorry for that, I tested only large buffer sizes. The following patches update the printk in trace.c as well. v2: use PFN_UP() macro as suggested by Jan use local t_info_pages variable for calculation as suggested by George use xentrace: prefix instead of Xen trace buffers: Olaf