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@cardoe.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
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 ;;
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 ;;