util: sysinfo: Reduce amount of conditionally compiled code
Whole implementations along with helper totalling screens of code were conditionally compiled. That made the code totally unreadable and untestable. Rename functions to have the architecture in the name so that all can be compiled at the same time and introduce header to allow testing them all.
Showing
src/util/virsysinfopriv.h
0 → 100644
想要评论请 注册 或 登录