From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ2pP-0005bv-Ja for qemu-devel@nongnu.org; Wed, 26 Oct 2011 08:43:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ2pL-0003Xc-2H for qemu-devel@nongnu.org; Wed, 26 Oct 2011 08:43:31 -0400 Date: Wed, 26 Oct 2011 13:43:22 +0100 From: Stefan Hajnoczi Message-ID: <20111026124322.GA27267@stefanha-thinkpad.localdomain> References: <20111021095709.GA10092@cs.nctu.edu.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20111021095709.GA10092@cs.nctu.edu.tw> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] exec.c: Remove useless comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?B?6Zmz6Z+L5Lu7?= Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Fri, Oct 21, 2011 at 05:57:09PM +0800, 陳韋任 wrote: > As phys_ram_size had been removed since QEMU 0.12. Remove the useless > comment. > > Signed-off-by: Chen Wen-Ren > --- > exec.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan