Searched refs:nic_model_help (Results 1 – 1 of 1) sorted by relevance
79 static GHashTable *nic_model_help; variable1072 g_hash_table_foreach_remove(nic_model_help, add_nic_result, results); in show_nic_models()1079 g_hash_table_unref(nic_model_help); in show_nic_models()1080 nic_model_help = NULL; in show_nic_models()1087 if (g_hash_table_lookup_extended(nic_model_help, model, NULL, in add_nic_model_help()1108 g_hash_table_replace(nic_model_help, g_strdup(model), alias_list); in add_nic_model_help()1117 if (nic_model_help) { in qemu_find_nic_info()1143 if (!nic_model_help) { in is_nic_model_help_option()1144 nic_model_help = g_hash_table_new_full(g_str_hash, g_str_equal, in is_nic_model_help_option()1192 if (nic_model_help) { in qemu_create_nic_bus_devices()[all …]
Completed in 8 milliseconds