qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/7] Rename --enable-uname-release


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 1/7] Rename --enable-uname-release
Date: Tue, 26 Jan 2010 15:41:33 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

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<address@hidden>

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"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]