Home
last modified time | relevance | path

Searched full:qemu_version (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/tests/vm/
H A Daarch64vm.py51 qemu_version = basevm.get_qemu_version(qemu_path)
52 if qemu_version < QEMU_AARCH64_MIN_VERSION:
57 print(error.format(qemu_version, QEMU_AARCH64_MIN_VERSION))
59 if qemu_version == QEMU_AARCH64_MIN_VERSION:
/openbmc/qemu/include/qemu/
H A Dhw-version.h12 * instead of QEMU_VERSION, so setting hw_version on MachineClass
21 * QEMU_VERSION to guests in the past and need to keep compatibility.
/openbmc/qemu/qga/vss-win32/
H A Dvss-handles.h8 #define QGA_PROVIDER_VERSION L(QEMU_VERSION)
/openbmc/qemu/
H A Dversion.rc18 VALUE "FileVersion", QEMU_VERSION
H A Dmeson.build2635 config_host_data.set('QEMU_VERSION', '"@0@"'.format(meson.project_version()))
3596 qemu_version = custom_target('qemu-version.h', variable
3602 genh += qemu_version
/openbmc/qemu/linux-user/alpha/
H A Dtarget_proc.h41 "system variation\t: QEMU_v" QEMU_VERSION "\n" in open_cpuinfo()
/openbmc/qemu/hw/hppa/
H A Dmachine.c199 const char qemu_version[] = QEMU_VERSION; in create_fw_cfg() local
241 g_memdup2(qemu_version, sizeof(qemu_version)), in create_fw_cfg()
242 sizeof(qemu_version)); in create_fw_cfg()
/openbmc/qemu/linux-user/arm/
H A Dtarget_proc.h92 dprintf(fd, "Hardware\t: QEMU v%s %s\n", QEMU_VERSION, in open_cpuinfo()
/openbmc/u-boot/
H A D.travis.yml66 - QEMU_VERSION="v3.1.0"
106 git checkout ${QEMU_VERSION} &&
384 QEMU_VERSION="v3.0.0"
/openbmc/qemu/include/hw/
H A Dboards.h196 * Value of QEMU_VERSION when the machine was added to QEMU.
198 * compatibility on code that exposed QEMU_VERSION to guests in
/openbmc/qemu/ui/
H A Ddbus.c252 "name", qemu_name ?: "QEMU " QEMU_VERSION, in dbus_display_complete()
H A Dspice-core.c822 spice_server_set_name(spice_server, qemu_name ?: "QEMU " QEMU_VERSION); in qemu_spice_init()
/openbmc/qemu/qga/
H A Dcommands.c79 info->version = g_strdup(QEMU_VERSION); in qmp_guest_info()
H A Dmain.c1286 printf("QEMU Guest Agent %s\n", QEMU_VERSION); in config_parse()
/openbmc/qemu/gdbstub/
H A Dgdbstub.c1605 target_name(), QEMU_VERSION); in handle_query_gdb_server_version()
1608 target_name(), QEMU_VERSION); in handle_query_gdb_server_version()
/openbmc/qemu/linux-user/
H A Dmain.c543 {"version", "QEMU_VERSION", false, handle_arg_version,
/openbmc/qemu/monitor/
H A Dhmp.c1431 "information\n", QEMU_VERSION); in monitor_event()
/openbmc/qemu/tests/unit/
H A Dtest-qga.c292 g_assert_cmpstr(version, ==, QEMU_VERSION); in test_qga_info()
/openbmc/qemu/block/
H A Dvhdx.c2023 creator = g_utf8_to_utf16("QEMU v" QEMU_VERSION, -1, NULL, in vhdx_co_create()
/openbmc/qemu/hw/usb/
H A Dredirect.c192 #define VERSION "qemu usb-redir guest " QEMU_VERSION
/openbmc/qemu/hw/nvme/
H A Dctrl.c8795 strpadcpy((char *)id->fr, sizeof(id->fr), QEMU_VERSION, ' '); in nvme_init_ctrl()