All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH 1/2] qemu-ga: Add .msi files to .gitignore
@ 2015-07-29 17:10 Leonid Bloch
  2015-07-29 17:10 ` [Qemu-trivial] [PATCH 2/2] qemu-ga: Two MSI related cosmetic changes Leonid Bloch
  0 siblings, 1 reply; 3+ messages in thread
From: Leonid Bloch @ 2015-07-29 17:10 UTC (permalink / raw)
  To: qemu-trivial

Signed-off-by: Leonid Bloch <leonid@daynix.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index aed0e1f..1a5cbda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,6 +56,7 @@
 *.cp
 *.dvi
 *.exe
+*.msi
 *.dll
 *.so
 *.mo
-- 
2.4.3



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

* [Qemu-trivial] [PATCH 2/2] qemu-ga: Two MSI related cosmetic changes
  2015-07-29 17:10 [Qemu-trivial] [PATCH 1/2] qemu-ga: Add .msi files to .gitignore Leonid Bloch
@ 2015-07-29 17:10 ` Leonid Bloch
  2015-08-26 22:28   ` Michael Roth
  0 siblings, 1 reply; 3+ messages in thread
From: Leonid Bloch @ 2015-07-29 17:10 UTC (permalink / raw)
  To: qemu-trivial

Signed-off-by: Leonid Bloch <leonid@daynix.com>
---
 Makefile                  | 2 +-
 qga/installer/qemu-ga.wxs | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c9be643..fc22da5 100644
--- a/Makefile
+++ b/Makefile
@@ -295,7 +295,7 @@ qemu-ga$(EXESUF): $(qga-obj-y) libqemuutil.a libqemustub.a
 ifdef QEMU_GA_MSI_ENABLED
 QEMU_GA_MSI=qemu-ga-$(ARCH).msi
 
-msi: ${QEMU_GA_MSI}
+msi: $(QEMU_GA_MSI)
 
 $(QEMU_GA_MSI): qemu-ga.exe
 
diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs
index 2c43f1b..4e917a9 100644
--- a/qga/installer/qemu-ga.wxs
+++ b/qga/installer/qemu-ga.wxs
@@ -126,7 +126,8 @@
               Property="cmd"
               Impersonate="no"
               Return="check"
-              ></CustomAction>
+              >
+    </CustomAction>
     <?endif?>
 
     <Feature Id="QEMUFeature" Title="QEMU Guest Agent" Level="1">
-- 
2.4.3



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

* Re: [Qemu-trivial] [PATCH 2/2] qemu-ga: Two MSI related cosmetic changes
  2015-07-29 17:10 ` [Qemu-trivial] [PATCH 2/2] qemu-ga: Two MSI related cosmetic changes Leonid Bloch
@ 2015-08-26 22:28   ` Michael Roth
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Roth @ 2015-08-26 22:28 UTC (permalink / raw)
  To: Leonid Bloch, qemu-trivial

Quoting Leonid Bloch (2015-07-29 12:10:51)
> Signed-off-by: Leonid Bloch <leonid@daynix.com>

Thanks, both applied to qga tree:
  https://github.com/mdroth/qemu/commits/qga

> ---
>  Makefile                  | 2 +-
>  qga/installer/qemu-ga.wxs | 3 ++-
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index c9be643..fc22da5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -295,7 +295,7 @@ qemu-ga$(EXESUF): $(qga-obj-y) libqemuutil.a libqemustub.a
>  ifdef QEMU_GA_MSI_ENABLED
>  QEMU_GA_MSI=qemu-ga-$(ARCH).msi
> 
> -msi: ${QEMU_GA_MSI}
> +msi: $(QEMU_GA_MSI)
> 
>  $(QEMU_GA_MSI): qemu-ga.exe
> 
> diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs
> index 2c43f1b..4e917a9 100644
> --- a/qga/installer/qemu-ga.wxs
> +++ b/qga/installer/qemu-ga.wxs
> @@ -126,7 +126,8 @@
>                Property="cmd"
>                Impersonate="no"
>                Return="check"
> -              ></CustomAction>
> +              >
> +    </CustomAction>
>      <?endif?>
> 
>      <Feature Id="QEMUFeature" Title="QEMU Guest Agent" Level="1">
> -- 
> 2.4.3
> 
> 


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

end of thread, other threads:[~2015-08-26 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 17:10 [Qemu-trivial] [PATCH 1/2] qemu-ga: Add .msi files to .gitignore Leonid Bloch
2015-07-29 17:10 ` [Qemu-trivial] [PATCH 2/2] qemu-ga: Two MSI related cosmetic changes Leonid Bloch
2015-08-26 22:28   ` Michael Roth

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.