On Thu, Sep 20, 2018 at 04:10:00PM +0800, Peter Xu wrote: > On Thu, Sep 20, 2018 at 10:02:22AM +0200, Wolfgang Bumiller wrote: > > > Either way, spawning the iothread on demand can still make sense, as > > does updating the check in resume()/suspend(). > > Yep.
Running into an issue with that approach though: the qmp_dispatcher_bh is being used even without mon_iothread from out of handle_qmp_command(). I'm not sure how to deal with this. I suppose it depends on whether the qmp_* functions in this case would be coming in from the main thread?