On 07/27/2018 05:34 AM, Fam Zheng wrote: > Suggested-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Signed-off-by: Fam Zheng <f...@redhat.com>
Thanks Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > tests/vm/Makefile.include | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include > index 5daa2a3b73..9e19f8662f 100644 > --- a/tests/vm/Makefile.include > +++ b/tests/vm/Makefile.include > @@ -14,6 +14,9 @@ vm-test: > @echo " vm-build-freebsd - Build QEMU in FreeBSD VM" > @echo " vm-build-netbsd - Build QEMU in NetBSD VM" > @echo " vm-build-openbsd - Build QEMU in OpenBSD VM" > + @echo "" > + @echo " vm-build-all - Build QEMU in all VMs" > + @echo " vm-clean-all - Clean up VM images" > > vm-build-all: $(addprefix vm-build-, $(IMAGES)) > >