From 1e7b3683291689f683f0147bc8a919c3f9dc4cd3 Mon Sep 17 00:00:00 2001 From: Jonathan Rubenstein Date: Tue, 4 May 2021 16:32:56 -0400 Subject: [PATCH] [doc] faq: Remove virt-manager instructions --- doc/faq.rst | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/doc/faq.rst b/doc/faq.rst index e0f6db02..8a34c0ac 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -108,15 +108,7 @@ configuration): -chardev spicevmc,id=vdagent,name=vdagent \ -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 -- Virt Manager GUI - - - Open Machine Properties > Add Hardware > Channel - - Set Name to ``com.redhat.spice.0`` and Device Type to - ``Spice agent (spicevmc)`` and click Finish - - No need to add VirtIO Serial device, it will be added - automatically - -- libvirt using virsh +- libvirt - Edit the VM using virsh ``sudo virsh edit VIRTUAL_MACHINE_NAME`` - Paste the code from below right above (note the closing tag)