On Thu, Dec 15, 2022 at 10:22 PM Dongdong Zhang <zhangdongd...@eswincomputing.com> wrote: > > Hi all, > > I would like to ping a patch > > https://lists.nongnu.org/archive/html/qemu-devel/2022-11/msg04568.html > https://lists.nongnu.org/archive/html/qemu-devel/2022-11/msg04570.html > > > > -----Original Messages-----From:"Dongdong Zhang" > > <zhangdongd...@eswincomputing.com>Sent Time:2022-11-30 09:53:57 > > (Wednesday)To:qemu-devel@nongnu.orgCc:js...@redhat.com, cr...@redhat.com, > > bl...@redhat.com, "Dongdong Zhang" > > <zhangdongd...@eswincomputing.com>Subject:[PATCH 0/1] Fix some typos > > > > This patch mainly fixes some typos in the 'python' directory. > > > > Dongdong Zhang (1): > > Fix some typos > > > > python/qemu/machine/console_socket.py | 2 +- > > python/qemu/machine/qtest.py | 2 +- > > python/qemu/qmp/protocol.py | 2 +- > > python/qemu/qmp/qmp_tui.py | 6 +++--- > > 4 files changed, 6 insertions(+), 6 deletions(-) > > > > -- > > 2.17.1
ACK to this patch. For fixes under python/qemu/qmp/, I need to relay these fixes over to https://gitlab.com/qemu-project/python-qemu-qmp -- you can do it yourself and send a small merge request, or I can do it for you, if you'd like. Please let me know what you'd prefer, and then I will stage this patch. (Apologies that the code is duplicated in two repositories right now.... I'm working on fixing that.) --js