| 2651 | } |
| 2652 | |
| 2653 | static void |
| 2654 | print_hypervisor_info(void) |
| 2655 | { |
| 2656 | |
| 2657 | if (*hv_vendor != '\0') |
| 2658 | printf("Hypervisor: Origin = \"%s\"\n", hv_vendor); |
| 2659 | } |
| 2660 | |
| 2661 | /* |
| 2662 | * Returns the maximum physical address that can be used with the |
no test coverage detected