From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UL94A-0000bd-Od for qemu-devel@nongnu.org; Thu, 28 Mar 2013 05:24:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UL945-00024G-Lc for qemu-devel@nongnu.org; Thu, 28 Mar 2013 05:24:14 -0400 Date: Thu, 28 Mar 2013 10:24:06 +0100 From: Stefan Hajnoczi Message-ID: <20130328092406.GA24910@stefanha-thinkpad.redhat.com> References: <1364108727-14445-1-git-send-email-riegamaths@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1364108727-14445-1-git-send-email-riegamaths@gmail.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: show debug-info option in --help output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: riegamaths@gmail.com Cc: qemu-trivial , qemu-devel , Dunrong Huang On Sun, Mar 24, 2013 at 03:05:27PM +0800, riegamaths@gmail.com wrote: > From: Dunrong Huang > > "--enable-debug-info" and "--disable-debug-info" were not shown > in --help output. > > Signed-off-by: Dunrong Huang > --- > configure | 2 ++ > 1 file changed, 2 insertions(+) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan