All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: Correct KVM options in help output
@ 2010-01-06  9:23 Pierre Riteau
  2010-01-07 12:21 ` Marcelo Tosatti
  0 siblings, 1 reply; 7+ messages in thread
From: Pierre Riteau @ 2010-01-06  9:23 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm; +Cc: Pierre Riteau

Signed-off-by: Pierre Riteau <Pierre.Riteau@irisa.fr>
---
 configure |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure b/configure
index 81c44e8..4254485 100755
--- a/configure
+++ b/configure
@@ -756,10 +756,10 @@ echo "  --disable-bluez          disable bluez stack connectivity"
 echo "  --enable-bluez           enable bluez stack connectivity"
 echo "  --disable-kvm            disable KVM acceleration support"
 echo "  --enable-kvm             enable KVM acceleration support"
-echo "  --disable-cap-kvm-pit    disable KVM pit support"
-echo "  --enable-cap-kvm-pit     enable KVM pit support"
-echo "  --disable-cap-device-assignment    disable KVM device assignment support"
-echo "  --enable-cap-device-assignment     enable KVM device assignment support"
+echo "  --disable-kvm-cap-pit    disable KVM pit support"
+echo "  --enable-kvm-cap-pit     enable KVM pit support"
+echo "  --disable-kvm-cap-device-assignment    disable KVM device assignment support"
+echo "  --enable-kvm-cap-device-assignment     enable KVM device assignment support"
 echo "  --disable-nptl           disable usermode NPTL support"
 echo "  --enable-nptl            enable usermode NPTL support"
 echo "  --enable-system          enable all system emulation targets"
-- 
1.6.5.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] configure: Correct KVM options in help output
  2010-01-06  9:23 [PATCH] configure: Correct KVM options in help output Pierre Riteau
@ 2010-01-07 12:21 ` Marcelo Tosatti
  0 siblings, 0 replies; 7+ messages in thread
From: Marcelo Tosatti @ 2010-01-07 12:21 UTC (permalink / raw)
  To: Pierre Riteau; +Cc: kvm

On Wed, Jan 06, 2010 at 10:23:54AM +0100, Pierre Riteau wrote:
> Signed-off-by: Pierre Riteau <Pierre.Riteau@irisa.fr>
> ---
>  configure |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] configure: Correct KVM options in help output
  2010-01-10 14:20   ` Pierre Riteau
@ 2010-01-10 14:22     ` Avi Kivity
  0 siblings, 0 replies; 7+ messages in thread
From: Avi Kivity @ 2010-01-10 14:22 UTC (permalink / raw)
  To: Pierre Riteau; +Cc: kvm

On 01/10/2010 04:20 PM, Pierre Riteau wrote:
>
>> Not sure the new names are any better than the old ones.
>>      
> I'm not sure I understand... I fixed the names in the help output to make them consistent with the options actually recognized by configure.
> If you don't like the names you are free to change them: just make sure that both the code and the help text are modified.
>
>    

Ah, I see.  Will do.


-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] configure: Correct KVM options in help output
  2010-01-10 14:02 ` Avi Kivity
@ 2010-01-10 14:20   ` Pierre Riteau
  2010-01-10 14:22     ` Avi Kivity
  0 siblings, 1 reply; 7+ messages in thread
From: Pierre Riteau @ 2010-01-10 14:20 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm

On 10 janv. 2010, at 15:02, Avi Kivity wrote:

> On 12/01/2009 03:53 PM, Pierre Riteau wrote:
>> Signed-off-by: Pierre Riteau<Pierre.Riteau@irisa.fr>
>> ---
>>  configure |    8 ++++----
>>  1 files changed, 4 insertions(+), 4 deletions(-)
>> 
>> diff --git a/configure b/configure
>> index 376c458..85f7b5e 100755
>> --- a/configure
>> +++ b/configure
>> @@ -723,10 +723,10 @@ echo "  --disable-bluez          disable bluez stack connectivity"
>>  echo "  --enable-bluez           enable bluez stack connectivity"
>>  echo "  --disable-kvm            disable KVM acceleration support"
>>  echo "  --enable-kvm             enable KVM acceleration support"
>> -echo "  --disable-cap-kvm-pit    disable KVM pit support"
>> -echo "  --enable-cap-kvm-pit     enable KVM pit support"
>> -echo "  --disable-cap-device-assignment    disable KVM device assignment support"
>> -echo "  --enable-cap-device-assignment     enable KVM device assignment support"
>> +echo "  --disable-kvm-cap-pit    disable KVM pit support"
>> +echo "  --enable-kvm-cap-pit     enable KVM pit support"
>> +echo "  --disable-kvm-cap-device-assignment    disable KVM device assignment support"
>> +echo "  --enable-kvm-cap-device-assignment     enable KVM device assignment support"
>>  echo "  --disable-nptl           disable usermode NPTL support"
>>  echo "  --enable-nptl            enable usermode NPTL support"
>>  echo "  --enable-system          enable all system emulation targets"
>>   
> 
> Not sure the new names are any better than the old ones.

I'm not sure I understand... I fixed the names in the help output to make them consistent with the options actually recognized by configure.
If you don't like the names you are free to change them: just make sure that both the code and the help text are modified.

-- 
Pierre Riteau -- http://perso.univ-rennes1.fr/pierre.riteau/


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] configure: Correct KVM options in help output
  2009-12-01 13:53 Pierre Riteau
  2010-01-04 16:25 ` Pierre Riteau
@ 2010-01-10 14:02 ` Avi Kivity
  2010-01-10 14:20   ` Pierre Riteau
  1 sibling, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2010-01-10 14:02 UTC (permalink / raw)
  To: Pierre Riteau; +Cc: kvm

