[Qemu-devel] [PULL v2 0/4] 9pfs/virtfs patches for 2.11 20170905

Greg Kurz posted 4 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170905160027.15081-1-groug@kaod.org
Test checkpatch passed
Test docker passed
Test s390x passed
fsdev/virtfs-proxy-helper.c |  2 ++
hw/9pfs/9p-local.c          | 12 ++++++++----
hw/9pfs/9p.c                |  6 ++----
vl.c                        | 16 ++++++++++------
4 files changed, 22 insertions(+), 14 deletions(-)
[Qemu-devel] [PULL v2 0/4] 9pfs/virtfs patches for 2.11 20170905
Posted by Greg Kurz 6 years, 6 months ago
The following changes since commit 53e2c48d3f0db6a1598f49baf0b56dd4975e53a7:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into staging (2017-09-04 18:53:46 +0100)

are available in the git repository at:

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

for you to fetch changes up to 32b6943699948f7adc35ada233fbd25daffad5e9:

  virtfs: error out gracefully when mandatory suboptions are missing (2017-09-05 17:56:58 +0200)

----------------------------------------------------------------
Some trivial fixes/cleanup and a fix to cause QEMU to error out gracefully
instead of aborting.

----------------------------------------------------------------
Greg Kurz (2):
      9pfs: local: clarify fchmodat_nofollow() implementation
      virtfs: error out gracefully when mandatory suboptions are missing

Philippe Mathieu-Daudé (1):
      9pfs: avoid sign conversion error simplifying the code

ZhiPeng Lu (1):
      fsdev: fix memory leak in main()

 fsdev/virtfs-proxy-helper.c |  2 ++
 hw/9pfs/9p-local.c          | 12 ++++++++----
 hw/9pfs/9p.c                |  6 ++----
 vl.c                        | 16 ++++++++++------
 4 files changed, 22 insertions(+), 14 deletions(-)
-- 
2.13.5


Re: [Qemu-devel] [PULL v2 0/4] 9pfs/virtfs patches for 2.11 20170905
Posted by Peter Maydell 6 years, 6 months ago
On 5 September 2017 at 17:00, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit 53e2c48d3f0db6a1598f49baf0b56dd4975e53a7:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into staging (2017-09-04 18:53:46 +0100)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to 32b6943699948f7adc35ada233fbd25daffad5e9:
>
>   virtfs: error out gracefully when mandatory suboptions are missing (2017-09-05 17:56:58 +0200)
>
> ----------------------------------------------------------------
> Some trivial fixes/cleanup and a fix to cause QEMU to error out gracefully
> instead of aborting.
>
> ----------------------------------------------------------------
> Greg Kurz (2):
>       9pfs: local: clarify fchmodat_nofollow() implementation
>       virtfs: error out gracefully when mandatory suboptions are missing
>
> Philippe Mathieu-Daudé (1):
>       9pfs: avoid sign conversion error simplifying the code
>
> ZhiPeng Lu (1):
>       fsdev: fix memory leak in main()

Applied, thanks.

-- PMM