[PULL 0/4] 9p queue 2023-05-16

Christian Schoenebeck posted 4 patches 11 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1684250463.git.qemu._5Foss@crudebyte.com
Maintainers: Greg Kurz <groug@kaod.org>, Christian Schoenebeck <qemu_oss@crudebyte.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Laurent Vivier <lvivier@redhat.com>
hw/9pfs/trace-events                  |  6 ++++++
hw/9pfs/xen-9p-backend.c              | 35 ++++++++++++++++++++++-------------
meson.build                           | 14 ++++++++++----
meson_options.txt                     |  2 ++
scripts/meson-buildoptions.sh         |  4 ++++
tests/qtest/libqos/virtio-9p-client.c |  5 +++++
6 files changed, 49 insertions(+), 17 deletions(-)
[PULL 0/4] 9p queue 2023-05-16
Posted by Christian Schoenebeck 11 months, 2 weeks ago
The following changes since commit ab4c44d657aeca7e1da6d6dcb1741c8e7d357b8b:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-05-15 13:54:33 -0700)

are available in the Git repository at:

  https://github.com/cschoenebeck/qemu.git tags/pull-9p-20230516

for you to fetch changes up to 3887702e5f8995638c98f9d9326b4913fb107be7:

  configure: make clear that VirtFS is 9p (2023-05-16 16:21:54 +0200)

----------------------------------------------------------------
9pfs: fixes

* Fixes for Xen, configure and a theoretical leak.

----------------------------------------------------------------
Christian Schoenebeck (2):
      tests/9p: fix potential leak in v9fs_rreaddir()
      configure: make clear that VirtFS is 9p

Jason Andryuk (1):
      9pfs/xen: Fix segfault on shutdown

Peter Foley (1):
      Don't require libcap-ng for virtfs support

 hw/9pfs/trace-events                  |  6 ++++++
 hw/9pfs/xen-9p-backend.c              | 35 ++++++++++++++++++++++-------------
 meson.build                           | 14 ++++++++++----
 meson_options.txt                     |  2 ++
 scripts/meson-buildoptions.sh         |  4 ++++
 tests/qtest/libqos/virtio-9p-client.c |  5 +++++
 6 files changed, 49 insertions(+), 17 deletions(-)
Re: [PULL 0/4] 9p queue 2023-05-16
Posted by Richard Henderson 11 months, 2 weeks ago
On 5/16/23 08:21, Christian Schoenebeck wrote:
> The following changes since commit ab4c44d657aeca7e1da6d6dcb1741c8e7d357b8b:
> 
>    Merge tag 'block-pull-request' ofhttps://gitlab.com/stefanha/qemu  into staging (2023-05-15 13:54:33 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/cschoenebeck/qemu.git  tags/pull-9p-20230516
> 
> for you to fetch changes up to 3887702e5f8995638c98f9d9326b4913fb107be7:
> 
>    configure: make clear that VirtFS is 9p (2023-05-16 16:21:54 +0200)
> 
> ----------------------------------------------------------------
> 9pfs: fixes
> 
> * Fixes for Xen, configure and a theoretical leak.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~
Re: [PULL 0/4] 9p queue 2023-05-16
Posted by Richard Henderson 11 months, 2 weeks ago
On 5/16/23 08:21, Christian Schoenebeck wrote:
> The following changes since commit ab4c44d657aeca7e1da6d6dcb1741c8e7d357b8b:
> 
>    Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-05-15 13:54:33 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/cschoenebeck/qemu.git tags/pull-9p-20230516
> 
> for you to fetch changes up to 3887702e5f8995638c98f9d9326b4913fb107be7:
> 
>    configure: make clear that VirtFS is 9p (2023-05-16 16:21:54 +0200)
> 
> ----------------------------------------------------------------
> 9pfs: fixes
> 
> * Fixes for Xen, configure and a theoretical leak.

The public key I have for you is expired.
Have you pushed a refresh of it somewhere?


r~

> 
> ----------------------------------------------------------------
> Christian Schoenebeck (2):
>        tests/9p: fix potential leak in v9fs_rreaddir()
>        configure: make clear that VirtFS is 9p
> 
> Jason Andryuk (1):
>        9pfs/xen: Fix segfault on shutdown
> 
> Peter Foley (1):
>        Don't require libcap-ng for virtfs support
> 
>   hw/9pfs/trace-events                  |  6 ++++++
>   hw/9pfs/xen-9p-backend.c              | 35 ++++++++++++++++++++++-------------
>   meson.build                           | 14 ++++++++++----
>   meson_options.txt                     |  2 ++
>   scripts/meson-buildoptions.sh         |  4 ++++
>   tests/qtest/libqos/virtio-9p-client.c |  5 +++++
>   6 files changed, 49 insertions(+), 17 deletions(-)
>
Re: [PULL 0/4] 9p queue 2023-05-16
Posted by Richard Henderson 11 months, 2 weeks ago
On 5/16/23 10:17, Richard Henderson wrote:
> On 5/16/23 08:21, Christian Schoenebeck wrote:
>> The following changes since commit ab4c44d657aeca7e1da6d6dcb1741c8e7d357b8b:
>>
>>    Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging 
>> (2023-05-15 13:54:33 -0700)
>>
>> are available in the Git repository at:
>>
>>    https://github.com/cschoenebeck/qemu.git tags/pull-9p-20230516
>>
>> for you to fetch changes up to 3887702e5f8995638c98f9d9326b4913fb107be7:
>>
>>    configure: make clear that VirtFS is 9p (2023-05-16 16:21:54 +0200)
>>
>> ----------------------------------------------------------------
>> 9pfs: fixes
>>
>> * Fixes for Xen, configure and a theoretical leak.
> 
> The public key I have for you is expired.
> Have you pushed a refresh of it somewhere?

Nevermind, I've found it.


r~