lib/launch-direct.c: Move baseline to qemu 7.2.0 and assume passt support

We already effectively assume that qemu is much newer than the 1.3.0
baseline previously documented.  As one example, commit 47857751a7
("lib: direct: Remove test for qemu mandatory locking") assumes that
qemu >= 2.10.  Because passt support is desirable in general, let's
assume that qemu is at least version 7.2.0, and document it.

qemu 7.2.0 was released in December 2022, nearly 3 years ago, and RHEL
9 is currently on qemu 9.1.0.

This keeps the SLIRP fallback path in case passt isn't installed, but
we should remove that fallback in future too.
This commit is contained in:
Richard W.M. Jones
2025-09-29 12:43:52 +01:00
committed by rwmjones
parent dce5ce605d
commit 99921de6e0
2 changed files with 4 additions and 7 deletions

View File

@@ -70,11 +70,11 @@ supermin appliance and force a new one to be prepared:
make -C appliance clean-supermin-appliance
=item qemu E<ge> 1.3.0
=item qemu E<ge> 7.2.0
I<Required>.
=item qemu-img E<ge> 1.3.0
=item qemu-img E<ge> 7.2.0
I<Required>.