xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Xen device model support in QEMU
@ 2010-08-23 15:02 Kamala Narasimhan
  2010-08-23 15:17 ` Stefano Stabellini
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Kamala Narasimhan @ 2010-08-23 15:02 UTC (permalink / raw)
  To: xen-devel

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

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

end of thread, other threads:[~2010-08-27 18:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-23 15:02 Xen device model support in QEMU Kamala Narasimhan
2010-08-23 15:17 ` 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

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).