Re: [Qemu-devel] [PATCH] Adjust qapi-visit for python-2.4.3

2013-11-01 Thread Luiz Capitulino
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

Re: [Qemu-devel] [PATCH] Adjust qapi-visit for python-2.4.3

2013-11-01 Thread Michael Roth
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

[Qemu-devel] [PATCH] Adjust qapi-visit for python-2.4.3

2013-10-31 Thread Richard Henderson
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(+),