Ishani Chugh <chugh.ish...@research.iiit.ac.in> writes: > This patch intends to make qmp.py compatible with both python2 and python3. > > * Python 3 does not have dict.has_key(key), use key in dict instead > * Avoid line-based I/O since Python 2/3 have different character > encoding behavior. Explicitly encode/decode JSON UTF-8. > * Replace print by print function. > > Signed-off-by: Ishani Chugh <chugh.ish...@research.iiit.ac.in>
$ scripts/get_maintainer.pl -f $your_patch Markus Armbruster <arm...@redhat.com> (supporter:QMP) qemu-devel@nongnu.org (open list:All patches CC here) Just sayin' :)