[libvirt] [PATCH 3/3] conf: remove reference to VIR_DOMAIN_RNG_BACKEND_POOL

Ján Tomko jtomko at redhat.com
Thu Jul 25 12:09:12 UTC 2019


Sadly, this brilliant idea never got implemented:
https://www.fit.vutbr.cz/study/DP/DP.php.en?id=14418

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 src/conf/domain_conf.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h
index 00ff734ff0..822f9af265 100644
--- a/src/conf/domain_conf.h
+++ b/src/conf/domain_conf.h
@@ -2075,7 +2075,6 @@ typedef enum {
 typedef enum {
     VIR_DOMAIN_RNG_BACKEND_RANDOM,
     VIR_DOMAIN_RNG_BACKEND_EGD,
-    /* VIR_DOMAIN_RNG_BACKEND_POOL, */
 
     VIR_DOMAIN_RNG_BACKEND_LAST
 } virDomainRNGBackend;
-- 
2.19.2




More information about the libvir-list mailing list