mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 01:58:25 +00:00
[client] config: update description for DMA as VM-Host is now supported
This commit is contained in:
parent
3c1282c92b
commit
60feb3050c
@ -92,7 +92,7 @@ static struct Option options[] =
|
|||||||
{
|
{
|
||||||
.module = "app",
|
.module = "app",
|
||||||
.name = "allowDMA",
|
.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,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = true
|
.value.x_bool = true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user