xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Kamala Narasimhan <kamala.narasimhan@gmail.com>
To: xen-devel@lists.xensource.com
Subject: Xen device model support in QEMU
Date: Mon, 23 Aug 2010 11:02:10 -0400	[thread overview]
Message-ID: <AANLkTikeXcLpqmgDUNf67Tz-xgGO0JrD2+Zdb-4O8Db7@mail.gmail.com> (raw)

I got the latest qemu repo with xen device model support from -

git://xenbits.xen.org/people/sstabellini/qemu-dm.git

Here are some of the issues I encounter/questions I have -

1) Passing --enable-xen while running ./configure results in

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

Turned out there are some interface version compatibilities between
qemu from the above repo and everything else from
staging/xen-unstable.  Tweaking xc_interface_open parameter under "xen
probe" in the configure file got past this problem.

2) Passing --target-list=xen-dm-softmmu to configure resulted in
"ERROR: Target 'xen-dm-softmmu' not recognised" error as target_arch2
is xen and not xen-dm.  Switching to
--target-list=xen-softmmu got me going.  Perhaps this should be fixed
in the configure file if the expectation is to pass xen-dm-softmmu.

3) When I attempt to build after this point I get all kinds of errors
due to interface compatibility mentioned in #1 above.  Is there a
specific version of libxc/libxenstore/libxenctrl etc. and relevant
headers I should be using with this qemu?  If so, that would be good
to know as I would rather switch to a compatible interface than go
about fixing all the resulting build errors.

Kamala

             reply	other threads:[~2010-08-23 15:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-23 15:02 Kamala Narasimhan [this message]
2010-08-23 15:17 ` Xen device model support in QEMU Stefano Stabellini
2010-08-23 15:31   ` Kamala Narasimhan
2010-08-25 12:57 ` Kamala Narasimhan
2010-08-25 19:43   ` Stefano Stabellini
2010-08-25 20:52     ` Kamala Narasimhan
2010-08-26 10:57       ` Vincent Hanquez
2010-08-27 15:30         ` Kamala Narasimhan
2010-08-25 19:50 ` Ross Philipson
2010-08-25 20:55   ` Kamala Narasimhan
2010-08-25 21:18     ` L1 entry error Ruslan Nikolaev
2010-08-26  6:24       ` Pasi Kärkkäinen
2010-08-27 18:47         ` Ruslan Nikolaev

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=AANLkTikeXcLpqmgDUNf67Tz-xgGO0JrD2+Zdb-4O8Db7@mail.gmail.com \
    --to=kamala.narasimhan@gmail.com \
    --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).