Re: [PATCH v3 17/23] monitor: Rename MonitorQMP @mon -> @qmon
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <178660214825.3552881.16834360265143429528.b4-review@b4> |
> 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*. -- Marc-André Lureau <[email protected]>