On Fri, Apr 01, 2016 at 04:40:22PM +0400, John Frankish wrote:
This should have some <guest> capabilities too referencing QEMU binaries... <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/qemu-system-x86_64</emulator> <machine maxCpus='255'>pc-i440fx-2.4</machine> [snip] <domain type='qemu'/> <domain type='kvm'> <emulator>/usr/bin/qemu-kvm</emulator> <machine maxCpus='255'>pc-i440fx-2.4</machine> [snip] </domain> </arch> </guest>Hmm - thanks for the help so far BTW :) Considerable use of google has not turned up much - Is there a virsh command that creates the guest qemu entries? ..or is libvirt supposed to pick this up for itself?It's going to pick that up by itself, going to look for qemu binaries inwell-knownlocation, and query their capabilities (or something like that).They're all there: /usr/local/bin/qemu-system-i386 /usr/local/bin/qemu-system-x86_64 ... ..which makes me think that I missed compiling qemu against something that libvirt needs, but what and how to find out?
I'd say at this point you are mostly on your own, there are distros and packages for a reason ;) (maybe strace or enabling libvirt debugging would give some clues what it's looking at and what's failing). Christophe
Attachment:
signature.asc
Description: PGP signature