[Pkg-libvirt-maintainers] Bug#780093: Bug#780093: libvirt: error: unsupported configuration: QEMU 2.1.2 is too new for help parsing
Thorsten Glaser
t.glaser at tarent.de
Mon Mar 9 23:28:40 UTC 2015
On Mon, 9 Mar 2015, Guido Günther wrote:
> wrapping qemu/kvm by a skript or something?
Yes, necessarily:
tglase at tglase:~ $ virsh -c qemu:///system dumpxml MirBSD | fgrep emul
<emulator>/usr/local/bin/qemu-in-chroot</emulator>
tglase at tglase:~ $ cat /usr/local/bin/qemu-in-chroot
#!/bin/sh
exec schroot -c sid-amd64 -u root -- qemu-system-x86_64 -enable-kvm "$@"
Otherwise I cannot assign more than 2047 MiB RAM.
*But*:
tglase at tglase:~ $ virsh -c qemu:///system dumpxml SuSE_Linux_1.0 | fgrep emul
<emulator>/usr/bin/kvm</emulator>
tglase at tglase:~ $ virsh -c qemu:///system start SuSE_Linux_1.0
error: Failed to start domain SuSE_Linux_1.0
error: unsupported configuration: QEMU 2.1.2 is too new for help parsing
So this also happens for VMs created by virt-manager and
then untouched.
> Does
>
> virsh capabilities
>
> show the same error?
No, it shows a bunch of XML things (capabilities/{host,guest}/…).
bye,
//mirabilos
--
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg
More information about the Pkg-libvirt-maintainers
mailing list