mbox

[PULL,0/2] 9p queue 2023-07-06

Message ID cover.1688637466.git.qemu_oss@crudebyte.com
State New
Headers show

Pull-request

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

Message

Christian Schoenebeck July 6, 2023, 9:57 a.m. UTC
The following changes since commit 0618e72d64e434dd6f1bc38b107670474c49fb86:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-07-04 18:40:13 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 3548fa01511b4d8d19d4b187d3989b7033b733d8:

  MAINTAINERS: raise status of 9p to 'Maintained' (2023-07-06 11:42:08 +0200)

----------------------------------------------------------------
Administrative changes only:

* Deprecate 9p 'proxy' backend.

* Raise status of 9p to 'Maintained'.

----------------------------------------------------------------
Christian Schoenebeck (2):
      9pfs: deprecate 'proxy' backend
      MAINTAINERS: raise status of 9p to 'Maintained'

 MAINTAINERS                        | 11 +++++++++--
 docs/about/deprecated.rst          | 23 +++++++++++++++++++++++
 docs/tools/virtfs-proxy-helper.rst |  3 +++
 fsdev/qemu-fsdev.c                 |  8 ++++++++
 fsdev/virtfs-proxy-helper.c        |  9 +++++++++
 hw/9pfs/9p-proxy.c                 |  5 +++++
 hw/9pfs/9p-proxy.h                 |  5 +++++
 meson.build                        |  2 +-
 qemu-options.hx                    |  6 +++++-
 9 files changed, 68 insertions(+), 4 deletions(-)

Comments

Richard Henderson July 7, 2023, 6:03 a.m. UTC | #1
On 7/6/23 10:57, Christian Schoenebeck wrote:
> The following changes since commit 0618e72d64e434dd6f1bc38b107670474c49fb86:
> 
>    Merge tag 'block-pull-request' ofhttps://gitlab.com/stefanha/qemu  into staging (2023-07-04 18:40:13 +0200)
> 
> are available in the Git repository at:
> 
>    https://github.com/cschoenebeck/qemu.git  tags/pull-9p-20230706
> 
> for you to fetch changes up to 3548fa01511b4d8d19d4b187d3989b7033b733d8:
> 
>    MAINTAINERS: raise status of 9p to 'Maintained' (2023-07-06 11:42:08 +0200)
> 
> ----------------------------------------------------------------
> Administrative changes only:
> 
> * Deprecate 9p 'proxy' backend.
> 
> * Raise status of 9p to 'Maintained'.

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


r~