xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Problems in starting up domU with Xen-ARM (on Cortex-A15 Fast Models)
@ 2013-09-28 23:04 XiaoGuang Wang
  2013-09-28 23:19 ` Wei Liu
  0 siblings, 1 reply; 18+ messages in thread
From: XiaoGuang Wang @ 2013-09-28 23:04 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1914 bytes --]

Hi everyone,

I'm trying to start up domU on xen for ARM (Cortex-A15 Fast models). I
follow the instructions to build xen-tools with this link:
http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/CrossCompiling.
But there seems to be something wrong when I start up domU.

First, I get errors in create domU with xl:
root@(none):/home/xiaogw# xl create domU-config
xc: error: Could not obtain handle on privileged command interface (2 = No
such file or directory): Internal error
libxl: error: libxl.c:94:libxl_ctx_alloc: cannot open libxc handle: No such
file or directory
cannot init xl context

I solve this problem by:
root@(none):/# mount -t proc proc /proc
root@(none):/# mount -t xenfs xen /proc/xen/
root@(none):/# xl list
Name
              ID   Mem VCPUs    State    Time(s)
^C

But it will halt after executing "xl list", or "xl create domU-config". I
don't know why? Is there something wrong with my xen-tools? Or my dom0/domU
kernel? I use linux kernel for domU as the same for dom0, but with the
following instruction:
cat arch/arm/boot/zImage arch/arm/boot/dts/xenvm-4.2.dtb > /mnt/root/image

----------------------------------------------------------------------------------------------------------------
There are some information with dom0:
root@(none):/home/xiaogw# ps -A |grep xen
   10 ?        00:00:00 xenwatch
   11 ?        00:00:00 xenbus

root@(none):/home/xiaogw# ls
domU-config  image
root@(none):/home/xiaogw# cat domU-config
kernel = "/home/xiaogw/image"
memory = 128
name = "win"
vcpus = 1
disk = [ 'phy:/dev/loop0,xvda,w' ]

root@(none):/home/xiaogw# /etc/init.d/xencommons status
xenstore-read: xs_open: Connection refused
root@(none):/home/xiaogw# /etc/init.d/xencommons start
Starting C xenstored...FATAL: Failed to open evtchn device: No such file or
directory
..............................
Could not start xenstored

Can I get some help? Thanks!

Xiaoguang Wang

[-- Attachment #1.2: Type: text/html, Size: 2382 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-10-03 13:37 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-28 23:04 Problems in starting up domU with Xen-ARM (on Cortex-A15 Fast Models) XiaoGuang Wang
2013-09-28 23:19 ` Wei Liu
2013-09-29 14:53   ` XiaoGuang Wang
2013-09-29 17:20     ` Wei Liu
2013-09-29 17:39       ` XiaoGuang Wang
2013-09-29 22:28         ` Wei Liu
2013-09-30  2:55           ` XiaoGuang Wang
2013-09-30  7:27             ` Ian Campbell
2013-09-30 13:40               ` XiaoGuang Wang
2013-09-30 13:43                 ` Ian Campbell
2013-09-30 14:46                   ` XiaoGuang Wang
2013-10-01  9:22                     ` Ian Campbell
2013-10-02 14:03                       ` XiaoGuang Wang
2013-10-02 14:39                         ` Ian Campbell
2013-10-02 20:00                           ` XiaoGuang Wang
2013-10-03  7:35                             ` Ian Campbell
2013-10-03 13:12                               ` XiaoGuang Wang
2013-10-03 13:37                                 ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).