xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: David Erickson <halcyon1981@gmail.com>
To: ivo <shandivo@gmail.com>
Cc: xen-devel@lists.xen.org
Subject: Re: LSI SAS2008 Option Rom Failure
Date: Wed, 18 Jul 2012 17:18:36 -0700	[thread overview]
Message-ID: <CANKx4w8Azvf1s0aqGSRSn9_f-Zq_uL_CAN2rfh5kd=udsT2YDg@mail.gmail.com> (raw)
In-Reply-To: <CANKx4w9XJGnD5u4hN+RhyOy7OUmF5nh-G8549ER1W19jy__u3Q@mail.gmail.com>

On Wed, Jul 18, 2012 at 4:52 PM, David Erickson <halcyon1981@gmail.com> wrote:
> On Wed, Jul 18, 2012 at 2:02 PM, ivo <shandivo@gmail.com> wrote:
>> I should also mention I've seen the following messages that probably aren't
>> good when using the xen-qemu device model and pass-thru.  On startup:
>>
>> libxl: error: libxl_qmp.c:288:qmp_handle_error_response: received an error
>> message from QMP server: Parameter 'driver' expects a driver name
>>
>> I solved this by using the latest version of qemu-devel git:
>>
>>
>> http://wiki.xen.org/wiki/QEMU_Upstream
>
> Hi Ivo-
> 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?

I also alternatively tried putting the following into xen-unstable.hg/.config:
QEMU_UPSTREAM_URL = git://git.qemu.org/qemu.git
QEMU_UPSTREAM_REVISION = master

Then executed make world, which doesn't have the above problems of
checkout, but during the build has the following error in the
qemu-xen-dir-remote:

ERROR
ERROR: User requested feature xen
ERROR: configure was not able to find it
ERROR

Thanks,
David

  reply	other threads:[~2012-07-19  0:18 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-18 21:02 LSI SAS2008 Option Rom Failure ivo
2012-07-18 23:52 ` David Erickson
2012-07-19  0:18   ` David Erickson [this message]
2012-07-19  0:24     ` ivo
2012-07-19  0:56       ` David Erickson
2012-07-19  1:02         ` David Erickson
     [not found]           ` <CAHyyzzTMX4wcg+DNEL91dWmo0R-6oGJLNH5O50bSUeHkmTWAwQ@mail.gmail.com>
2012-07-19  3:56             ` David Erickson
2012-07-19  7:22               ` Ian Campbell
2012-07-19 10:57                 ` Anthony PERARD
2012-07-19 11:07                   ` Ian Campbell
2012-07-19 11:31                     ` Anthony PERARD
2012-07-19 11:38                       ` Ian Campbell
2012-07-19 11:44                         ` Anthony PERARD
2012-07-19 11:48                           ` Ian Campbell
2012-07-19 11:48                         ` Stefano Stabellini
2012-07-19 11:59                           ` Ian Campbell
2012-07-19 12:00                 ` Stefano Stabellini
2012-07-19 15:27                   ` David Erickson
2012-07-31  7:35                     ` David Erickson
2012-07-31  9:04                       ` Ian Campbell
2012-07-31  9:35                         ` Jan Beulich
2012-07-31  9:41                           ` Ian Campbell
2012-07-31  9:47                             ` Jan Beulich
2012-07-31 10:08                               ` Anthony PERARD
2012-07-31 15:32                             ` David Erickson
2012-07-31 10:16                           ` Stefano Stabellini
2012-07-31 15:28                         ` David Erickson
2012-07-31 15:35                           ` Ian Campbell
2012-07-31 16:12                             ` David Erickson
2012-07-31 11:39                       ` Stefano Stabellini
2012-07-31 16:05                         ` David Erickson
2012-08-01 11:13                           ` Stefano Stabellini
2012-08-01 17:52                             ` David Erickson
2012-08-02  7:45                               ` Ian Campbell
2012-08-02 16:24                                 ` David Erickson
2012-08-02 16:45                                   ` Ian Campbell
2012-08-02 17:10                                     ` David Erickson
2012-08-02 17:12                                       ` David Erickson
2012-08-02 18:39                                         ` Ian Campbell
2012-08-02 17:38                               ` David Erickson
2012-08-03 16:50                                 ` David Erickson
2012-08-06 10:23                                   ` Stefano Stabellini
2012-07-19  0:18   ` ivo
  -- strict thread matches above, loose matches on Subject: below --
2012-07-18  9:47 David Erickson
2012-07-18  9:59 ` Ian Campbell
2012-07-18 17:55   ` David Erickson
2012-07-18 18:19     ` David Erickson
2012-07-18 19:14       ` David Erickson
2012-07-18 20:13         ` James Regan

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='CANKx4w8Azvf1s0aqGSRSn9_f-Zq_uL_CAN2rfh5kd=udsT2YDg@mail.gmail.com' \
    --to=halcyon1981@gmail.com \
    --cc=shandivo@gmail.com \
    --cc=xen-devel@lists.xen.org \
    /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).