On Thursday, 3 January 2019 08:10:14 -02 Tony Sarajärvi wrote:
> openNebula uses QEMU that uses libvirt to create a VM using KVM:

Despite the name, in this mode QEMU is not emulating anything. When assisted 
by KVM this is real hardware virtualisation and qemu only serves to provide 
the virtual HW. This is called "qemu system" because it emulates the entire 
system and runs a full OS.

That's very different from "qemu user" which we use to test the ARM builds on 
a regular x86 Linux host. That one does not emulate the whole system, just the 
CPU and it translates system calls from one ABI to the other. This mode is far 
buggier since the system call translation layer is very incomplete.

So my answer stands: I don't see how qemu could be involved.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center



_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to