xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: XiaoGuang Wang <xjtuwxg@gmail.com>
To: Wei Liu <liuw@liuw.name>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: Problems in starting up domU with Xen-ARM (on Cortex-A15 Fast Models)
Date: Sun, 29 Sep 2013 13:39:58 -0400	[thread overview]
Message-ID: <CAEaT1ay7dfLecihAKsZ2H5zHnOpcxgPfBu_9981fvoSM7J3FPA@mail.gmail.com> (raw)
In-Reply-To: <CAOsiSVWRyVMSrPVgKJcPqOVN6ym4odHETx4g_1fBu5p_PBqL9g@mail.gmail.com>


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

2013/9/29 Wei Liu <liuw@liuw.name>

> On Sun, Sep 29, 2013 at 3:53 PM, XiaoGuang Wang <xjtuwxg@gmail.com> wrote:
> [...]
> >> And this.
> >>
> >> Make sure you have all Xen drivers complied in / loaded.
> >
> > What do you mean "complied in / loaded"? And I follow the instruction
> listed
> > in:
> >
> http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/CrossCompiling
> .
> > And I copy the compiled xen-tools files to the dom0 image (root FS, or
> .img
> > file) with:
> > # rsync -avp dist/install/ /mnt/
> >>
>
> That page tells you how to build your kernel. You will need to enable
> Xen drivers in you kernel configuration by yourself.
>
> >>
> >> Wei.
> >
> > I'm still not clear why the system will halt when I type "xl list" or "xl
> > create domU_config"?
> >
>
> If you don't have Xen device drivers in Dom0 the toolstack will not
> work. The error messages are clear enough.
>
Sorry Wei, I think I don't catch what you mean. So is my Dom0 linux kernel
config wrong, so that the dom0 kernel don't have Xen device drivers? I
compile the dom0 kernel with this config file:
http://xenbits.xen.org/people/sstabellini/config

BTW, when I type "xl info" it works right. But when I type "xl list" or "xl
create domU_config", it will halt. So can you tell me what should I do?
Thanks!

root@(none):/home/xiaogw# xl info
host                   : (none)
release                : 3.8.0-rc4+
version                : #2 Wed Sep 25 10:39:06 EDT 2013
machine                : armv7l
nr_cpus                : 1
max_cpu_id             : 127
nr_nodes               : 1
cores_per_socket       : 1
threads_per_core       : 1
cpu_mhz                : 100
hw_caps                :
00000000:00000000:00000000:00000000:00000000:00000000:00000000:00000000
virt_caps              :
total_memory           : 2048
free_memory            : 1629
sharing_freed_memory   : 0
sharing_used_memory    : 0
outstanding_claims     : 0
free_cpus              : 0
xen_major              : 4
xen_minor              : 4
xen_extra              : -unstable
xen_version            : 4.4-unstable
xen_caps               : xen-3.0-armv7l
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0x200000
xen_changeset          : Mon Aug 26 12:40:44 2013 +0200 git:8a7769b-dirty
xen_commandline        : dom0_mem=128M dom0_max_vcpus=1 console=com1,vga
cc_compiler            : arm-linux-gnueabi-gcc (Ubuntu/Linaro
4.6.3-1ubuntu5) 4.6.3
cc_compile_by          : xiaoguang
cc_compile_domain      :
cc_compile_date        : Wed Sep 25 14:55:40 EDT 2013
xend_config_format     : 4
root@(none):/home/xiaogw# xl list
Name                                        ID   Mem VCPUs    State
Time(s)

^C^C^C^C^C^C


> Wei.
>
> > Thanks!
> >
> > Sincerely,
> > Xiaoguang
>

Sincerely,
Xiaoguang

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

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

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

  reply	other threads:[~2013-09-29 17:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEaT1ay7dfLecihAKsZ2H5zHnOpcxgPfBu_9981fvoSM7J3FPA@mail.gmail.com \
    --to=xjtuwxg@gmail.com \
    --cc=liuw@liuw.name \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).