]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: Lift restriction on running API from the event loop thread
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Feb 2021 14:29:16 +0000 (15:29 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 12 Mar 2021 14:40:13 +0000 (15:40 +0100)
commit7fe35dc802cf50ede7400ad08fc2b1979cf6ec0d
tree1d65756dfce452c682d57e742d280a4f39aa9c76
parenteab7ae6bfe13503ea705e70e32edaa60357cbaa1
docs: Lift restriction on running API from the event loop thread

Since v6.2.0-rc1~238 (and friends) QMP processing was moved to a
per-domain thread. Therefore, it is now safe to call APIs from
the event loop thread (e.g. just like qemu shim is doing in
qemuShimEventLoop(). However, it is still important to let the
event loop run after each API call (obviously).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/drvqemu.html.in