This bug was fixed in the package libvirt - 0.9.7-2ubuntu12
---
libvirt (0.9.7-2ubuntu12) precise; urgency=low
* enable use of libvirt with kvm-spice (LP: #903962):
. src/qemu/qemu_capabilities.c: search for 'kvm-spice' before
'kvm' (debian/patches/ubuntu/enable-kvm-spice.
Then again, as it follows the recommendations in comment #3, I'll go
ahead and push. Sorry for the noise.
** Changed in: libvirt (Ubuntu)
Assignee: Jamie Strandboge (jdstrand) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/903962
Title:
support spice
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/9
With this patch attached, and using the xml definition in
http://people.canonical.com/~serge/spice.xml , I was able to use spice
through libvirt with the qemu-kvm-spice package installed.
Jamie, I'm temporarily assigning this to you to vet my changes one more
time. (Note that in my last upload I
For getting libvirt to call kvm-spice, one simple way would be to patch
src/qemu/qemu_capabilities.c at qemuCapsInitGuest() so that kvm_bins
adds "kvm-spice" before "kvm".
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.la
Thanks, Jamie, I don't recall whether I added those because syslog said
I needed it, or whether I threw in all that I thought I might need.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/903962
Title:
These changes seem fine:
/usr/bin/qemu-system-i386-spice rmix,
/usr/bin/qemu-system-x86_64-spice rmix,
This is not correct:
/run/shm rw,
It should perhaps be:
/run/shm/ r,
This one concerns me:
/run/shm/spice.* rwixm,
It should at a minimum be this:
owner /run/shm/
I think qemu-kvm and qemu-kvm-spice should update-alternatives to
provide /usr/bin/kvm.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/903962
Title:
support spice
To manage notifications about this
The apparmor modification seems fine to go ahead and make and ship with
libvirt. Jamie/John, could you comment if you disagree? The xml
modification will probably beg for virt-manager update later on.
But as for /usr/bin/kvm. Should the qemu-kvm-package override the
/usr/bin/kvm symlink from qe