All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Makefile: Fix help text for target 'installer'
@ 2016-10-20 19:36 ` Stefan Weil
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Weil @ 2016-10-20 19:36 UTC (permalink / raw)
  To: QEMU Developer; +Cc: Michael Roth, QEMU Trivial, Stefan Weil

The NSIS based installer currently does not install qemu-ga.
It installs the executables and other files for the QEMU system emulation.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3bcb056..69595ad 100644
--- a/Makefile
+++ b/Makefile
@@ -695,7 +695,7 @@ help:
 	@echo  ''
 ifdef CONFIG_WIN32
 	@echo  'Windows targets:'
-	@echo  '  installer       - Build NSIS-based installer for qemu-ga'
+	@echo  '  installer       - Build NSIS-based installer for QEMU'
 ifdef QEMU_GA_MSI_ENABLED
 	@echo  '  msi             - Build MSI-based installer for qemu-ga'
 endif
-- 
2.9.3



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

* [Qemu-devel] [PATCH] Makefile: Fix help text for target 'installer'
@ 2016-10-20 19:36 ` Stefan Weil
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Weil @ 2016-10-20 19:36 UTC (permalink / raw)
  To: QEMU Developer; +Cc: Michael Roth, QEMU Trivial, Stefan Weil

The NSIS based installer currently does not install qemu-ga.
It installs the executables and other files for the QEMU system emulation.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3bcb056..69595ad 100644
--- a/Makefile
+++ b/Makefile
@@ -695,7 +695,7 @@ help:
 	@echo  ''
 ifdef CONFIG_WIN32
 	@echo  'Windows targets:'
-	@echo  '  installer       - Build NSIS-based installer for qemu-ga'
+	@echo  '  installer       - Build NSIS-based installer for QEMU'
 ifdef QEMU_GA_MSI_ENABLED
 	@echo  '  msi             - Build MSI-based installer for qemu-ga'
 endif
-- 
2.9.3

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

* Re: [Qemu-trivial] [PATCH] Makefile: Fix help text for target 'installer'
  2016-10-20 19:36 ` [Qemu-devel] " Stefan Weil
@ 2016-10-20 20:16   ` Michael Roth
  -1 siblings, 0 replies; 6+ messages in thread
From: Michael Roth @ 2016-10-20 20:16 UTC (permalink / raw)
  To: Stefan Weil, QEMU Developer; +Cc: QEMU Trivial, Stefan Weil

Quoting Stefan Weil (2016-10-20 14:36:32)
> The NSIS based installer currently does not install qemu-ga.
> It installs the executables and other files for the QEMU system emulation.
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>

Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>

> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 3bcb056..69595ad 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -695,7 +695,7 @@ help:
>         @echo  ''
>  ifdef CONFIG_WIN32
>         @echo  'Windows targets:'
> -       @echo  '  installer       - Build NSIS-based installer for qemu-ga'
> +       @echo  '  installer       - Build NSIS-based installer for QEMU'
>  ifdef QEMU_GA_MSI_ENABLED
>         @echo  '  msi             - Build MSI-based installer for qemu-ga'
>  endif
> -- 
> 2.9.3
> 



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

* Re: [Qemu-devel] [PATCH] Makefile: Fix help text for target 'installer'
@ 2016-10-20 20:16   ` Michael Roth
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Roth @ 2016-10-20 20:16 UTC (permalink / raw)
  To: Stefan Weil, QEMU Developer; +Cc: QEMU Trivial

Quoting Stefan Weil (2016-10-20 14:36:32)
> The NSIS based installer currently does not install qemu-ga.
> It installs the executables and other files for the QEMU system emulation.
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>

Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>

> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 3bcb056..69595ad 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -695,7 +695,7 @@ help:
>         @echo  ''
>  ifdef CONFIG_WIN32
>         @echo  'Windows targets:'
> -       @echo  '  installer       - Build NSIS-based installer for qemu-ga'
> +       @echo  '  installer       - Build NSIS-based installer for QEMU'
>  ifdef QEMU_GA_MSI_ENABLED
>         @echo  '  msi             - Build MSI-based installer for qemu-ga'
>  endif
> -- 
> 2.9.3
> 

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

* Re: [Qemu-trivial] [PATCH] Makefile: Fix help text for target 'installer'
  2016-10-20 19:36 ` [Qemu-devel] " Stefan Weil
@ 2016-10-26 18:42   ` Michael Tokarev
  -1 siblings, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2016-10-26 18:42 UTC (permalink / raw)
  To: Stefan Weil, QEMU Developer; +Cc: QEMU Trivial

Applied to -trivial, thanks!

/mjt


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

* Re: [Qemu-devel] [PATCH] Makefile: Fix help text for target 'installer'
@ 2016-10-26 18:42   ` Michael Tokarev
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2016-10-26 18:42 UTC (permalink / raw)
  To: Stefan Weil, QEMU Developer; +Cc: QEMU Trivial

Applied to -trivial, thanks!

/mjt

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

end of thread, other threads:[~2016-10-26 18:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20 19:36 [Qemu-trivial] [PATCH] Makefile: Fix help text for target 'installer' Stefan Weil
2016-10-20 19:36 ` [Qemu-devel] " Stefan Weil
2016-10-20 20:16 ` [Qemu-trivial] " Michael Roth
2016-10-20 20:16   ` [Qemu-devel] " Michael Roth
2016-10-26 18:42 ` [Qemu-trivial] " Michael Tokarev
2016-10-26 18:42   ` [Qemu-devel] " Michael Tokarev

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.