Re: [PATCH v3 17/23] monitor: Rename MonitorQMP @mon -> @qmon
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 13/8/26 08:22, [email protected] wrote: >> Mechanical change to sanitize using the following patterns: >> >> MonitorQMP *qmon (this patch) >> MonitorHMP *hmon (following one) >> Monitor *mon >> >> Rename @mon (and @qmp_mon) as @qmon when the type is MonitorQMP. > > This patch and the following are conflicting quite directly with > the work I have for --disable-hmp. > (https://gitlab.com/marcandre.lureau/qemu/-/tree/no-hmp) > > Can we delay them? > > fwiw, I picked Monitor *mon, MonitorHMP *hmp. I didn't touch MonitorQMP*. I'm interpreting that as a Acked-by tag for the patch [email protected] so I'm including it (after renaming hmon -> hmp as recommended by Daniel).