On 3/18/19 5:08 AM, Nikolay Shirokovskiy wrote:
> We need to turn console into virObject object because stream/fd callbacks
> can be called from the event loop thread after freeing console
> in main thread. It is convinient to turn into virLockableObject as
> we have mutex in console object.
>
> S
We need to turn console into virObject object because stream/fd callbacks
can be called from the event loop thread after freeing console
in main thread. It is convinient to turn into virLockableObject as
we have mutex in console object.
Signed-off-by: Nikolay Shirokovskiy
---
tools/virsh-console