From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZtAM-0007XC-V9 for qemu-devel@nongnu.org; Tue, 26 Jan 2010 16:41:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZtAI-0007Uk-E9 for qemu-devel@nongnu.org; Tue, 26 Jan 2010 16:41:42 -0500 Received: from [199.232.76.173] (port=60903 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZtAI-0007Ud-3F for qemu-devel@nongnu.org; Tue, 26 Jan 2010 16:41:38 -0500 Received: from mail-iw0-f188.google.com ([209.85.223.188]:53266) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZtAH-0006pO-VI for qemu-devel@nongnu.org; Tue, 26 Jan 2010 16:41:38 -0500 Received: by iwn26 with SMTP id 26so5352418iwn.14 for ; Tue, 26 Jan 2010 13:41:37 -0800 (PST) Message-ID: <4B5F618D.4080004@codemonkey.ws> Date: Tue, 26 Jan 2010 15:41:33 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/7] Rename --enable-uname-release References: <2e4344bd2139a9bec8ed98ceca2dd800af8f9fc5.1264008700.git.quintela@redhat.com> In-Reply-To: <2e4344bd2139a9bec8ed98ceca2dd800af8f9fc5.1264008700.git.quintela@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 01/20/2010 11:41 AM, Juan Quintela wrote: > It really sets uname string. It don't make sense a --disable option > > Signed-off-by: Juan Quintela > Patch 3/7 doesn't apply. It's an annoying one to rebase too. Please send out a new series and ping me and I'll quickly apply it since this one is likely to break again. Regards, Anthony Liguori > --- > configure | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure b/configure > index 192338f..08ff6a2 100755 > --- a/configure > +++ b/configure > @@ -578,7 +578,7 @@ for opt do > ;; > --disable-user-pie) user_pie="no" > ;; > - --enable-uname-release=*) uname_release="$optarg" > + --set-uname-release=*) uname_release="$optarg" > ;; > --sparc_cpu=*) > ;; > @@ -782,7 +782,7 @@ echo " --disable-user-pie do not build usermode emulation targets as PIE" > echo " --fmod-lib path to FMOD library" > echo " --fmod-inc path to FMOD includes" > echo " --oss-lib path to OSS library" > -echo " --enable-uname-release=R Return R for uname -r in usermode emulation" > +echo " --set-uname-release=R Return R for uname -r in usermode emulation" > echo " --sparc_cpu=V Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9" > echo " --disable-uuid disable uuid support" > echo " --enable-uuid enable uuid support" >