On Thu, Jan 5, 2023 at 8:50 PM Dongdong Zhang <zhangdongd...@eswincomputing.com> wrote: > > Hi John, > > Could you help me relay these fixes? > If I submit a pull request, I will go through company's internal review > process again.
No problem at all. My apologies for the delay. Staged for QEMU, with additional fix spotted by Max: https://gitlab.com/jsnow/qemu/-/commit/4cd8db9f367e12ccd7d3980f2573fe65f9949562 Staged for qemu.qmp, preserving credit: https://gitlab.com/jsnow/python-qemu-qmp/-/commit/cd190a79bcee975d00b0334003e6dcbaf8ec9630 > > Thanks a lot! > Thank *you* :) --js > Dongdong > > > > -----原始邮件-----发件人:"John Snow" <js...@redhat.com>发送时间:2023-01-06 07:25:43 > > (星期五)收件人:"Dongdong Zhang" > > <zhangdongd...@eswincomputing.com>抄送:qemu-devel@nongnu.org, > > cr...@redhat.com, bl...@redhat.com主题:Re: [PING PATCH 0/1] Fix some typos > > > > 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