All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tests/vm: Add vm-build-all/vm-clean-all in help text
@ 2018-07-27  8:34 Fam Zheng
  2018-07-27 12:20 ` Philippe Mathieu-Daudé
  2018-07-30  8:19 ` Alex Bennée
  0 siblings, 2 replies; 3+ messages in thread
From: Fam Zheng @ 2018-07-27  8:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Fam Zheng, Alex Bennée, Philippe Mathieu-Daudé

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] tests/vm: Add vm-build-all/vm-clean-all in help text
  2018-07-27  8:34 [Qemu-devel] [PATCH] tests/vm: Add vm-build-all/vm-clean-all in help text Fam Zheng
@ 2018-07-27 12:20 ` Philippe Mathieu-Daudé
  2018-07-30  8:19 ` Alex Bennée
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-07-27 12:20 UTC (permalink / raw)
  To: Fam Zheng, qemu-devel; +Cc: Alex Bennée

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))
>  
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] tests/vm: Add vm-build-all/vm-clean-all in help text
  2018-07-27  8:34 [Qemu-devel] [PATCH] tests/vm: Add vm-build-all/vm-clean-all in help text Fam Zheng
  2018-07-27 12:20 ` Philippe Mathieu-Daudé
@ 2018-07-30  8:19 ` Alex Bennée
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2018-07-30  8:19 UTC (permalink / raw)
  To: Fam Zheng; +Cc: qemu-devel, Philippe Mathieu-Daudé


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-30  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27  8:34 [Qemu-devel] [PATCH] tests/vm: Add vm-build-all/vm-clean-all in help text Fam Zheng
2018-07-27 12:20 ` Philippe Mathieu-Daudé
2018-07-30  8:19 ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.