From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5ytk-0004NP-BF for qemu-devel@nongnu.org; Wed, 22 Jan 2014 09:35:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5ytf-00023Z-Hj for qemu-devel@nongnu.org; Wed, 22 Jan 2014 09:35:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5ytf-00023U-9v for qemu-devel@nongnu.org; Wed, 22 Jan 2014 09:35:15 -0500 Date: Wed, 22 Jan 2014 15:35:15 +0100 From: Kevin Wolf Message-ID: <20140122143515.GA10039@dhcp-200-207.str.redhat.com> References: <1390227608-7225-1-git-send-email-cyliu@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390227608-7225-1-git-send-email-cyliu@suse.com> Subject: Re: [Qemu-devel] [v19 00/25] replace QEMUOptionParameter with QemuOpts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chunyan Liu Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 20.01.2014 um 15:19 hat Chunyan Liu geschrieben: > This patch series is to replace QEMUOptionParameter with QemuOpts, so that only > one Qemu Option structure is kept in QEMU code. > > This version is based on Dong Xu's previous patches, to move the work forward. > https://lists.gnu.org/archive/html/qemu-devel/2013-08/msg01695.html Please check the coding style of all patches, especially braces and trailing whitespace. I commented on a few occurences, but didn't do so consistently throughout the series. Kevin