Home
last modified time | relevance | path

Searched refs:hw_version (Results 1 – 11 of 11) sorted by relevance

/qemu/include/hw/misc/
A Dxlnx-versal-trng.h43 uint32_t hw_version; member
/qemu/util/
A Dosdep.c34 static const char *hw_version = QEMU_HW_VERSION; variable
520 hw_version = version; in qemu_set_hw_version()
525 return hw_version; in qemu_hw_version()
/qemu/block/
A Dvmdk.c2429 const char *hw_version, in vmdk_co_do_create() argument
2478 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() local
2746 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 …]
/qemu/hw/misc/
A Dxlnx-versal-trng.c140 return s->hw_version < 0x0200; in trng_older_than_v2()
665 DEFINE_PROP_UINT32("hw-version", XlnxVersalTRng, hw_version, 0x0200),
/qemu/include/hw/
A Dboards.h295 const char *hw_version; member
/qemu/target/xtensa/
A Doverlay_tool.h529 .hw_version = XCHAL_HW_VERSION, \
A Dcpu.h469 unsigned hw_version; member
A Dtranslate.c2248 bool ill = dc->config->hw_version <= 250002 && !is_semi; in test_exceptions_simcall()
/qemu/hw/i386/
A Dpc_q35.c673 m->hw_version = "2.4.0"; in pc_q35_machine_2_4_options()
A Dpc_piix.c780 m->hw_version = "2.4.0"; in pc_i440fx_machine_2_4_options()
/qemu/system/
A Dvl.c2138 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