Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/virt/
H A Dconfig.c32 (u8)(virt_bi_data.qemu_version >> 24), in virt_get_model()
33 (u8)(virt_bi_data.qemu_version >> 16), in virt_get_model()
34 (u8)(virt_bi_data.qemu_version >> 8)); in virt_get_model()
68 virt_bi_data.qemu_version = be32_to_cpup(data); in virt_parse_bootinfo()
/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/linux/arch/m68k/include/asm/
H A Dvirt.h13 u32 qemu_version; member
/openbmc/qemu/
H A Dversion.rc18 VALUE "FileVersion", QEMU_VERSION
H A Dmeson.build2560 config_host_data.set('QEMU_VERSION', '"@0@"'.format(meson.project_version()))
3478 qemu_version = custom_target('qemu-version.h', variable
3484 genh += qemu_version
/openbmc/qemu/hw/hppa/
H A Dmachine.c198 const char qemu_version[] = QEMU_VERSION; in create_fw_cfg() local
240 g_memdup2(qemu_version, sizeof(qemu_version)), in create_fw_cfg()
241 sizeof(qemu_version)); in create_fw_cfg()
/openbmc/qemu/linux-user/alpha/
H A Dtarget_proc.h41 "system variation\t: QEMU_v" QEMU_VERSION "\n" 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/linux-user/arm/
H A Dtarget_proc.h92 dprintf(fd, "Hardware\t: QEMU v%s %s\n", QEMU_VERSION, in open_cpuinfo()
/openbmc/qemu/include/hw/
H A Dboards.h193 * Value of QEMU_VERSION when the machine was added to QEMU.
195 * 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.c811 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.c1263 printf("QEMU Guest Agent %s\n", QEMU_VERSION); in config_parse()
/openbmc/qemu/pc-bios/
HDhppa-firmware.img(NULL) p ` P @ 0HALT 8 | t l d X Lj g g <n ...
/openbmc/qemu/linux-user/
H A Dmain.c529 {"version", "QEMU_VERSION", false, handle_arg_version,
/openbmc/qemu/tests/unit/
H A Dtest-qga.c292 g_assert_cmpstr(version, ==, QEMU_VERSION); in test_qga_info()
/openbmc/qemu/monitor/
H A Dhmp.c1431 "information\n", QEMU_VERSION); in monitor_event()
/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.c8683 strpadcpy((char *)id->fr, sizeof(id->fr), QEMU_VERSION, ' '); in nvme_init_ctrl()