From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqODl-0001qg-1G for qemu-devel@nongnu.org; Wed, 13 Apr 2016 13:05:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqOCM-0004I5-8i for qemu-devel@nongnu.org; Wed, 13 Apr 2016 13:04:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqOCM-0004H8-1o for qemu-devel@nongnu.org; Wed, 13 Apr 2016 13:03:26 -0400 Date: Wed, 13 Apr 2016 20:03:20 +0300 From: "Michael S. Tsirkin" Message-ID: <20160413170320.GA14022@redhat.com> References: <570D42A0.5090701@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <570D42A0.5090701@redhat.com> 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 Cc: Daniel Berrange , Peter Maydell , Gerd Hoffmann , Jason Wang , Alex =?iso-8859-1?Q?Benn=E9e?= , Andrew Baumann , guangrong.xiao@linux.intel.com, qemu-devel On Tue, Apr 12, 2016 at 08:46:56PM +0200, 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? AFAIK: Linux works fine using nvdimm as memory (pmem). Work remains to teach it to use nvdimm as storage (blk) and to make windows guests work. > 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? > > Gerd: > * FIXME: document -input-linux when QOM-based syntax lands > > Thanks, > > Paolo