Home | History | Annotate | Download | only in nvmmctl

Lines Matching refs:nvmm

7  * This code is part of the NVMM hypervisor.
49 #include <nvmm.h>
123 printf("nvmm: Kernel API version %u\n", cap.version);
124 printf("nvmm: State size %u\n", cap.state_size);
125 printf("nvmm: Max machines %u\n", cap.max_machines);
126 printf("nvmm: Max VCPUs per machine %u\n", cap.max_vcpus);
131 printf("nvmm: Max RAM per machine %s\n", ram);
134 printf("nvmm: Arch Mach conf %s\n", buf);
137 printf("nvmm: Arch VCPU conf %s\n", buf);
140 printf("nvmm: Guest FPU states %s\n", buf);