From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNR1V-0007Jr-3K for qemu-devel@nongnu.org; Tue, 11 Mar 2014 14:03:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNR1M-0002XN-NV for qemu-devel@nongnu.org; Tue, 11 Mar 2014 14:03:29 -0400 Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:52761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNR1M-0002X0-HQ for qemu-devel@nongnu.org; Tue, 11 Mar 2014 14:03:20 -0400 Received: by mail-ea0-f170.google.com with SMTP id g15so4454472eak.15 for ; Tue, 11 Mar 2014 11:03:19 -0700 (PDT) Date: Tue, 11 Mar 2014 19:03:15 +0100 From: Stefan Hajnoczi Message-ID: <20140311180315.GY7761@stefanha-thinkpad.redhat.com> References: <1394436721-21812-1-git-send-email-cyliu@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1394436721-21812-1-git-send-email-cyliu@suse.com> Subject: Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chunyan Liu Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On Mon, Mar 10, 2014 at 03:31:36PM +0800, Chunyan Liu wrote: > This patch series is to replace QEMUOptionParameter with QemuOpts, so that only > one Qemu Option structure is kept in QEMU code. Hi Chunyan, Please add my Reviewed-by: tags to the commits so future revisions will already have them. If you change the code in a patch then please remove the Reviewed-by: again. This will help reviewers narrow down the scope of patches to review and hopefully we'll soon be able to merge this series. Thanks, Stefan