Quoting Denis V. Lunev (2015-11-12 07:36:19) > Signed-off-by: Yuri Pudgorodskiy <y...@virtuozzo.com> > Signed-off-by: Denis V. Lunev <d...@openvz.org> > CC: Michael Roth <mdr...@linux.vnet.ibm.com> > > Yuri Pudgorodskiy (2): > [qga] Bugfix of default env processing for guest-exec. > [qga] Enable lookup for the PATH from the passed envp for guest-exec.
Thanks, applied to qga tree and pull sent for 2.5: https://github.com/mdroth/qemu/commits/qga Confirmed on posix/w32 that we now properly inherit parent path by default, but don't use it if they're defined via user-specified env param. > > qga/commands.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >