[PULL 0/5] 9pfs patches for QEMU 5.0

Greg Kurz posted 5 patches 4 years, 3 months ago
Test asan failed
Test checkpatch passed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191212223601.309245-1-groug@kaod.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Greg Kurz <groug@kaod.org>, Thomas Huth <thuth@redhat.com>, Fam Zheng <fam@euphon.net>, "Philippe Mathieu-Daudé" <philmd@redhat.com>
.gitlab-ci.yml                             |   2 +-
.travis.yml                                |   1 -
Makefile                                   |   1 -
configure                                  |  20 +-----
fsdev/virtfs-proxy-helper.c                | 100 +++++++++++++----------------
qemu-deprecated.texi                       |   5 --
qemu-options.hx                            |  10 ---
tests/docker/dockerfiles/fedora.docker     |   1 -
tests/docker/dockerfiles/ubuntu.docker     |   1 -
tests/docker/dockerfiles/ubuntu1804.docker |   1 -
vl.c                                       |  23 -------
11 files changed, 48 insertions(+), 117 deletions(-)
[PULL 0/5] 9pfs patches for QEMU 5.0
Posted by Greg Kurz 4 years, 3 months ago
The following changes since commit fb2246882a2c8d7f084ebe0617e97ac78467d156:

  .travis.yml: drop xcode9.4 from build matrix (2019-11-29 15:51:52 +0000)

are available in the Git repository at:

  https://github.com/gkurz/qemu.git tags/9p-next-2019-12-12

for you to fetch changes up to b3e2bb9458af556cb8aa0558f59222f462b81069:

  virtfs: Remove the deprecated "-virtfs_synth" option (2019-12-09 18:00:35 +0100)

----------------------------------------------------------------
- conversion of virtfs-proxy-helper from libcap to libcap-ng
- removal of libcap-dev from docker, travis and gitlab CI
- removal of deprecate "-virtfs_synth" option

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      ci: Use libcap-ng

Greg Kurz (1):
      travis.yml: Drop libcap-dev

Paolo Bonzini (2):
      virtfs-proxy-helper: switch from libcap to libcap-ng
      docker: remove libcap development packages

Thomas Huth (1):
      virtfs: Remove the deprecated "-virtfs_synth" option

 .gitlab-ci.yml                             |   2 +-
 .travis.yml                                |   1 -
 Makefile                                   |   1 -
 configure                                  |  20 +-----
 fsdev/virtfs-proxy-helper.c                | 100 +++++++++++++----------------
 qemu-deprecated.texi                       |   5 --
 qemu-options.hx                            |  10 ---
 tests/docker/dockerfiles/fedora.docker     |   1 -
 tests/docker/dockerfiles/ubuntu.docker     |   1 -
 tests/docker/dockerfiles/ubuntu1804.docker |   1 -
 vl.c                                       |  23 -------
 11 files changed, 48 insertions(+), 117 deletions(-)
-- 
2.21.0


Re: [PULL 0/5] 9pfs patches for QEMU 5.0
Posted by Peter Maydell 4 years, 3 months ago
On Thu, 12 Dec 2019 at 22:36, Greg Kurz <groug@kaod.org> wrote:
>
> The following changes since commit fb2246882a2c8d7f084ebe0617e97ac78467d156:
>
>   .travis.yml: drop xcode9.4 from build matrix (2019-11-29 15:51:52 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/gkurz/qemu.git tags/9p-next-2019-12-12
>
> for you to fetch changes up to b3e2bb9458af556cb8aa0558f59222f462b81069:
>
>   virtfs: Remove the deprecated "-virtfs_synth" option (2019-12-09 18:00:35 +0100)
>
> ----------------------------------------------------------------
> - conversion of virtfs-proxy-helper from libcap to libcap-ng
> - removal of libcap-dev from docker, travis and gitlab CI
> - removal of deprecate "-virtfs_synth" option
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM