From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmSPu-0000bs-De for qemu-devel@nongnu.org; Thu, 06 Nov 2014 14:08:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmSPq-0006sa-0D for qemu-devel@nongnu.org; Thu, 06 Nov 2014 14:08:22 -0500 Received: from mail-qc0-x22e.google.com ([2607:f8b0:400d:c01::22e]:53910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmSPp-0006sW-S1 for qemu-devel@nongnu.org; Thu, 06 Nov 2014 14:08:17 -0500 Received: by mail-qc0-f174.google.com with SMTP id r5so1312710qcx.19 for ; Thu, 06 Nov 2014 11:08:17 -0800 (PST) Message-ID: <545BC71E.4080106@gmail.com> Date: Thu, 06 Nov 2014 13:08:14 -0600 From: Tom Musta MIME-Version: 1.0 References: <20141105200445.3386.68079@loki> In-Reply-To: <20141105200445.3386.68079@loki> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 2.2.0-rc0 is now available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth , qemu-devel@nongnu.org Cc: Peter Maydell , Riku Voipio , jonas.maebe@elis.ugent.be, Alexander Graf On 11/5/2014 2:04 PM, Michael Roth wrote: > Hello, > > On behalf of the QEMU Team, I'd like to announce the availability of the > first release candidate for the QEMU 2.2 release. This release is meant > for testing purposes and should not be used in a production environment. > > http://wiki.qemu.org/download/qemu-2.2.0-rc0.tar.bz2 > > You can help improve the quality of the QEMU 2.2 release by testing this > release and reporting bugs on Launchpad: > > https://bugs.launchpad.net/qemu/ > > The release plan for the 2.2 release is available at: > > http://wiki.qemu.org/Planning/2.2 > > Please add entries to the ChangeLog for the 2.2 release below: > > http://wiki.qemu.org/ChangeLog/2.2 > > I have found a problem with Linux User Mode hosted on Power. I have been able to bisect it to this change: > git bisect bad a93934fecd4dffc9d4b452b670c9506be5dea30d is the first bad commit commit a93934fecd4dffc9d4b452b670c9506be5dea30d Author: Jonas Maebe Date: Fri Oct 24 16:07:15 2014 +0200 elf: take phdr offset into account when calculating the program load address The first program header does not necessarily start at offset 0. This change corresponds to what the Linux kernel does in load_elf_binary(). Signed-off-by: Jonas Maebe Signed-off-by: Riku Voipio Fix is forthcoming.