| 925 | } |
| 926 | |
| 927 | static void |
| 928 | disconnect_hypervisor(void) |
| 929 | { |
| 930 | if (global_vir_conn_ptr != NULL) { |
| 931 | virConnectClose(global_vir_conn_ptr); |
| 932 | global_vir_conn_ptr = NULL; |
| 933 | } |
| 934 | } |
| 935 | |
| 936 | static int |
| 937 | connect_hypervisor(const char *path) |
no outgoing calls
no test coverage detected