On 12/01/2009 03:53 PM, Pierre Riteau wrote:
> Signed-off-by: Pierre Riteau<Pierre.Riteau@irisa.fr>
> ---
>   configure |    8 ++++----
>   1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/configure b/configure
> index 376c458..85f7b5e 100755
> --- a/configure
> +++ b/configure
> @@ -723,10 +723,10 @@ echo "  --disable-bluez          disable bluez stack connectivity"
>   echo "  --enable-bluez           enable bluez stack connectivity"
>   echo "  --disable-kvm            disable KVM acceleration support"
>   echo "  --enable-kvm             enable KVM acceleration support"
> -echo "  --disable-cap-kvm-pit    disable KVM pit support"
> -echo "  --enable-cap-kvm-pit     enable KVM pit support"
> -echo "  --disable-cap-device-assignment    disable KVM device assignment support"
> -echo "  --enable-cap-device-assignment     enable KVM device assignment support"
> +echo "  --disable-kvm-cap-pit    disable KVM pit support"
> +echo "  --enable-kvm-cap-pit     enable KVM pit support"
> +echo "  --disable-kvm-cap-device-assignment    disable KVM device assignment support"
> +echo "  --enable-kvm-cap-device-assignment     enable KVM device assignment support"
>   echo "  --disable-nptl           disable usermode NPTL support"
>   echo "  --enable-nptl            enable usermode NPTL support"
>   echo "  --enable-system          enable all system emulation targets"
>    

Not sure the new names are any better than the old ones.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] configure: Correct KVM options in help output
  2009-12-01 13:53 Pierre Riteau
@ 2010-01-04 16:25 ` Pierre Riteau
  2010-01-10 14:02 ` Avi Kivity
  1 sibling, 0 replies; 7+ messages in thread
From: Pierre Riteau @ 2010-01-04 16:25 UTC (permalink / raw)
  To: KVM list

On 1 déc. 2009, at 14:53, Pierre Riteau wrote:

> Signed-off-by: Pierre Riteau <Pierre.Riteau@irisa.fr>
> ---
> configure |    8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/configure b/configure
> index 376c458..85f7b5e 100755
> --- a/configure
> +++ b/configure
> @@ -723,10 +723,10 @@ echo "  --disable-bluez          disable bluez stack connectivity"
> echo "  --enable-bluez           enable bluez stack connectivity"
> echo "  --disable-kvm            disable KVM acceleration support"
> echo "  --enable-kvm             enable KVM acceleration support"
> -echo "  --disable-cap-kvm-pit    disable KVM pit support"
> -echo "  --enable-cap-kvm-pit     enable KVM pit support"
> -echo "  --disable-cap-device-assignment    disable KVM device assignment support"
> -echo "  --enable-cap-device-assignment     enable KVM device assignment support"
> +echo "  --disable-kvm-cap-pit    disable KVM pit support"
> +echo "  --enable-kvm-cap-pit     enable KVM pit support"
> +echo "  --disable-kvm-cap-device-assignment    disable KVM device assignment support"
> +echo "  --enable-kvm-cap-device-assignment     enable KVM device assignment support"
> echo "  --disable-nptl           disable usermode NPTL support"
> echo "  --enable-nptl            enable usermode NPTL support"
> echo "  --enable-system          enable all system emulation targets"
> -- 
> 1.6.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


I think this patch is still valid...

-- 
Pierre Riteau -- http://perso.univ-rennes1.fr/pierre.riteau/


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] configure: Correct KVM options in help output
@ 2009-12-01 13:53 Pierre Riteau
  2010-01-04 16:25 ` Pierre Riteau
  2010-01-10 14:02 ` Avi Kivity
  0 siblings, 2 replies; 7+ messages in thread
From: Pierre Riteau @ 2009-12-01 13:53 UTC (permalink / raw)
  To: kvm; +Cc: Pierre Riteau

Signed-off-by: Pierre Riteau <Pierre.Riteau@irisa.fr>
---
 configure |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure b/configure
index 376c458..85f7b5e 100755
--- a/configure
+++ b/configure
@@ -723,10 +723,10 @@ echo "  --disable-bluez          disable bluez stack connectivity"
 echo "  --enable-bluez           enable bluez stack connectivity"
 echo "  --disable-kvm            disable KVM acceleration support"
 echo "  --enable-kvm             enable KVM acceleration support"
-echo "  --disable-cap-kvm-pit    disable KVM pit support"
-echo "  --enable-cap-kvm-pit     enable KVM pit support"
-echo "  --disable-cap-device-assignment    disable KVM device assignment support"
-echo "  --enable-cap-device-assignment     enable KVM device assignment support"
+echo "  --disable-kvm-cap-pit    disable KVM pit support"
+echo "  --enable-kvm-cap-pit     enable KVM pit support"
+echo "  --disable-kvm-cap-device-assignment    disable KVM device assignment support"
+echo "  --enable-kvm-cap-device-assignment     enable KVM device assignment support"
 echo "  --disable-nptl           disable usermode NPTL support"
 echo "  --enable-nptl            enable usermode NPTL support"
 echo "  --enable-system          enable all system emulation targets"
-- 
1.6.5


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-01-10 14:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-06  9:23 [PATCH] configure: Correct KVM options in help output Pierre Riteau
2010-01-07 12:21 ` Marcelo Tosatti
  -- strict thread matches above, loose matches on Subject: below --
2009-12-01 13:53 Pierre Riteau
2010-01-04 16:25 ` Pierre Riteau
2010-01-10 14:02 ` Avi Kivity
2010-01-10 14:20   ` Pierre Riteau
2010-01-10 14:22     ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.