diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-09-05 10:19:42 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-03 19:33:25 +0200 |
| commit | ed76671888676792493320db53ed773a108cbd45 (patch) | |
| tree | 0c170da1b1a7a84dcef69407da1c538f838935ca /docs/conf.py | |
| parent | 7e6b5497eaf29b5a615f5ee93a6cc2412df516a5 (diff) | |
| download | focaccia-qemu-ed76671888676792493320db53ed773a108cbd45.tar.gz focaccia-qemu-ed76671888676792493320db53ed773a108cbd45.zip | |
9p: remove 'proxy' filesystem backend driver
It has been deprecated since 8.1; remove it and suggest using the 'local' file system backend driver instead or virtiofsd. Acked-by: Greg Kurz <groug@kaod.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 876f676881..c11a6ead8a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -275,9 +275,6 @@ man_pages = [ ('tools/qemu-trace-stap', 'qemu-trace-stap', 'QEMU SystemTap trace tool', [], 1), - ('tools/virtfs-proxy-helper', 'virtfs-proxy-helper', - 'QEMU 9p virtfs proxy filesystem helper', - ['M. Mohan Kumar'], 1), ] man_make_section_directory = False |