FS#44409 - [libvirt] Cannot alter libvirt domain xml: Adding xmlns results in refusal
Attached to Project:
Community Packages
Opened by Julius Michaelis (caesar) - Tuesday, 31 March 2015, 07:34 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 06 March 2017, 15:58 GMT
Opened by Julius Michaelis (caesar) - Tuesday, 31 March 2015, 07:34 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 06 March 2017, 15:58 GMT
|
Details
Since the combination of cinnamon, arch and
kvm/qemu/libvirt/virt-manager/spice has stopped showing a
mouse coursor (everywhere), I followed the procedure
described in
http://blog.vmsplice.net/2011/04/how-to-pass-qemu-command-line-options.html
to add the -show-cursor command line. This was possible
without any issues on my gentoo system (which is why I
assume that it is a distro-related bug).
On my archlinux system, even replacing the first line of the Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Doug Newgard (Scimmia)
Monday, 06 March 2017, 15:58 GMT
Reason for closing: Fixed
Additional comments about closing: User requested: Cannot reproduce anymore.
Monday, 06 March 2017, 15:58 GMT
Reason for closing: Fixed
Additional comments about closing: User requested: Cannot reproduce anymore.
On my archlinux system, even replacing the first line of the config file (reached by virsh edit foobarvm) by
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
resulted in
Fehler: XML document failed to validate against schema: Unable to validate doc against /usr/share/libvirt/schemas/domain.rng
Extra element devices in interleave
Element domain failed to validate content
Info:
/usr/share/libvirt/schemas/domain.rng is owned by libvirt 1.2.13-1
I had to change the path for "virsh edit" to work.