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:
Richard W.M. Jones
2026-03-17 13:57:58 +00:00
committed by rwmjones
parent 77e447a516
commit 69305ca07b
4 changed files with 0 additions and 56 deletions

View File

@@ -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.

View File

@@ -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.