• M
    qemuDomainGetPreservedMounts: Fetch list of /dev/* mounts dynamically · e08ee7cd
    Michal Privoznik 提交于
    With my namespace patches, we are spawning qemu in its own
    namespace so that we can manage /dev entries ourselves. However,
    some filesystems mounted under /dev needs to be preserved in
    order to be shared with the parent namespace (e.g. /dev/pts).
    Currently, the list of mount points to preserve is hardcoded
    which ain't right - on some systems there might be less or more
    items under real /dev that on our list. The solution is to parse
    /proc/mounts and fetch the list from there.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    e08ee7cd
qemu_domain.c 241.8 KB