Searched refs:nic_model_help (Results 1 – 1 of 1) sorted by relevance
79 static GHashTable *nic_model_help; variable1083 g_hash_table_foreach_remove(nic_model_help, add_nic_result, results); in show_nic_models()1090 g_hash_table_unref(nic_model_help); in show_nic_models()1091 nic_model_help = NULL; in show_nic_models()1098 if (g_hash_table_lookup_extended(nic_model_help, model, NULL, in add_nic_model_help()1119 g_hash_table_replace(nic_model_help, g_strdup(model), alias_list); in add_nic_model_help()1128 if (nic_model_help) { in qemu_find_nic_info()1154 if (!nic_model_help) { in is_nic_model_help_option()1155 nic_model_help = g_hash_table_new_full(g_str_hash, g_str_equal, in is_nic_model_help_option()1203 if (nic_model_help) { in qemu_create_nic_bus_devices()[all …]