search for: kvmvde

Displaying 1 result from an estimated 1 matches for "kvmvde".

Did you mean: kvm_de
2010 Jun 15
0
Problems moving qemu machine to libvirt
...t == -1: raise libvirtError ('virDomainCreate() failed', dom=self) > libvirtError: internal error cannot parse QEMU version number in '' Looks to me that libvirt does some version checks with the emulator-node and don't get reliable output. The wrapper script: /etc/libvirt/kvmvde: > #!/bin/bash > exec /usr/bin/kvm "$@" \ > -net nic,vlan=0,model=virtio,macaddr=52:54:61:44:21:23 \ > -net vde,vlan=0,group=libvirtd,mode=0770,sock=/var/run/vde.ctl The xml section: ... > <devices> > <emulator>/etc/libvirt/kvmvde</...