[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] build: use correct qemu emulator binary
commit 07e43fa0b973f7a4cb4b590294b36035607146c4 Author: Doug Goldstein <cardoe@xxxxxxxxxx> AuthorDate: Tue Aug 25 13:49:49 2015 +0000 Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CommitDate: Thu Aug 27 19:09:26 2015 +0100 build: use correct qemu emulator binary Per http://wiki.qemu.org/ChangeLog/1.0 and the fact that no currently supported distro ships the x86 system emulator binary as 'qemu', this changes the default when a user specifies --with-system-qemu without a PATH to 'qemu-system-i386', otherwise the default results in a non-functional setup. [ Reran autogen.sh -iwj ] Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/configure | 2 +- tools/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configure b/tools/configure index 1098f1f..428b3a5 100755 --- a/tools/configure +++ b/tools/configure @@ -4265,7 +4265,7 @@ if test "${with_system_qemu+set}" = set; then : withval=$with_system_qemu; case $withval in yes) - qemu_xen=n ; qemu_xen_path="qemu" + qemu_xen=n ; qemu_xen_path="qemu-system-i386" qemu_xen_systemd="/usr/bin/env $qemu_xen_path" ;; no) qemu_xen=y ;; diff --git a/tools/configure.ac b/tools/configure.ac index c1fa658..7daec99 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -177,7 +177,7 @@ AC_ARG_WITH([system-qemu], device model instead of building and installing our own version]),[ case $withval in yes) - qemu_xen=n ; qemu_xen_path="qemu" + qemu_xen=n ; qemu_xen_path="qemu-system-i386" qemu_xen_systemd="/usr/bin/env $qemu_xen_path" ;; no) qemu_xen=y ;; -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |