qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] libvirt doesn't work with qemu 1.0


From: Anthony Liguori
Subject: Re: [Qemu-devel] libvirt doesn't work with qemu 1.0
Date: Fri, 02 Dec 2011 08:50:11 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

On 12/02/2011 08:21 AM, Gerd Hoffmann wrote:
   Hi,

$subject says all.  The error message is:

error: internal error cannot parse /home/kraxel/bin/qemu-default version
number in 'QEMU emulator version 1.0, Copyright (c) 2003-2008 Fabrice
Bellard'

Parsing help output for the version number is a really bad idea. query-version in QMP does the right thing:

(QEMU) query-version
{u'return': {u'qemu': {u'micro': 0, u'major': 1, u'minor': 0}, u'package': ''}}

This is the supported way of figuring out the version number and it's what libvirt should be using.

Regards,

Anthony Liguori


cheers,
   Gerd

PS: libvirt-0.9.4-23.el6.x86_64





reply via email to

[Prev in Thread] Current Thread [Next in Thread]