[PATCH 4/4] docs: formatdomain: add spicevmc <redirdev> example

Cole Robinson posted 4 patches 5 years, 4 months ago
[PATCH 4/4] docs: formatdomain: add spicevmc <redirdev> example
Posted by Cole Robinson 5 years, 4 months ago
spicevmc is the most common <redirdev> usage. This adds an XML example
for it.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
---
 docs/formatdomain.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index 8fc08c5fd2..9316dab9cc 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -4066,6 +4066,7 @@ after 0.9.5 (KVM only)` :
 
    ...
    <devices>
+     <redirdev bus='usb' type='spicevmc'/>
      <redirdev bus='usb' type='tcp'>
        <source mode='connect' host='localhost' service='4000'/>
        <boot order='1'/>
-- 
2.28.0

Re: [PATCH 4/4] docs: formatdomain: add spicevmc <redirdev> example
Posted by Ján Tomko 5 years, 4 months ago
On a Sunday in 2020, Cole Robinson wrote:
>spicevmc is the most common <redirdev> usage. This adds an XML example
>for it.
>
>Signed-off-by: Cole Robinson <crobinso@redhat.com>
>---
> docs/formatdomain.rst | 1 +
> 1 file changed, 1 insertion(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano