Hello, i want to start a guest OS in the server, and use spice to achieve   graphical interaction with the
      guest OS. But when i config the XML file, i was confuse by spice .<br>The graphic node is :<br><span style="color: rgb(255, 0, 0);"> <graphics type='spice' port='5990' ><listen type='address' address='127.0.0.1'/></graphics></span><br>
<br>but is has such error as below :<br><span style="color: rgb(255, 0, 0);">libvir: QEMU error : internal error process exited while connecting to monitor: qemu-spice: -spice port=5990,addr=127.0.0.1,disable-ticketing: Invalid parameter 'addr'</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">parse error: port=5990,addr=127.0.0.1,disable-ticketing</span><br><br>What is the meaning of <span style="color: rgb(255, 0, 0);"><listen type='address' address='*****'/></span>,  If the  localhost IP is A and the spice-server IP is B. what should i set the listen type ? to start the Domain   and to achieve   graphical interaction with the
      guest OS. <br>