On Wed, 10 Jun 2026 13:34:06 +0100, Daniel P. Berrangé <[email protected]> wrote: > The monitor_accept_input API is called from a bottom half, and will > invoke qemu_chr_fe_accept_input(). > > When a following patch introduces the ability to delete monitors, it > will be neccesary to delete the bottom half. Protecting the call to > qemu_chr_fe_accept_input with the monitor lock will allow for > synchronization with the deletion process. > > [...]
Reviewed-by: Marc-André Lureau <[email protected]> -- Marc-André Lureau <[email protected]>
