From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq3LC-0001Jc-D3 for qemu-devel@nongnu.org; Tue, 12 Apr 2016 14:47:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aq3L7-0003ex-4h for qemu-devel@nongnu.org; Tue, 12 Apr 2016 14:47:10 -0400 Received: from mail-pf0-x22d.google.com ([2607:f8b0:400e:c00::22d]:34681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq3L6-0003ek-KA for qemu-devel@nongnu.org; Tue, 12 Apr 2016 14:47:05 -0400 Received: by mail-pf0-x22d.google.com with SMTP id c20so18557039pfc.1 for ; Tue, 12 Apr 2016 11:47:03 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Message-ID: <570D42A0.5090701@redhat.com> Date: Tue, 12 Apr 2016 20:46:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] work needed on QEMU 2.6 ChangeLog List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel Berrange , "Michael S. Tsirkin" , Peter Maydell , Gerd Hoffmann , Jason Wang , =?UTF-8?Q?Alex_Benn=c3=a9e?= , Andrew Baumann Cc: qemu-devel 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? Gerd: * FIXME: document -input-linux when QOM-based syntax lands Thanks, Paolo