mbox

[PULL,v2,for-2.5,0/3] qemu-ga patch queue for 2.5

Message ID 1447801613-17964-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git tags/qga-pull-2015-11-13-v2-tag

Message

Michael Roth Nov. 17, 2015, 11:06 p.m. UTC
The following changes since commit c27e9014d56fa4880e7d741275d887c3a5949997:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into staging (2015-11-17 12:34:07 +0000)

are available in the git repository at:


  git://github.com/mdroth/qemu.git tags/qga-pull-2015-11-13-v2-tag

for you to fetch changes up to ab59e3ecb2c12fafa89f7bedca7d329a078f3870:

  makefile: fix w32 install target for qemu-ga (2015-11-17 16:32:27 -0600)

----------------------------------------------------------------
qemu-ga patch queue for 2.5

* fixes for guest-exec gspawn() usage:
  - inherit default lookup path by default instead of
    explicitly defining it as being empty.
  - don't inherit default PATH when PATH/ENV are explicit

v2:

* added fix for w32 'make install' target
* added version check for new g_spawn() flag

----------------------------------------------------------------
Michael Roth (1):
      makefile: fix w32 install target for qemu-ga

Yuri Pudgorodskiy (2):
      qga: fix for default env processing for guest-exec
      qga: allow to lookup in PATH from the passed envp for guest-exec

 Makefile       | 5 ++++-
 qga/commands.c | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

Comments

Peter Maydell Nov. 18, 2015, 1:15 p.m. UTC | #1
On 17 November 2015 at 23:06, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit c27e9014d56fa4880e7d741275d887c3a5949997:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into staging (2015-11-17 12:34:07 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2015-11-13-v2-tag
>
> for you to fetch changes up to ab59e3ecb2c12fafa89f7bedca7d329a078f3870:
>
>   makefile: fix w32 install target for qemu-ga (2015-11-17 16:32:27 -0600)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for 2.5
>
> * fixes for guest-exec gspawn() usage:
>   - inherit default lookup path by default instead of
>     explicitly defining it as being empty.
>   - don't inherit default PATH when PATH/ENV are explicit
>
> v2:
>
> * added fix for w32 'make install' target
> * added version check for new g_spawn() flag
>
> ----------------------------------------------------------------
> Michael Roth (1):
>       makefile: fix w32 install target for qemu-ga
>
> Yuri Pudgorodskiy (2):
>       qga: fix for default env processing for guest-exec
>       qga: allow to lookup in PATH from the passed envp for guest-exec
>
>  Makefile       | 5 ++++-
>  qga/commands.c | 5 ++++-
>  2 files changed, 8 insertions(+), 2 deletions(-)
>

Applied, thanks.

-- PMM