[Pkg-libvirt-maintainers] Bug#848314: Bug#848314: Further fix for discussion in the scope of smoke-qemu-session

Christian Ehrhardt christian.ehrhardt at canonical.com
Fri Dec 16 10:06:50 UTC 2016


On Fri, Dec 16, 2016 at 10:42 AM, Guido Günther <agx at sigxcpu.org> wrote:

> You want qemu-system running as non root not qemu-user.
>

gah - sorry my bad - of course not cross emulation user mode.


> > -    <emulator>/usr/bin/kvm</emulator>
> > +    <emulator>/usr/bin/qemu-x86_64</emulator>
>
> Like this but using qemu-system-x86_64.
>

Yeah as follow on to the upper change


> Thanks for looking into this!
>

yw, I hope it is a win in test coverage for both of us eventually!

I dropped the former adding of isolation-machine and needs-root which was
related.
with qemu-system-x86_64 that should work now.

All that might also close the circle and address what I wanted to add with
the
FIXME (broken 2nd level KVM virt) as we no more need it.

I'm now having this delta for this case left:
(depending on qemu-system was already accepted IIRC)

diff --git a/debian/tests/smoke-qemu-session.xml
b/debian/tests/smoke-qemu-session.xml
index 47b33d5..2d90c9f 100644
--- a/debian/tests/smoke-qemu-session.xml
+++ b/debian/tests/smoke-qemu-session.xml
@@ -1,4 +1,4 @@
-<domain type='kvm'>
+<domain type='qemu'>
  <name>sqs</name>
  <memory unit='KiB'>256000</memory>
  <currentMemory unit='KiB'>256000</currentMemory>
@@ -18,7 +18,7 @@
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
-    <emulator>/usr/bin/kvm</emulator>
+    <emulator>/usr/bin/qemu-system-x86_64</emulator>
    <controller type='virtio-serial' index='0'>
      <alias name='virtio-serial0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04'
function='0x0'/>

I'll be throwing that against all architectures and get back to you if it
works for me.
(IIRC you already accepted the d/t/control dependency to qemu-system in my
former bug, so not listed)

I'm short of loosing overview, so for the next steps after this I'll rebase
to your latest commit on Monday first.
And then start over again.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-libvirt-maintainers/attachments/20161216/b93f9e8f/attachment-0001.html>


More information about the Pkg-libvirt-maintainers mailing list