All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: Leonid Bloch <leonid@daynix.com>,  qemu-trivial@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH 2/2] qemu-ga: Two MSI related cosmetic changes
Date: Wed, 26 Aug 2015 17:28:13 -0500	[thread overview]
Message-ID: <20150826222813.4090.77346@loki> (raw)
In-Reply-To: <1438189851-688-2-git-send-email-leonid@daynix.com>

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


      reply	other threads:[~2015-08-26 22:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150826222813.4090.77346@loki \
    --to=mdroth@linux.vnet.ibm.com \
    --cc=leonid@daynix.com \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.