From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Huang Subject: ARM Guest VM Type Date: Fri, 25 Apr 2014 16:59:48 -0500 Message-ID: <535ADAD4.6040000@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" 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" , Stefano Stabellini , Ian Campbell , Julien Grall List-Id: xen-devel@lists.xenproject.org According to enlighten.c in Kernel, ARM DomU is considered as HVM domain. However when the DomU is created, its property isn't configured to reflect this (XEN_DOMCTL_CDF_xxx) in tools. So is_hvm_domain(d) will return FALSE inside hypervisor. Error? -Wei