mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Remove qemu test and --with-qemu option
We will no longer support overriding the qemu binary at compile time. Instead we will pick a suitable default qemu at runtime (see other commits) or allow the user to override qemu at runtime by calling guestfs_set_hv() or setting LIBGUESTFS_HV.
This commit is contained in:
committed by
rwmjones
parent
77e447a516
commit
69305ca07b
@@ -33,9 +33,6 @@ let non_daemon_functions = [
|
||||
depends on the backend, but is usually the location of the
|
||||
qemu/KVM hypervisor.
|
||||
|
||||
The default is chosen when the library was compiled by the
|
||||
configure script.
|
||||
|
||||
You can also override this by setting the C<LIBGUESTFS_HV>
|
||||
environment variable.
|
||||
|
||||
|
||||
@@ -34,9 +34,6 @@ let non_daemon_functions = [
|
||||
shortdesc = "set the hypervisor binary (usually qemu)";
|
||||
longdesc = {|Set the hypervisor binary (usually qemu) that we will use.
|
||||
|
||||
The default is chosen when the library was compiled by the
|
||||
configure script.
|
||||
|
||||
You can also override this by setting the C<LIBGUESTFS_HV>
|
||||
environment variable.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user