From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqGLJ-0007ZF-Qt for qemu-devel@nongnu.org; Wed, 13 Apr 2016 04:40:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqGLF-00026S-J2 for qemu-devel@nongnu.org; Wed, 13 Apr 2016 04:40:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqGLF-00024U-EY for qemu-devel@nongnu.org; Wed, 13 Apr 2016 04:40:05 -0400 References: <570D42A0.5090701@redhat.com> From: Jason Wang Message-ID: <570E05DD.4060807@redhat.com> Date: Wed, 13 Apr 2016 16:39:57 +0800 MIME-Version: 1.0 In-Reply-To: <570D42A0.5090701@redhat.com> 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: Paolo Bonzini , Daniel Berrange , "Michael S. Tsirkin" , Peter Maydell , Gerd Hoffmann , =?UTF-8?Q?Alex_Benn=c3=a9e?= , Andrew Baumann Cc: qemu-devel On 04/13/2016 02:46 AM, Paolo Bonzini wrote: > Hi all, if you are CCed there is a feature you wrote or maintain that > needs further work in the ChangeLog > (http://wiki.qemu.org/ChangeLog/2.6). In particular: > > Andrew/Peter: > * New partial Raspberry Pi 1 and 2 emulation with "raspi" and "raspi2" > machine types. For now the "raspi2" machine type can boot Windows. > (FIXME: confirm) > > Alex/Peter: > * TCG supports a new "-dfilter" option to limit exec, out_asm, op and > op_opt logging to a range of guest addresses (FIXME: physical or > virtual?). ARM also applies the filter to in_asm logging; this will be > extended to other targets in future releases (FIXME: probably should do > it now instead...) > > Michael: > * FIXME: what's the state of nvdimm? > > Daniel: > * FIXME: Support for TLS encryption in the TCP backend > * FIXME: -chardev logfile > * FIXME: qemu-io --object [...] > * FIXME: qemu-img --object [...] > * FIXME: document new secret passing system > > Jason: > * FIXME: network filters? Yes but I wonder how to register to qemu wiki (looks like I can't register to it myself). > > Gerd: > * FIXME: document -input-linux when QOM-based syntax lands > > Thanks, > > Paolo >