mbox

[PULL,0/6] 9p patches 2019-05-17

Message ID 20190517183240.689188-1-groug@kaod.org (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Greg Kurz May 17, 2019, 6:32 p.m. UTC
The following changes since commit f2a930ad8c433c5583e28ec803c8ca7cb2f31ab5:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190517' into staging (2019-05-17 15:46:37 +0100)

are available in the Git repository at:

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

for you to fetch changes up to b44a6b09705e9e8a3005229b58de36d176020548:

  virtfs: Fix documentation of -fsdev and -virtfs (2019-05-17 17:34:49 +0200)

----------------------------------------------------------------
This fixes the virtfs documentation (LP 1581976), deprecates the
-virtfs_synth command line option, along with some assorted cleanups.

----------------------------------------------------------------
Greg Kurz (6):
      fsdev: Drop unused extern declaration
      fsdev: Drop unused opaque field
      fsdev: Move some types definition to qemu-fsdev.c
      fsdev: Error out when unsupported option is passed
      vl: Deprecate -virtfs_synth
      virtfs: Fix documentation of -fsdev and -virtfs

 fsdev/file-op-9p.h   |  1 -
 fsdev/qemu-fsdev.c   | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 fsdev/qemu-fsdev.h   | 25 --------------
 qemu-deprecated.texi |  5 +++
 qemu-options.hx      | 96 ++++++++++++++++++++++++++++++++++++---------------
 vl.c                 |  4 +++
 6 files changed, 171 insertions(+), 57 deletions(-)

Comments

Peter Maydell May 20, 2019, 10:37 a.m. UTC | #1
On Fri, 17 May 2019 at 19:32, Greg Kurz <groug@kaod.org> wrote:
>
> The following changes since commit f2a930ad8c433c5583e28ec803c8ca7cb2f31ab5:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190517' into staging (2019-05-17 15:46:37 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to b44a6b09705e9e8a3005229b58de36d176020548:
>
>   virtfs: Fix documentation of -fsdev and -virtfs (2019-05-17 17:34:49 +0200)
>
> ----------------------------------------------------------------
> This fixes the virtfs documentation (LP 1581976), deprecates the
> -virtfs_synth command line option, along with some assorted cleanups.
>
> ----------------------------------------------------------------
> Greg Kurz (6):
>       fsdev: Drop unused extern declaration
>       fsdev: Drop unused opaque field
>       fsdev: Move some types definition to qemu-fsdev.c
>       fsdev: Error out when unsupported option is passed
>       vl: Deprecate -virtfs_synth
>       virtfs: Fix documentation of -fsdev and -virtfs


Applied, thanks.

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

-- PMM