[opensuse] virtual machine manager display twice a virtual machine?
Hi, i have some virtual machines running at one computer. (qemu with virtual machine manager, and display spice) when i would see the virtual-machines, i use from another computer: ssh -X name-of-system-where-virtual-machines-are-running /usr/bin/virt-manager the virtual manager will popup and i click on "open" for the specific virtual machine. all fine so far. but sometimes it would be good to have had one virtual-system on 2 different computers shown (open) at same time. this did not work. if i use the ssh command from another system, it will disconnect the virtual machine from the computer i have seen it before. so my question is, how to tell spice to show simultaneous the virtual machine on different computers? i do not see anything useful inside the virtual manager tab "display-spice" did i have to change some configuration files manually inside /etc/libvirt/ ? simoN -- www.becherer.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
21.09.2019 14:19, Simon Becherer пишет:
Hi,
i have some virtual machines running at one computer. (qemu with virtual machine manager, and display spice) when i would see the virtual-machines, i use from another computer:
ssh -X name-of-system-where-virtual-machines-are-running /usr/bin/virt-manager
the virtual manager will popup and i click on "open" for the specific virtual machine.
all fine so far.
but sometimes it would be good to have had one virtual-system on 2 different computers shown (open) at same time. this did not work. if i use the ssh command from another system, it will disconnect the virtual machine from the computer i have seen it before.
so my question is, how to tell spice to show simultaneous the virtual machine on different computers? i do not see anything useful inside the virtual manager tab "display-spice" did i have to change some configuration files manually inside /etc/libvirt/ ?
https://www.spice-space.org/multiple-clients.html -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 21.09.19 um 14:00 schrieb Andrei Borzenkov:
thanks, have not found this. but by the way: <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> .... <qemu:commandline> <qemu:env name='SPICE_DEBUG_ALLOW_MC' value='1'/> </qemu:commandline> </domain> will work, where: <domain type='kvm'> .... <qemu:commandline> <qemu:env name='SPICE_DEBUG_ALLOW_MC' value='1'/> </qemu:commandline> </domain> was not working (my first line was looking like this and i was thinking only the last part is neccesarry) really, i do not understand xml config.... what did this domain line do? i was thinking the part xmlns:qemu='http..... part is only some kind of reverence for the homepage?? simoN -- www.becherer.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sat, 21 Sep 2019 17:08:16 +0200 Simon Becherer <simon@becherer.de> wrote:
Am 21.09.19 um 14:00 schrieb Andrei Borzenkov:
thanks, have not found this.
but by the way:
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> .... <qemu:commandline> <qemu:env name='SPICE_DEBUG_ALLOW_MC' value='1'/> </qemu:commandline> </domain>
will work,
where:
<domain type='kvm'> .... <qemu:commandline> <qemu:env name='SPICE_DEBUG_ALLOW_MC' value='1'/> </qemu:commandline> </domain>
was not working (my first line was looking like this and i was thinking only the last part is neccesarry)
really, i do not understand xml config.... what did this domain line do? i was thinking the part xmlns:qemu='http..... part is only some kind of reverence for the homepage??
The xmlns namespace declaration tells the parser what schema to use to understand and validate any tags with a qemu prefix. It's usual but not required that the URL actually point at a copy of the schema. In this case it seems to have disappeared so presumably the parser has a copy built-in.
simoN
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Andrei Borzenkov
-
Dave Howorth
-
Simon Becherer