• M
    qemu: Allow @rendernode for virgl domains · 5c74cf1f
    Michal Privoznik 提交于
    When enabling virgl, qemu opens /dev/dri/render*. So far, we are
    not allowing that in devices CGroup nor creating the file in
    domain's namespace and thus requiring users to set the paths in
    qemu.conf. This, however, is suboptimal as it allows access to
    ALL qemu processes even those which don't have virgl configured.
    Now that we have a way to specify render node that qemu will use
    we can be more cautious and enable just that.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    5c74cf1f
qemu_cgroup.c 33.1 KB