xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Question about the best practice to install two versions of Xen toolstack on the same machine
@ 2016-05-19 18:40 Meng Xu
  2016-05-20  8:52 ` Olaf Hering
  2016-05-20 10:20 ` Jan Beulich
  0 siblings, 2 replies; 13+ messages in thread
From: Meng Xu @ 2016-05-19 18:40 UTC (permalink / raw)
  To: xen-devel@lists.xenproject.org

Hi all,

I'm trying to install two versions of Xen, say Xen 4.6 and Xen
4.7-unstable, onto the same machine. I want them to exist at the same
time, instead of letting one override the other.

I'm thinking about this because sometimes I want to try out someone
else's code which uses an older or newer version. But I also want to
keep my current version of Xen toolstack so that I won't need to
reinstall everything again later.

If I just use the following command, the new installation of the
toolstack will override the old version's toolstack. obviously:
$./configure
$make dist
$sudo make install
(Right now, I just have to recompile my code after I tried out someone
else's code that has a different version. I can keep two version of
Xen kernel and configure it in the grub2 entries. But I have to
reinstall the toolstack.)

My quick question is:
Does anyone try to install two version of Xen toolstack on the same machine?
Is there any documentation about the best practice to install two
versions of Xen onto the same machine?

---
I had a look at the ./configure's help. There are several options,
each of which can specify a specific path to install.
However, I'm not that sure if I should configure every option to make it work.

For example, it has --prefix and --exec-prefix to change the PREFIX
from /usr/local to user defined path. However, there is also --bindir
and --sbindir; I assume I should change it, should I? In addition,
should I specify the --libexecdir for the program executables?

I found one very old link at [1], but I doubt if it's still working
since Xen changes the toolstack a lot since Xen 4.1
http://old-list-archives.xenproject.org/xen-users/2009-09/msg00263.html

Thanks and Best Regards,

Meng
-----------
Meng Xu
PhD Student in Computer and Information Science
University of Pennsylvania
http://www.cis.upenn.edu/~mengxu/

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

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

end of thread, other threads:[~2016-05-25 20:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-19 18:40 Question about the best practice to install two versions of Xen toolstack on the same machine Meng Xu
2016-05-20  8:52 ` Olaf Hering
2016-05-20 17:52   ` Meng Xu
2016-05-24 20:47   ` Meng Xu
2016-05-25 10:53     ` Wei Liu
2016-05-25 20:02       ` Meng Xu
2016-05-20 10:20 ` Jan Beulich
2016-05-20 17:56   ` Meng Xu
2016-05-23  7:02     ` Jan Beulich
2016-05-24  8:12       ` Dongli Zhang
2016-05-24 13:34         ` Olaf Hering
2016-05-24 15:16     ` Dario Faggioli
2016-05-25 20:34       ` Meng Xu

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