Searched refs:hw_version (Results 1 – 11 of 11) sorted by relevance
43 uint32_t hw_version; member
34 static const char *hw_version = QEMU_HW_VERSION; variable520 hw_version = version; in qemu_set_hw_version()525 return hw_version; in qemu_hw_version()
2429 const char *hw_version, in vmdk_co_do_create() argument2478 if (hw_version) { in vmdk_co_do_create()2484 hw_version = "6"; in vmdk_co_do_create()2486 if (!hw_version) { in vmdk_co_do_create()2487 hw_version = "4"; in vmdk_co_do_create()2615 hw_version, in vmdk_co_do_create()2710 char *hw_version = NULL; in vmdk_co_create_opts() local2746 if (strcmp(hw_version, "undefined") == 0) { in vmdk_co_create_opts()2747 g_free(hw_version); in vmdk_co_create_opts()2748 hw_version = NULL; in vmdk_co_create_opts()[all …]
140 return s->hw_version < 0x0200; in trng_older_than_v2()665 DEFINE_PROP_UINT32("hw-version", XlnxVersalTRng, hw_version, 0x0200),
295 const char *hw_version; member
529 .hw_version = XCHAL_HW_VERSION, \
469 unsigned hw_version; member
2248 bool ill = dc->config->hw_version <= 250002 && !is_semi; in test_exceptions_simcall()
673 m->hw_version = "2.4.0"; in pc_q35_machine_2_4_options()
780 m->hw_version = "2.4.0"; in pc_i440fx_machine_2_4_options()
2138 if (machine_class->hw_version) { in qemu_create_machine()2139 qemu_set_hw_version(machine_class->hw_version); in qemu_create_machine()
Completed in 66 milliseconds