From 60feb3050cb962ac54300d56153a73034fb6dc11 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 29 Apr 2021 12:56:35 +1000 Subject: [PATCH] [client] config: update description for DMA as VM-Host is now supported --- client/src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/config.c b/client/src/config.c index 808e3e28..ff80d1a7 100644 --- a/client/src/config.c +++ b/client/src/config.c @@ -92,7 +92,7 @@ static struct Option options[] = { .module = "app", .name = "allowDMA", - .description = "Allow direct DMA transfers if possible (VM-VM only for now)", + .description = "Allow direct DMA transfers if supported (see `README.md` in the `module` dir)", .type = OPTION_TYPE_BOOL, .value.x_bool = true },