Searched full:qemu_version (Results 1 – 21 of 21) sorted by relevance
| /openbmc/qemu/tests/vm/ |
| H A D | aarch64vm.py | 51 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 D | hw-version.h | 12 * 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 D | vss-handles.h | 8 #define QGA_PROVIDER_VERSION L(QEMU_VERSION)
|
| /openbmc/qemu/ |
| H A D | version.rc | 18 VALUE "FileVersion", QEMU_VERSION
|
| H A D | meson.build | 2635 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 D | target_proc.h | 41 "system variation\t: QEMU_v" QEMU_VERSION "\n" in open_cpuinfo()
|
| /openbmc/qemu/hw/hppa/ |
| H A D | machine.c | 199 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 D | target_proc.h | 92 dprintf(fd, "Hardware\t: QEMU v%s %s\n", QEMU_VERSION, in open_cpuinfo()
|
| /openbmc/u-boot/ |
| H A D | .travis.yml | 66 - QEMU_VERSION="v3.1.0" 106 git checkout ${QEMU_VERSION} && 384 QEMU_VERSION="v3.0.0"
|
| /openbmc/qemu/include/hw/ |
| H A D | boards.h | 196 * 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 D | dbus.c | 252 "name", qemu_name ?: "QEMU " QEMU_VERSION, in dbus_display_complete()
|
| H A D | spice-core.c | 822 spice_server_set_name(spice_server, qemu_name ?: "QEMU " QEMU_VERSION); in qemu_spice_init()
|
| /openbmc/qemu/qga/ |
| H A D | commands.c | 79 info->version = g_strdup(QEMU_VERSION); in qmp_guest_info()
|
| H A D | main.c | 1286 printf("QEMU Guest Agent %s\n", QEMU_VERSION); in config_parse()
|
| /openbmc/qemu/gdbstub/ |
| H A D | gdbstub.c | 1605 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 D | main.c | 543 {"version", "QEMU_VERSION", false, handle_arg_version,
|
| /openbmc/qemu/monitor/ |
| H A D | hmp.c | 1431 "information\n", QEMU_VERSION); in monitor_event()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qga.c | 292 g_assert_cmpstr(version, ==, QEMU_VERSION); in test_qga_info()
|
| /openbmc/qemu/block/ |
| H A D | vhdx.c | 2023 creator = g_utf8_to_utf16("QEMU v" QEMU_VERSION, -1, NULL, in vhdx_co_create()
|
| /openbmc/qemu/hw/usb/ |
| H A D | redirect.c | 192 #define VERSION "qemu usb-redir guest " QEMU_VERSION
|
| /openbmc/qemu/hw/nvme/ |
| H A D | ctrl.c | 8795 strpadcpy((char *)id->fr, sizeof(id->fr), QEMU_VERSION, ' '); in nvme_init_ctrl()
|