From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhigang Wang Subject: xl list -l doesn't work for incoming domain Date: Thu, 06 Nov 2014 14:14:42 -0500 Message-ID: <545BC8A2.20604@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XmSWA-0006eb-Bn for xen-devel@lists.xenproject.org; Thu, 06 Nov 2014 19:14:50 +0000 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 Cc: Wei Liu List-Id: xen-devel@lists.xenproject.org Hi, While doing VM migration, in the destination side: # xl list -l libxl: error: libxl.c:6535:libxl_retrieve_domain_configuration: fail to get domain configuration for domain 7 [ { "domid": 0, "config": { "c_info": { "type": "pv", "name": "Domain-0" }, "b_info": { "max_memkb": 876544, "target_memkb": 876543, "sched_params": { }, "type.pv": { } } } } ] # xl list Name ID Mem VCPUs State Time(s) Domain-0 0 856 4 r----- 2758.9 0004fb00000600003f327a843a5f2b72--incoming 7 131 1 --p--- 0.0 Testing on: commit 816f5bb1f0740be8355e1be6cc24edf09547d984 Author: Ian Campbell Date: Fri Oct 24 10:58:33 2014 +0100 Thanks, Zhigang