Re: [Libvir] PATCH: Explicit detection of KVM version

2007-09-20 Thread Daniel P. Berrange
On Thu, Sep 20, 2007 at 05:07:30PM +0100, Daniel P. Berrange wrote: > On Thu, Sep 20, 2007 at 10:45:03AM +0200, Gerd Hoffmann wrote: > > Daniel P. Berrange wrote: > > > Before starting any guest, the QEMU driver needs to figure out what > > > version > > > of QEMU is in use & thus determine whethe

Re: [Libvir] PATCH: Explicit detection of KVM version

2007-09-20 Thread Daniel P. Berrange
On Thu, Sep 20, 2007 at 10:45:03AM +0200, Gerd Hoffmann wrote: > Daniel P. Berrange wrote: > > Before starting any guest, the QEMU driver needs to figure out what version > > of QEMU is in use & thus determine whether it supports particular command > > line flags. We currently do that just by call

Re: [Libvir] PATCH: Explicit detection of KVM version

2007-09-20 Thread Richard W.M. Jones
Daniel P. Berrange wrote: Before starting any guest, the QEMU driver needs to figure out what version of QEMU is in use & thus determine whether it supports particular command line flags. We currently do that just by calling /usr/bin/qemu, since all the various qemu-system-XXX binaries share th

Re: [Libvir] PATCH: Explicit detection of KVM version

2007-09-20 Thread Daniel Veillard
On Thu, Sep 20, 2007 at 04:05:21AM +0100, Daniel P. Berrange wrote: > Before starting any guest, the QEMU driver needs to figure out what version > of QEMU is in use & thus determine whether it supports particular command > line flags. We currently do that just by calling /usr/bin/qemu, since all

[Libvir] PATCH: Explicit detection of KVM version

2007-09-19 Thread Daniel P. Berrange
Before starting any guest, the QEMU driver needs to figure out what version of QEMU is in use & thus determine whether it supports particular command line flags. We currently do that just by calling /usr/bin/qemu, since all the various qemu-system-XXX binaries share the same syntax. The only probl