From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Baozi Subject: Cannot create mini-os guest for arm64 Date: Thu, 16 May 2013 17:49:56 +0800 Message-ID: <20130516094956.GA19578@cbz-workstation> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian.Campbell@citrix.com Cc: xen-arm@lists.xen.org, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi Ian, I've done the basic interfaces/framework to pass mini-os build on arm64, which still needs lots of implementation to work properly. Then I tried to create the mini-os guest for arm64 on Fast Model environment to drive the following porting. (I know it must not work at present, but it would give some feedback through the test.) However, when I tried to "xl create" the mini-os, it reported the following errors: Parsing config from /etc/xen/stubdom.pvlinux xc: error: panic: xc_dom_core.c:608: xc_dom_find_arch_hooks: not found (type xen-3.0-unknown): Invalid kernel xc: error: panic: xc_dom_core.c:763: xc_dom_mem_init: arch hooks not set: Internal error libxl: error: libxl_dom.c:384:libxl__build_pv: xc_dom_mem_init failed: No such file or directory libxl: error: libxl_create.c:908:domcreate_rebuild_done: cannot (re-)build domain: -3 And the stubdom.pvlinux configs is: # Guest name name = "mini-os.pvlinux" # Kernel image to boot kernel = "/minios/mini-os.gz" # Initial memory allocation (MB) memory = 128 # Number of VCPUS vcpus = 1 Any ideas? Thanks. Chen Baozi