Re: [Qemu-devel] [PATCH v2 3/6] trace: avoid Python 2.5 all() in tracetool

2014-08-27 Thread Benoît Canet
The Wednesday 27 Aug 2014 à 12:08:53 (+0100), Stefan Hajnoczi wrote : > Red Hat Enterprise Linux 5 ships Python 2.4.3. The all() function was > added in Python 2.5 so we cannot use it. > > Signed-off-by: Stefan Hajnoczi > --- > scripts/tracetool/backend/__init__.py | 3 ++- > 1 file changed, 2

[Qemu-devel] [PATCH v2 3/6] trace: avoid Python 2.5 all() in tracetool

2014-08-27 Thread Stefan Hajnoczi
Red Hat Enterprise Linux 5 ships Python 2.4.3. The all() function was added in Python 2.5 so we cannot use it. Signed-off-by: Stefan Hajnoczi --- scripts/tracetool/backend/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/tracetool/backend/__init__.py b/