Searched defs:hypervisor (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dvirt.c55 bool hypervisor; local
67 /* First detect whether there is a hypervisor */
79 hypervisor = !!(ecx & 0x80000000U);
81 if (hypervisor) {
88 /* There is a hypervisor, see what it is */
117 r = read_one_line_file("/proc/device-tree/hypervisor/compatible", &hvtype);
217 r = read_one_line_file("/sys/hypervisor/type", &hvtype);
273 * Some virtualization technologies do use KVM hypervisor but are
294 * hypervisor sysfs file:

Completed in 11 milliseconds