725a211 qemu: Utilize virFileFindHugeTLBFS

7 files Authored by mprivozn 9 years ago, Committed by berrange 9 years ago,
    qemu: Utilize virFileFindHugeTLBFS
    
    Use better detection of hugetlbfs mount points. Yes, there can be
    multiple mount points each serving different huge page size.
    
    Since we already have ability to override the mount point in the
    qemu.conf file, this crazy backward compatibility code is brought in.
    Now we allow multiple mount points, so the "hugetlbfs_mount" option
    must take an list of strings (mount points). But previously, it was
    just a string, so we must accept both types now.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+8 -1
file modified
+12 -8
file modified
+112 -12
file modified
+7 -2
file modified
+17 -22
file modified
+15 -6
file modified
+6 -4