From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq5ot-00057P-3W for qemu-devel@nongnu.org; Tue, 12 Apr 2016 17:25:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aq5oo-0002mh-TL for qemu-devel@nongnu.org; Tue, 12 Apr 2016 17:25:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq5oo-0002ma-Nz for qemu-devel@nongnu.org; Tue, 12 Apr 2016 17:25:54 -0400 References: <570D42A0.5090701@redhat.com> From: Paolo Bonzini Message-ID: <570D67D9.9050509@redhat.com> Date: Tue, 12 Apr 2016 23:25:45 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] work needed on QEMU 2.6 ChangeLog List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Baumann , Daniel Berrange , "Michael S. Tsirkin" , Peter Maydell , Gerd Hoffmann , Jason Wang , =?UTF-8?Q?Alex_Benn=c3=a9e?= Cc: qemu-devel On 12/04/2016 21:56, Andrew Baumann wrote: > * New partial Raspberry Pi 2 emulation with "raspi2" machine type. > For now, it can boot older releases of Windows and Raspbian, but > lacks a number of devices including USB. > > Basically, it has already bit-rotted with respect to the most recent > Windows and Raspbian images, and I haven't had time to debug them. > Ubuntu also has problems with the missing power management device. > Windows build 10556 and Raspbian 2015-09-24 are known to work. You > can decide how much of that to include in the changelog :) I've added the exact sentence you wrote above. :) Paolo