|
| From: | Markus Armbruster |
| Subject: | Re: [Qemu-devel] [PATCH v3 14/15] monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() |
| Date: | Fri, 14 Jun 2019 10:50:45 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Kevin Wolf <address@hidden> writes:
> Most callers know which monitor type they want to have. Instead of
> calling monitor_init() with flags that can describe both types of
> monitors, make monitor_init_{hmp,qmp}() public interfaces that take
> specific bools instead of flags and call these functions directly.
>
> Signed-off-by: Kevin Wolf <address@hidden>
Neater now. Thanks!
Reviewed-by: Markus Armbruster <address@hidden>
| [Prev in Thread] | Current Thread | [Next in Thread] |