> A question for you: do you think it's possible to move simpletrace into > qemu/python/utils? This requires cleaning up the code to some fairly pedantic > standards, but helps protect it against rot as we change target python > versions. > > No problem if that's too much to ask. just want to know if you had looked > into it.
Potentially, this would be possible. But `simpletrace.py` imports `qemu/scripts/tracetool/`, so that would have to be moved as well, or installed as a package. I haven't touched the `tracetool` code itself, so I'm not sure how feasible it is (i.e. how many other places use `tracetool`).