[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] build: use correct qemu emulator binary
On Tue, Aug 25, 2015 at 08:45:07AM -0500, Doug Goldstein wrote: > 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. > > Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> Ian, please rerun autogen.sh when applying this patch. > --- > tools/configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 ;; > -- > 2.1.4 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |