mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 02:58:29 +00:00
Move monitor_resume()'s call to readline_show_prompt() outside the potentially locked section. Reuse the existing monitor_accept_input() bottom half for this purpose. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>