qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Re: [Qemu-trivial] [Qemu-devel] [PATCH V2] Make python mandatory
       [not found]       ` <1325330087$3142@local>
@ 2011-12-31 11:20         ` Stefan Weil
  2012-01-03 10:53           ` Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2011-12-31 11:20 UTC (permalink / raw)
  To: Sebastian Herbszt; +Cc: qemu-trivial, Peter Maydell, qemu-devel

Am 31.12.2011 12:14, schrieb Sebastian Herbszt:
> Make python mandatory.
>
> Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
> ---
> configure | 10 +++-------
> 1 files changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/configure b/configure
> index 640e815..a54439d 100755
> --- a/configure
> +++ b/configure
> @@ -1185,13 +1185,9 @@ if test "$solaris" = "yes" ; then
> fi
> fi
>
> -if test "$guest_agent" != "no" ; then
> - if has $python; then
> - :
> - else
> - echo "Python not found. Use --python=/path/to/python"
> - exit 1
> - fi
> +if ! has $python; then
> + echo "Python not found. Use --python=/path/to/python"
> + exit 1
> fi
>
> if test -z "$target_list" ; then

Reviewed-by: Stefan Weil <sw@weilnetz.de>

Maybe this patch can be applied via qemu-trivial.

Regards,

Stefan Weil



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

* Re: [Qemu-trivial] [Qemu-devel] [PATCH V2] Make python mandatory
  2011-12-31 11:20         ` [Qemu-trivial] [Qemu-devel] [PATCH V2] Make python mandatory Stefan Weil
@ 2012-01-03 10:53           ` Stefan Hajnoczi
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2012-01-03 10:53 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, Peter Maydell, qemu-devel, Sebastian Herbszt

On Sat, Dec 31, 2011 at 12:20:47PM +0100, Stefan Weil wrote:
> Am 31.12.2011 12:14, schrieb Sebastian Herbszt:
> >Make python mandatory.
> >
> >Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
> >---
> >configure | 10 +++-------
> >1 files changed, 3 insertions(+), 7 deletions(-)
> >
> >diff --git a/configure b/configure
> >index 640e815..a54439d 100755
> >--- a/configure
> >+++ b/configure
> >@@ -1185,13 +1185,9 @@ if test "$solaris" = "yes" ; then
> >fi
> >fi
> >
> >-if test "$guest_agent" != "no" ; then
> >- if has $python; then
> >- :
> >- else
> >- echo "Python not found. Use --python=/path/to/python"
> >- exit 1
> >- fi
> >+if ! has $python; then
> >+ echo "Python not found. Use --python=/path/to/python"
> >+ exit 1
> >fi
> >
> >if test -z "$target_list" ; then
> 
> Reviewed-by: Stefan Weil <sw@weilnetz.de>
> 
> Maybe this patch can be applied via qemu-trivial.

Thanks, applied to the trivial patches -next tree:

https://github.com/stefanha/qemu/tree/trivial-patches-next

Stefan


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

end of thread, other threads:[~2012-01-03 10:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5DE30B86318741F8B2D56EA407C5A8DB@FSCPC>
     [not found] ` <4EFE4483.1010707@weilnetz.de>
     [not found]   ` <1325289569$267@local>
     [not found]     ` <CAFEAcA9f4Bb=UOs3+=S=aZxaUN+Pb1MUROhSZCF+Sm1uTuyStw@mail.gmail.com>
     [not found]       ` <1325330087$3142@local>
2011-12-31 11:20         ` [Qemu-trivial] [Qemu-devel] [PATCH V2] Make python mandatory Stefan Weil
2012-01-03 10:53           ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).