• J
    qemu: Fix starting domains with no cpu cgroup · 0c7cca36
    Jiri Denemark 提交于
    If cgroups are enabled in general but cpu cgroup is disabled in
    qemu.conf or not mounted at all, libvirt would refuse to start any
    domain even though scheduler parameters are not set in domain XML.
    
    This patch makes cpu cgroup mandatory only for domains that actually
    want to use it.
    0c7cca36
qemu_cgroup.c 24.6 KB