From 63c0f15f098db40356a623b91c60458b7f0b0243 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Tue, 11 Mar 2025 13:13:55 +0100 Subject: [PATCH] docs: Correct dbus graphics' accepted p2p values The attribute is used (and formatted) as virTristateBool() and even in schema defined as virYesNo, so the values are supposed to be `yes` and `no`. Signed-off-by: Martin Kletzander Reviewed-by: Michal Privoznik --- docs/formatdomain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 4d03768c5f..3bbf94e192 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -6740,7 +6740,7 @@ interaction with the admin. - ``p2p`` (accepts ``on`` or ``off``) enables peer-to-peer connections, + ``p2p`` (accepts ``yes`` or ``no``) enables peer-to-peer connections, established through virDomainOpenGraphics() APIs. ``address`` (accepts a `D-Bus address -- 2.47.3