public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Changing the QEMU svn VERSION string
@ 2009-04-07  2:37 Anthony Liguori
  2009-04-07  8:10 ` [libvirt] Re: [Qemu-devel] " Gerd Hoffmann
  2009-04-07  9:04 ` Daniel P. Berrange
  0 siblings, 2 replies; 11+ messages in thread
From: Anthony Liguori @ 2009-04-07  2:37 UTC (permalink / raw)
  To: qemu-devel@nongnu.org; +Cc: libvir-list, kvm-devel

Hi,

I'd like to update the VERSION string in QEMU's svn tree.  Right now, 
it's 0.10.0 and since we have a 0.10.2 release, that's somewhat confusing.

I don't want to make it 0.11.0 either because that's not going to be 
reliable from a feature detection perspective.  What I would like is to 
make it 0.11.0-devel or something similar to that.

Being the nice guy I am, I thought I would check that this didn't make 
libvirt go bonkers :-)  This is the relevant detection code in libvirt:


if (sscanf(help, "QEMU PC emulator version %u.%u.%u (kvm-%u)",
           &major, &minor, &micro, &kvm_version) != 4)
     kvm_version = 0;

if (!kvm_version && sscanf(help, "QEMU PC emulator version u.%u.%u",
     &major, &minor, &micro) != 3)
     goto cleanup2;

If I change SVN to 0.11.0-devel, that's going to break the KVM string 
although the QEMU string will continue to work.  Avi could potentially 
carry a patch to keep it 0.10.x and since kvm-%u will be used to 
identify features, that should keep things working.


Anyone have any objections/suggestions?

Regards,

Anthony Liguori

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-04-08 13:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-07  2:37 Changing the QEMU svn VERSION string Anthony Liguori
2009-04-07  8:10 ` [libvirt] Re: [Qemu-devel] " Gerd Hoffmann
2009-04-07  9:03   ` Daniel Veillard
2009-04-07 13:52     ` Anthony Liguori
2009-04-07 17:13       ` Jamie Lokier
2009-04-08  6:35         ` Gerd Hoffmann
2009-04-07 17:58       ` [libvirt] " Daniel Jacobowitz
2009-04-07 22:36         ` [libvirt] Re: [Qemu-devel] " Paul Brook
2009-04-08 13:13           ` Anthony Liguori
2009-04-08 13:56           ` Jamie Lokier
2009-04-07  9:04 ` Daniel P. Berrange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox