/openbmc/linux/arch/m68k/virt/ |
H A D | config.c | 32 (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 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/linux/arch/m68k/include/asm/ |
H A D | virt.h | 13 u32 qemu_version; member
|
/openbmc/qemu/ |
H A D | version.rc | 18 VALUE "FileVersion", QEMU_VERSION
|
H A D | meson.build | 2560 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 D | machine.c | 198 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 D | target_proc.h | 41 "system variation\t: QEMU_v" QEMU_VERSION "\n" 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/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/qemu/include/hw/ |
H A D | boards.h | 193 * 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 D | dbus.c | 252 "name", qemu_name ?: "QEMU " QEMU_VERSION, in dbus_display_complete()
|
H A D | spice-core.c | 811 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 | 1263 printf("QEMU Guest Agent %s\n", QEMU_VERSION); in config_parse()
|
/openbmc/qemu/pc-bios/ |
HD | hppa-firmware.img | (NULL) p ` P @ 0HALT 8 | t l d X Lj g g <n ... |
/openbmc/qemu/linux-user/ |
H A D | main.c | 529 {"version", "QEMU_VERSION", false, handle_arg_version,
|
/openbmc/qemu/tests/unit/ |
H A D | test-qga.c | 292 g_assert_cmpstr(version, ==, QEMU_VERSION); in test_qga_info()
|
/openbmc/qemu/monitor/ |
H A D | hmp.c | 1431 "information\n", QEMU_VERSION); in monitor_event()
|
/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 | 8683 strpadcpy((char *)id->fr, sizeof(id->fr), QEMU_VERSION, ' '); in nvme_init_ctrl()
|