[libvirt] [PATCH 1/2] qemu: Update cgroup on RNG hotplug

Michal Privoznik mprivozn at redhat.com
Wed Nov 23 15:47:22 UTC 2016


On 23.11.2016 15:20, John Ferlan wrote:
> 
> [...]
> 
>> +int
>> +qemuTeardownRNGCgroup(virDomainObjPtr vm,
>> +                      virDomainRNGDefPtr rng)
>> +{
>> +    qemuDomainObjPrivatePtr priv = vm->privateData;
>> +    int rv;
>> +
>> +    if (rng->backend == VIR_DOMAIN_RNG_BACKEND_RANDOM) {
>> +        VIR_DEBUG("Setting Cgroup ACL for RNG device");
> 
> s/Setting/Tearing down/
> 
> (or something similar - Unsetting, Removing)
> 
> Looks reasonable otherwise,

Ah, right.

> 
> ACK

Thank you. I've just pushed both.

Michal




More information about the libvir-list mailing list