]> git.ipfire.org Git - thirdparty/qemu.git/commit
python: backport 'protocol: adjust logging name when changing client name'
authorJohn Snow <jsnow@redhat.com>
Fri, 22 Jul 2022 20:30:05 +0000 (16:30 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 15 Sep 2025 18:36:01 +0000 (14:36 -0400)
commit094ded5227dc4e8dde2c78a9788bf6c90771ad85
tree643eb84068a9ce28c1d53f09c50be2145fc44589
parent1e343714bfc06cc982e68a290f3809117d6dfcd0
python: backport 'protocol: adjust logging name when changing client name'

The client name is mutable, so the logging name should also change to
reflect it when it changes.

Signed-off-by: John Snow <jsnow@redhat.com>
cherry picked from commit python-qemu-qmp@e10b73c633ce138ba30bc8beccd2ab31989eaf3d
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
python/qemu/qmp/protocol.py