From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFo5B-0002cJ-GG for qemu-devel@nongnu.org; Thu, 05 Apr 2012 10:54:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFo51-0001VC-8v for qemu-devel@nongnu.org; Thu, 05 Apr 2012 10:54:41 -0400 Received: from e24smtp03.br.ibm.com ([32.104.18.24]:54655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFo50-0001Mi-TZ for qemu-devel@nongnu.org; Thu, 05 Apr 2012 10:54:31 -0400 Received: from /spool/local by e24smtp03.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 5 Apr 2012 11:54:17 -0300 Received: from d24relay01.br.ibm.com (d24relay01.br.ibm.com [9.8.31.16]) by d24dlp02.br.ibm.com (Postfix) with ESMTP id 1510C1DC004B for ; Thu, 5 Apr 2012 11:54:12 -0300 (BRT) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.8.31.91]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q35ErIFg2531406 for ; Thu, 5 Apr 2012 11:53:18 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q35Cs7pO008322 for ; Thu, 5 Apr 2012 09:54:07 -0300 Message-ID: <4F7DB1F3.9030107@linux.vnet.ibm.com> Date: Thu, 05 Apr 2012 11:53:39 -0300 From: =?UTF-8?B?Q3LDrXN0aWFuIFZpYW5h?= MIME-Version: 1.0 References: <1333635992-24593-1-git-send-email-vianac@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/1] Allow machines to configure the QEMU_VERSION that's exposed via hardware List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org On 05-04-2012 11:48, Peter Maydell wrote: > This kind of change is definitely wrong -- where we're reporting > the QEMU version to the *user* we definitely don't want to introduce > the possibility of lying about it. > > (This is distinct from reporting the QEMU version to the *guest* > via device manufacturer/version strings.) > > -- PMM > You're right, "qemu --version" should always report the actual software version to the user. I'll fix this on the next patch. -- Best regards, Crístian.