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

Ján Tomko posted 3 patches 6 years, 6 months ago
[libvirt] [PATCH 3/3] conf: remove reference to VIR_DOMAIN_RNG_BACKEND_POOL
Posted by Ján Tomko 6 years, 6 months ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 3/3] conf: remove reference to VIR_DOMAIN_RNG_BACKEND_POOL
Posted by Peter Krempa 6 years, 6 months ago
On Thu, Jul 25, 2019 at 14:09:12 +0200, Ján Tomko wrote:
> 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@redhat.com>
> ---

ACK if you remove the irrelevant forgotten history from the commit message.
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list