[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/4] configure: make clear that VirtFS is 9p
|
From: |
Christian Schoenebeck |
|
Subject: |
[PULL 4/4] configure: make clear that VirtFS is 9p |
|
Date: |
Tue, 16 May 2023 17:21:04 +0200 |
Add '9P' to the summary output section of 'VirtFS' to avoid being
confused with virtiofs.
Based-on: <20230503130757.863824-1-pefoley@google.com>
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <E1px7Id-0000NE-OQ@lizzy.crudebyte.com>
---
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
index c6b05149e9..5e2807ea7c 100644
--- a/meson.build
+++ b/meson.build
@@ -3930,8 +3930,8 @@ if have_block
summary_info += {'Block whitelist (rw)':
get_option('block_drv_rw_whitelist')}
summary_info += {'Block whitelist (ro)':
get_option('block_drv_ro_whitelist')}
summary_info += {'Use block whitelist in tools':
get_option('block_drv_whitelist_in_tools')}
- summary_info += {'VirtFS support': have_virtfs}
- summary_info += {'VirtFS Proxy Helper support': have_virtfs_proxy_helper}
+ summary_info += {'VirtFS (9P) support': have_virtfs}
+ summary_info += {'VirtFS (9P) Proxy Helper support':
have_virtfs_proxy_helper}
summary_info += {'Live block migration':
config_host_data.get('CONFIG_LIVE_BLOCK_MIGRATION')}
summary_info += {'replication support':
config_host_data.get('CONFIG_REPLICATION')}
summary_info += {'bochs support': get_option('bochs').allowed()}
--
2.30.2
- [PULL 0/4] 9p queue 2023-05-16, Christian Schoenebeck, 2023/05/16
- [PULL 4/4] configure: make clear that VirtFS is 9p,
Christian Schoenebeck <=
- [PULL 1/4] Don't require libcap-ng for virtfs support, Christian Schoenebeck, 2023/05/16
- [PULL 2/4] tests/9p: fix potential leak in v9fs_rreaddir(), Christian Schoenebeck, 2023/05/16
- [PULL 3/4] 9pfs/xen: Fix segfault on shutdown, Christian Schoenebeck, 2023/05/16
- Re: [PULL 0/4] 9p queue 2023-05-16, Richard Henderson, 2023/05/16
- Re: [PULL 0/4] 9p queue 2023-05-16, Richard Henderson, 2023/05/16