mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
committed by
rwmjones
parent
dce5ce605d
commit
99921de6e0
@@ -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>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user