[libvirt] [PATCH 04/10] daemon: remove obsolete doc describing daemon threading

Michal Privoznik mprivozn at redhat.com
Thu Feb 22 10:24:32 UTC 2018


On 02/21/2018 04:35 PM, Daniel P. Berrangé wrote:
> The THREADS.txt describes the way threading worked in libvirtd many many
> years ago, long before even the RPC code was modularized. Things have
> evolved significantly since then, so delete this potentially misleading doc.
> 
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  daemon/THREADS.txt | 52 ----------------------------------------------------
>  1 file changed, 52 deletions(-)
>  delete mode 100644 daemon/THREADS.txt

You need to remove THREADS.txt from daemon/Makefile.am too:

diff --git i/daemon/Makefile.am w/daemon/Makefile.am
index 42d8f7b3f..658f6c312 100644
--- i/daemon/Makefile.am
+++ w/daemon/Makefile.am
@@ -80 +79,0 @@ EXTRA_DIST = \
-       THREADS.txt \

and from cfg.mk as well:

diff --git i/cfg.mk w/cfg.mk
index 920b60917..ebfe4a339 100644
--- i/cfg.mk
+++ w/cfg.mk
@@ -1262 +1262 @@ exclude_file_name_regexp--sc_prohibit_empty_first_line = \
-  ^(README|daemon/THREADS\.txt|src/esx/README|tests/(vmwarever|virhostcpu)data/.*)$$
+  ^(README|src/esx/README|tests/(vmwarever|virhostcpu)data/.*)$$


Michal




More information about the libvir-list mailing list