On 03/02/2026 21.35, John Snow wrote:
With the qemu.qmp and qemu.machine dependencies now installed by default
at configure time and additional dependencies required by functional
testing installed on demand, there is no longer any reason to have an
explicit target.
FIXME: This forces image regeneration for vm tests whenever Make
determines that the image needs to be rebuilt; which is a regression
over the previous behavior.
Maybe elaborate on that (and then replace the "FIXME:" with a "Note:") - in
which cases does Make think that the image needs to be regenerated?
Hopefully not on every invocation?
Signed-off-by: John Snow <[email protected]>
---
tests/Makefile.include | 22 ++--------------------
tests/vm/Makefile.include | 24 +++++++-----------------
2 files changed, 9 insertions(+), 37 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>