From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: [PATCH 0 of 2] libxc: Print domain ID with libxc save/restore messages Date: Fri, 9 Mar 2012 17:29:36 +0000 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.xensource.com Cc: george.dunlap@eu.citrix.com List-Id: xen-devel@lists.xenproject.org XenServer implements logging functions to redirect libxc output to syslog. Unfortunately, this means that when running a large number of operations in parallel, the status messages from different save and restore operations get mixed up, and it's hard to tell which is which. This patch series adds code to print the domain ID in the messages of all save-restore code. Signed-off-by: George Dunlap