* [PATCH] configure: make clear that VirtFS is 9p
@ 2023-05-11 14:12 Christian Schoenebeck
2023-05-11 15:51 ` Thomas Huth
2023-05-13 16:29 ` Christian Schoenebeck
0 siblings, 2 replies; 3+ messages in thread
From: Christian Schoenebeck @ 2023-05-11 14:12 UTC (permalink / raw)
To: qemu-devel; +Cc: Greg Kurz, Paolo Bonzini
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>
---
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
index 5d8373b608..5d65f53fec 100644
--- a/meson.build
+++ b/meson.build
@@ -3922,8 +3922,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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] configure: make clear that VirtFS is 9p
2023-05-11 14:12 [PATCH] configure: make clear that VirtFS is 9p Christian Schoenebeck
@ 2023-05-11 15:51 ` Thomas Huth
2023-05-13 16:29 ` Christian Schoenebeck
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2023-05-11 15:51 UTC (permalink / raw)
To: Christian Schoenebeck, qemu-devel; +Cc: Greg Kurz, Paolo Bonzini
On 11/05/2023 16.12, Christian Schoenebeck wrote:
> 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>
> ---
> meson.build | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meson.build b/meson.build
> index 5d8373b608..5d65f53fec 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -3922,8 +3922,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()}
Reviewed-by: Thomas Huth <thuth@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] configure: make clear that VirtFS is 9p
2023-05-11 14:12 [PATCH] configure: make clear that VirtFS is 9p Christian Schoenebeck
2023-05-11 15:51 ` Thomas Huth
@ 2023-05-13 16:29 ` Christian Schoenebeck
1 sibling, 0 replies; 3+ messages in thread
From: Christian Schoenebeck @ 2023-05-13 16:29 UTC (permalink / raw)
To: qemu-devel; +Cc: Greg Kurz, Paolo Bonzini, Thomas Huth
On Thursday, May 11, 2023 4:12:34 PM CEST Christian Schoenebeck wrote:
> 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>
> ---
> meson.build | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Queued on 9p.next:
https://github.com/cschoenebeck/qemu/commits/9p.next
Thanks!
Best regards,
Christian Schoenebeck
> diff --git a/meson.build b/meson.build
> index 5d8373b608..5d65f53fec 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -3922,8 +3922,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()}
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-13 16:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11 14:12 [PATCH] configure: make clear that VirtFS is 9p Christian Schoenebeck
2023-05-11 15:51 ` Thomas Huth
2023-05-13 16:29 ` Christian Schoenebeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).