[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] LSI SAS2008 Option Rom Failure
On Thu, Jul 19, 2012 at 1:52 AM, David Erickson <halcyon1981@xxxxxxxxx> wrote:
Can you mention how you built it? I checked out xen-unstable, tried
modifying the Config.mk to change the QEMU_UPSTREAM_URL variable,
however when I built with this new url it complained when it tried to
checkout the qemu traditional because the revision doesn't exist at
that url. So instead I built normally, then went into
tools/qemu-xen-dir and added the git remote for qemu unstable, checked
out the master branch, ran ./configure, then backed up to the main
xen-unstable.hg folder and did sudo make dist and sudo make install.
When I then started the VM with the config containing device model
qemu-xen nothing changed. I then added the line:
device_model_override="/home/derickso/xen-unstable.hg/tools/qemu-xen-dir/i386-softmmu/qemu-system-i386"
And started the VM, but got a bunch of errors:
derickso@xen:~/xen-unstable.hg/tools/qemu-xen-dir/i386-softmmu$ sudo
xl -v create /etc/xen/ubuntu.conf -V
Parsing config from /etc/xen/ubuntu.conf
xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0x9dcc8
xc: detail: elf_parse_binary: memory: 0x100000 -> 0x19dcc8
xc: info: VIRTUAL MEMORY ARRANGEMENT:
Loader: 0000000000100000->000000000019dcc8
TOTAL: 0000000000000000->000000007f800000
ENTRY ADDRESS: 0000000000100000
xc: info: PHYSICAL MEMORY ALLOCATION:
4KB PAGES: 0x0000000000000200
2MB PAGES: 0x00000000000003fb
1GB PAGES: 0x0000000000000000
xc: detail: elf_load_binary: phdr 0 at 0x0x7f77f2409000 -> 0x0x7f77f249db4d
libxl: error: libxl_dm.c:1096:device_model_spawn_outcome: domain 2
device model: spawn failed (rc=-3)
libxl: error: libxl_qmp.c:641:libxl__qmp_initialize: Connection error:
No such file or directory
libxl: error: libxl_exec.c:227:libxl__wait_for_offspring: Device Model not ready
vncviewer: ConnectToTcpAddr: connect: Connection refused
Unable to connect to VNC server
Any suggestions?
Thanks,
David
I have just followed the wiki, using xen-unstable rev. 25567:165eb54e57c0 Create a file in the root of xen-unstable named .config and add this: Next, just ./configure and make as always. Check the output messages (tools directory) to be sure qemu git is used.
Later add this to your xl config file:
device_model_version = 'qemu-xen'
It worked flawlessy in my Ubuntu-12.04.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|