qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] Tracing patches for 1.1
@ 2012-05-01 19:28 Stefan Hajnoczi
  2012-05-01 19:28 ` [Qemu-devel] [PATCH 1/5] tracetool: use Python 2.4-compatible exception handling syntax Stefan Hajnoczi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2012-05-01 19:28 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Stefan Hajnoczi

This pull request is for QEMU 1.1 and fixes tracetool Python compatibility
issues.  This makes it possible to run all the way back to Python 2.4.  These
patches are required so that QEMU can be built with tracing on older systems.

The following changes since commit b754e4fc1e8e68af975c545c38ebc3b001ebc98f:

  Remove stray HOST_LONG_SIZE (2012-05-01 18:23:04 +0400)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tracing

for you to fetch changes up to e120d449e1b39ec508c297b963ce452628dd37c3:

  configure: check for supported Python 2.x versions (2012-05-01 20:15:31 +0100)

----------------------------------------------------------------
Stefan Hajnoczi (5):
      tracetool: use Python 2.4-compatible exception handling syntax
      tracetool: use Python 2.4-compatible __import__() arguments
      tracetool: avoid str.rpartition() Python 2.5 function
      tracetool: avoid pkgutil.iter_modules() Python 2.7 function
      configure: check for supported Python 2.x versions

 configure                             |    7 ++++---
 scripts/tracetool.py                  |    4 ++--
 scripts/tracetool/__init__.py         |   19 +++++++++++--------
 scripts/tracetool/backend/__init__.py |    8 ++++++--
 scripts/tracetool/format/__init__.py  |    8 ++++++--
 5 files changed, 29 insertions(+), 17 deletions(-)

-- 
1.7.10

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

end of thread, other threads:[~2012-05-01 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 19:28 [Qemu-devel] [PULL 0/5] Tracing patches for 1.1 Stefan Hajnoczi
2012-05-01 19:28 ` [Qemu-devel] [PATCH 1/5] tracetool: use Python 2.4-compatible exception handling syntax Stefan Hajnoczi
2012-05-01 19:28 ` [Qemu-devel] [PATCH 2/5] tracetool: use Python 2.4-compatible __import__() arguments Stefan Hajnoczi
2012-05-01 19:28 ` [Qemu-devel] [PATCH 3/5] tracetool: avoid str.rpartition() Python 2.5 function Stefan Hajnoczi
2012-05-01 19:28 ` [Qemu-devel] [PATCH 4/5] tracetool: avoid pkgutil.iter_modules() Python 2.7 function Stefan Hajnoczi
2012-05-01 19:28 ` [Qemu-devel] [PATCH 5/5] configure: check for supported Python 2.x versions 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).