[Qemu-devel] [PATCH] tests/vm: Add vm-build-all/vm-clean-all in help text

Fam Zheng posted 1 patch 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180727083445.21436-1-famz@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
tests/vm/Makefile.include | 3 +++
1 file changed, 3 insertions(+)
[Qemu-devel] [PATCH] tests/vm: Add vm-build-all/vm-clean-all in help text
Posted by Fam Zheng 7 years, 3 months ago
Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 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))
 
-- 
2.17.1


Re: [Qemu-devel] [PATCH] tests/vm: Add vm-build-all/vm-clean-all in help text
Posted by Philippe Mathieu-Daudé 7 years, 3 months ago
On 07/27/2018 05:34 AM, Fam Zheng wrote:
> Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> Signed-off-by: Fam Zheng <famz@redhat.com>

Thanks
Reviewed-by: Philippe Mathieu-Daudé <f4bug@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))
>  
> 

Re: [Qemu-devel] [PATCH] tests/vm: Add vm-build-all/vm-clean-all in help text
Posted by Alex Bennée 7 years, 3 months ago
Fam Zheng <famz@redhat.com> writes:

> Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  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))

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

--
Alex Bennée