On Thu, 31 Oct 2013 13:26:01 -0700
Richard Henderson wrote:
> We say we support python 2.4, but python 2.4.3 does not
> support the "expr if test else expr" syntax used here.
>
> This allows QEMU to compile on RHEL 5.3, the last release for ia64.
>
> Signed-off-by: Richard Henderson
Applied t
Quoting Richard Henderson (2013-10-31 15:26:01)
> We say we support python 2.4, but python 2.4.3 does not
> support the "expr if test else expr" syntax used here.
>
> This allows QEMU to compile on RHEL 5.3, the last release for ia64.
>
> Signed-off-by: Richard Henderson
Reviewed-by: Michael Ro
We say we support python 2.4, but python 2.4.3 does not
support the "expr if test else expr" syntax used here.
This allows QEMU to compile on RHEL 5.3, the last release for ia64.
Signed-off-by: Richard Henderson
---
scripts/qapi-visit.py | 17 ++---
1 file changed, 14 insertions(+),