Re: [Qemu-discuss] Install multiple forks of QEMU

2016-09-12 Thread Stephen Bates
Hi All Thanks for the replies. The --prefix solution worked a treat. I now have upstream, NVMe and RISCV forks installed and can switch between them or even run them concurrently. Cheers Stephen > On Sep 8, 2016, at 2:57 PM, Peter Maydell wrote: > >> On 8 September 2016 at 13:32, Donald R

Re: [Qemu-discuss] Install multiple forks of QEMU

2016-09-08 Thread Peter Maydell
On 8 September 2016 at 13:32, Donald R Laster Jr wrote: > Stephen, > > When building the various software packages use the following configuration > --prefix like this: > > --prefix=/opt/qemu/qemu-${VARIANT} If you're just doing local testing (where running QEMU from the command line is

Re: [Qemu-discuss] Install multiple forks of QEMU

2016-09-08 Thread Donald R Laster Jr
Stephen, When building the various software packages use the following configuration --prefix like this: --prefix=/opt/qemu/qemu-${VARIANT} When you do the "make install" you will get the software installed in a directory structure like this (where VARIANT has values of RISC-V, NVMe, e

Re: [Qemu-discuss] Install multiple forks of QEMU

2016-09-07 Thread Greg Kurz
On Wed, 7 Sep 2016 10:28:26 -0500 "Stephen Bates" wrote: > Hi > > Apologies in advance if this information is already available but a search > of the WWW and the qemu mailing archives did not yield anything: > > I am working on a few different topics (RISC-V, NVMe, PMEM) and need to > have mult