[Qemu-devel] [PULL 0/2] 9p patches for 2.12 20180220

Greg Kurz posted 2 patches 7 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180220104942.14531-1-groug@kaod.org
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
hw/9pfs/9p-synth.c | 1 +
hw/9pfs/9p.c       | 9 ++++-----
hw/9pfs/9p.h       | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/2] 9p patches for 2.12 20180220
Posted by Greg Kurz 7 years, 8 months ago
The following changes since commit 299a2e6fac397be9b82c66583d53d1daaa3ffe6c:

  Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging (2018-02-19 12:51:11 +0000)

are available in the git repository at:

  https://github.com/gkurz/qemu.git tags/for-upstream

for you to fetch changes up to 6ce7177ae2e547999ef9e6f467415963991e28da:

  9p: fix leak in synth_name_to_path() (2018-02-19 18:27:32 +0100)

----------------------------------------------------------------
Fix memory leak in synth backend.

----------------------------------------------------------------
Marc-André Lureau (2):
      9p: v9fs_path_copy() readability
      9p: fix leak in synth_name_to_path()

 hw/9pfs/9p-synth.c | 1 +
 hw/9pfs/9p.c       | 9 ++++-----
 hw/9pfs/9p.h       | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
-- 
2.13.6


Re: [Qemu-devel] [PULL 0/2] 9p patches for 2.12 20180220
Posted by Peter Maydell 7 years, 8 months ago
On 20 February 2018 at 10:49, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit 299a2e6fac397be9b82c66583d53d1daaa3ffe6c:
>
>   Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging (2018-02-19 12:51:11 +0000)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to 6ce7177ae2e547999ef9e6f467415963991e28da:
>
>   9p: fix leak in synth_name_to_path() (2018-02-19 18:27:32 +0100)
>
> ----------------------------------------------------------------
> Fix memory leak in synth backend.
>
> ----------------------------------------------------------------
> Marc-André Lureau (2):
>       9p: v9fs_path_copy() readability
>       9p: fix leak in synth_name_to_path()
>
>  hw/9pfs/9p-synth.c | 1 +
>  hw/9pfs/9p.c       | 9 ++++-----
>  hw/9pfs/9p.h       | 2 +-
>  3 files changed, 6 insertions(+), 6 deletions(-)
> --

Applied, thanks.

-- PMM