qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 1673373] Re: qemu -version output is incorrect with co


From: Thomas Huth
Subject: [Qemu-devel] [Bug 1673373] Re: qemu -version output is incorrect with configure --with-pkgversion
Date: Thu, 26 Apr 2018 06:01:55 -0000

This should be fixed now in QEMU 2.12:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=7e563bfb8a5104ff0e

** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1673373

Title:
  qemu -version output is incorrect with configure --with-pkgversion

Status in QEMU:
  Fix Released

Bug description:
  Since qemu v2.7.0, up to the current master
  (1883ff34b540daacae948f493b0ba525edf5f642)
  the pkgversion feature appears to have a bug:

  $ ./configure --target-list=x86_64-softmmu --with-pkgversion=foo

  Results in this output:

  $ x86_64-softmmu/qemu-system-x86_64 -version
  QEMU emulator version 2.8.90(foo)
  Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers

  This appears to have been introduced in:

  67a1de0d19 Makefile: Derive "PKGVERSION" from "git describe" by
  default

  The previous commit (077de81a4c) produces this output:

  $ x86_64-softmmu/qemu-system-x86_64 -version
  QEMU emulator version 2.6.50 (foo), Copyright (c) 2003-2008 Fabrice Bellard

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1673373/+subscriptions



reply via email to

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